Mercurial > repos > galaxy-australia > hapcut2
annotate hapcut2.xml @ 2:800f8086da7d draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
author | iuc |
---|---|
date | Tue, 30 Apr 2024 08:38:15 +0000 |
parents | 271eb7f4b8bc |
children |
rev | line source |
---|---|
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
1 <tool id="hapcut2" name="Hapcut2" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.2"> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
2 <description>haplotype assembly for diploid organisms</description> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
3 <macros> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
4 <token name="@TOOL_VERSION@">1.3.4</token> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
5 <token name="@VERSION_SUFFIX@">1</token> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
6 <import>macros.xml</import> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
7 </macros> |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
8 <xrefs> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
9 <xref type="bio.tools">hapcut2</xref> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
10 </xrefs> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
11 <requirements> |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
12 <requirement type="package" version="@TOOL_VERSION@">hapcut2</requirement> |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
13 </requirements> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
14 <command detect_errors="exit_code"><![CDATA[ |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
15 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
16 ## Prep inputs |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
17 ## ===================================================================== |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
18 ln -s '$input_bam' input.bam |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
19 && ln -s '$input_vcf' input.vcf |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
20 |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
21 ## Set reference genome if required |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
22 #if $optimization.choice in ['pacbio', 'ont']: |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
23 #if $optimization.reference_genome.source == 'index': |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
24 #set $ref_genome_path = $optimization.reference_genome.index.fields.path |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
25 #else |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
26 #set $ref_genome_path = $optimization.reference_genome.fasta |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
27 #end if |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
28 #end if |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
29 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
30 ## Run program |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
31 ## ===================================================================== |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
32 ## Extract variant fragments from alignment |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
33 && extractHAIRS --bam 'input.bam' --VCF 'input.vcf' --out frags.dat |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
34 #if $optimization.choice == 'pacbio': |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
35 --pacbio 1 |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
36 --ref '$ref_genome_path' |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
37 #elif $optimization.choice == 'ont': |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
38 --ont 1 |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
39 --ref '$ref_genome_path' |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
40 #elif $optimization.choice == 'hic': |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
41 --HiC 1 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
42 #end if |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
43 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
44 #if $advanced.minIS |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
45 --minIS $advanced.minIS |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
46 #end if |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
47 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
48 #if $advanced.maxIS |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
49 --maxIS $advanced.maxIS |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
50 #end if |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
51 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
52 ## Create haplotype.out and haplotype.out.phased.VCF |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
53 && HAPCUT2 --fragments frags.dat --VCF input.vcf --output haplotype.out |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
54 #if $optimization.choice == 'hic': |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
55 --HiC 1 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
56 #end if |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
57 ]]></command> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
58 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
59 <inputs> |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
60 <param name="input_bam" argument="--bam" type="data" format="bam" label="Input BAM file" help="Coordinate-sorted BAM file"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
61 <param name="input_vcf" argument="--VCF" type="data" format="vcf" label="Input VCF file" help="Variant file with genotypes for a single individual"/> |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
62 <conditional name="optimization"> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
63 <!-- TODO: include 10X (requires extra processing step) --> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
64 <param name="choice" type="select" display="radio" label="Optimization"> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
65 <option value="default" selected="true">Default</option> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
66 <option value="pacbio">Pacbio</option> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
67 <option value="ont">Oxford Nanopore</option> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
68 <option value="hic">Hi-C</option> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
69 </param> |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
70 <when value="default"></when> |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
71 <when value="pacbio"> |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
72 <expand macro="reference_genome_input"/> |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
73 </when> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
74 <when value="ont"> |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
75 <expand macro="reference_genome_input"/> |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
76 </when> |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
77 <when value="hic"></when> |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
78 </conditional> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
79 |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
80 <param name="output_phased" type="boolean" label="Output phased VCF file?" checked="true" help="Output variant calls on the haplotype assembly"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
81 <param name="output_fragments" type="boolean" label="Output fragments file?" help="Output fragments collected by extractHAIRS"/> |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
82 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
83 <section name="advanced" title="Advanced parameters"> |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
84 <param argument="--maxIS" type="integer" label="Maximum insert size" optional="true" value="1000" min="0" help="Maximum insert size for a paired-end read to be considered as a single fragment for phasing"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
85 <param argument="--minIS" type="integer" label="Minimum insert size" optional="true" value="0" min="0" help="Minimum insert size for a paired-end read to be considered as a single fragment for phasing"/> |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
86 </section> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
87 </inputs> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
88 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
89 <outputs> |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
90 <data name="haplotype" format="txt" from_work_dir="haplotype.out" label="${tool.name} on ${on_string}: Haplotype block"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
91 <data name="haplotype_phased" format="vcf" from_work_dir="haplotype.out.phased.VCF" label="${tool.name} on ${on_string}: Phased haplotype VCF"> |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
92 <filter>output_phased</filter> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
93 </data> |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
94 <data name="frags" format="txt" from_work_dir="frags.dat" label="${tool.name} on ${on_string}: Fragments"> |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
95 <filter>output_fragments</filter> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
96 </data> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
97 </outputs> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
98 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
99 <tests> |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
100 <!-- Defaults --> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
101 <test expect_num_outputs="1"> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
102 <param name="input_bam" ftype="bam" value="input.bam"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
103 <param name="input_vcf" ftype="vcf" value="input.vcf"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
104 <param name="output_fragments" value="0"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
105 <param name="output_phased" value="0"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
106 <conditional name="optimization"> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
107 <param name="choice" value="default"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
108 </conditional> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
109 <output name="haplotype" ftype="txt" file="output_haplotype.out"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
110 </test> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
111 |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
112 <!-- Defaults with all outputs --> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
113 <test expect_num_outputs="3"> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
114 <param name="input_bam" ftype="bam" value="input.bam"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
115 <param name="input_vcf" ftype="vcf" value="input.vcf"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
116 <param name="output_fragments" value="1"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
117 <param name="output_phased" value="1"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
118 <conditional name="optimization"> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
119 <param name="choice" value="default"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
120 </conditional> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
121 <output name="frags" ftype="txt" file="output_frag.dat"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
122 <output name="haplotype" ftype="txt" file="output_haplotype.out"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
123 <output name="haplotype_phased" ftype="vcf" file="output_haplotype.out.phased.vcf"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
124 </test> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
125 |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
126 <!-- Hi-C optimization --> |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
127 <test expect_num_outputs="3"> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
128 <param name="input_bam" ftype="bam" value="input.bam"/> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
129 <param name="input_vcf" ftype="vcf" value="input.vcf"/> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
130 <param name="output_fragments" value="1"/> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
131 <param name="output_phased" value="1"/> |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
132 <conditional name="optimization"> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
133 <param name="choice" value="default"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
134 </conditional> |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
135 <output name="frags" ftype="txt" file="output_frag.dat"/> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
136 <output name="haplotype" ftype="txt" file="output_haplotype.out"/> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
137 <output name="haplotype_phased" ftype="vcf" file="output_haplotype.out.phased.vcf"/> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
138 </test> |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
139 |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
140 <!-- Pacbio optimization with ref genome --> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
141 <test expect_num_outputs="3"> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
142 <param name="input_bam" ftype="bam" value="input.bam"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
143 <param name="input_vcf" ftype="vcf" value="input.vcf"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
144 <param name="output_fragments" value="1"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
145 <param name="output_phased" value="1"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
146 <conditional name="optimization"> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
147 <param name="choice" value="pacbio"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
148 </conditional> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
149 <conditional name="reference_genome"> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
150 <param name="source" value="history"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
151 </conditional> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
152 <param name="fasta" ftype="fasta" value="ref.fasta"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
153 <output name="frags" ftype="txt" file="output_frag.dat"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
154 <output name="haplotype" ftype="txt" file="output_haplotype.out"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
155 <output name="haplotype_phased" ftype="vcf" file="output_haplotype.out.phased.vcf"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
156 </test> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
157 |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
158 <!-- Oxford nanopore optimization with ref genome --> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
159 <test expect_num_outputs="3"> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
160 <param name="input_bam" ftype="bam" value="input.bam"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
161 <param name="input_vcf" ftype="vcf" value="input.vcf"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
162 <param name="output_fragments" value="1"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
163 <param name="output_phased" value="1"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
164 <output name="frags" ftype="txt" file="output_frag.dat"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
165 <output name="haplotype" ftype="txt" file="output_haplotype.out"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
166 <output name="haplotype_phased" ftype="vcf" file="output_haplotype.out.phased.vcf"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
167 <conditional name="optimization"> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
168 <param name="optimization" value="ont"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
169 </conditional> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
170 <conditional name="reference_genome"> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
171 <param name="source" value="history"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
172 </conditional> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
173 <param name="fasta" ftype="fasta" value="ref.fasta"/> |
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
174 </test> |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
175 </tests> |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
176 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
177 <help><![CDATA[ |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
178 .. class:: infomark |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
179 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
180 *NOTE: At this time HapCUT2 is for diploid organisms only and can assemble haplotypes for one individual at a time. VCF input should contain variants and genotypes for a single diploid individual.* |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
181 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
182 .. class:: infomark |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
183 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
184 *NOTE: At this time HapCUT2 on Galaxy cannot be used for 10X Genomics sequencing data.* |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
185 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
186 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
187 **What it does** |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
188 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
189 HapCUT2 is a maximum-likelihood-based tool for assembling haplotypes from DNA sequence reads, designed to "just work" with excellent speed and accuracy. Previously described haplotype assembly methods are specialized for specific read technologies or protocols, with slow or inaccurate performance on others. With this in mind, HapCUT2 is designed for speed and accuracy across diverse sequencing technologies, including but not limited to: |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
190 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
191 - NGS short reads (Illumina HiSeq) |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
192 - single-molecule long reads (PacBio and Oxford Nanopore) |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
193 - Linked-Reads (e.g. 10X Genomics, stLFR or TELL-seq) |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
194 - proximity-ligation (Hi-C) reads |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
195 - high-coverage sequencing (>40x coverage-per-SNP) using above technologies |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
196 - combinations of the above technologies (e.g. scaffold long reads with Hi-C reads) |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
197 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
198 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
199 **Inputs** |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
200 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
201 Input data should reference a single diploid individual mapped to a reference genome. |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
202 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
203 1. BAM file with reads mapped to reference genome |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
204 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
205 2. VCF file with variant calls against reference genome |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
206 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
207 *Using linked reads (10X Genomics, stLFR etc)?* Additional preparation is required: `see here <https://github.com/vibansal/HapCUT2/blob/master/linkedreads.md>`_ |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
208 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
209 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
210 **Outputs** |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
211 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
212 - ``haplotype.out``: `phased block file <https://github.com/vibansal/HapCUT2/blob/master/outputformat.md>`_ |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
213 - ``haplotype.out.phased.vcf``: (optional) phased VCF file |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
214 - ``Fragments``: (optional) An intermediate file containing alignment fragments with haplotype information |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
215 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
216 See `HapCUT2 on GitHib <https://github.com/vibansal/HapCUT2>`_ for more detailed information. |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
217 |
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
218 ]]></help> |
1
271eb7f4b8bc
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 72c2236cfd6e175ca3b0aed888e3de544d884e3f-dirty"
galaxy-australia
parents:
0
diff
changeset
|
219 <citations> |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
220 <citation type="doi">10.1101/gr.213462.116</citation> |
1
271eb7f4b8bc
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 72c2236cfd6e175ca3b0aed888e3de544d884e3f-dirty"
galaxy-australia
parents:
0
diff
changeset
|
221 </citations> |
2
800f8086da7d
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
iuc
parents:
1
diff
changeset
|
222 <expand macro="creator"/> |
0
fb00fb7cb201
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7770c3ea0fab9df0f39d3d73d10c9e282b77c60f-dirty"
galaxy-australia
parents:
diff
changeset
|
223 </tool> |