Mercurial > repos > iuc > delly_call
annotate call.xml @ 3:6f383714149d draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d76130cdcb21f0390b4e68e733d38575fd5cc6c7"
author | iuc |
---|---|
date | Tue, 14 Dec 2021 19:05:58 +0000 |
parents | 9946bd542898 |
children | c34eab9d5134 |
rev | line source |
---|---|
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
1
53d90d86fc83
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 3da28c7772346e1872b6d768b904305be0c61db7"
iuc
parents:
0
diff
changeset
|
2 <tool id="delly_call" name="Delly call" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="18.01"> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
3 <description>and genotype structural variants</description> |
3
6f383714149d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d76130cdcb21f0390b4e68e733d38575fd5cc6c7"
iuc
parents:
2
diff
changeset
|
4 <expand macro="bio_tools"/> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
5 <macros> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
6 <import>macros.xml</import> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
7 </macros> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
8 <expand macro="requirements"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
9 <expand macro="version_command"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
10 <command detect_errors="exit_code"><![CDATA[ |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
11 ## initialize |
1
53d90d86fc83
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 3da28c7772346e1872b6d768b904305be0c61db7"
iuc
parents:
0
diff
changeset
|
12 @BAM@ |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
13 |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
14 ## run |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
15 delly call |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
16 ## generic options |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
17 --svtype $generic.svtype |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
18 --genome '$generic.genome' |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
19 #if $generic.exclude |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
20 --exclude '$generic.exclude' |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
21 #end if |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
22 --outfile 'result.bcf' |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
23 ## discovery options |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
24 --map-qual $discovery.mapqual |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
25 --qual-tra $discovery.qualtra |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
26 --mad-cutoff $discovery.madcutoff |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
27 --minclip $discovery.minclip |
1
53d90d86fc83
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 3da28c7772346e1872b6d768b904305be0c61db7"
iuc
parents:
0
diff
changeset
|
28 --min-clique-size $discovery.mincliquesize |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
29 --minrefsep $discovery.minrefsep |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
30 --maxreadsep $discovery.maxreadsep |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
31 ## genotyping options |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
32 #if $genotyping.vcffile |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
33 --vcffile '$genotyping.vcffile' |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
34 #end if |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
35 --geno-qual $genotyping.genoqual |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
36 #if 'dump' in $oo.out |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
37 --dump 'dump.tsv.gz' |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
38 #end if |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
39 ## input |
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
40 #for $i, $current in enumerate($input) |
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
41 'input_${i}.bam' |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
42 #end for |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
43 |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
44 ## postprocessing |
1
53d90d86fc83
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 3da28c7772346e1872b6d768b904305be0c61db7"
iuc
parents:
0
diff
changeset
|
45 @LOG@ |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
46 @DUMP@ |
1
53d90d86fc83
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 3da28c7772346e1872b6d768b904305be0c61db7"
iuc
parents:
0
diff
changeset
|
47 @VCF@ |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
48 ]]></command> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
49 <inputs> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
50 <expand macro="input" format="bam" multiple="true" label="Select input file(s)"/> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
51 <section name="generic" title="Generic options" expanded="true"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
52 <expand macro="svtype"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
53 <expand macro="genome"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
54 <expand macro="exclude"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
55 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
56 <section name="discovery" title="Discovery options" expanded="true"> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
57 <param name="mapqual" type="integer" value="1" label="Set minimum paired-end mapping quality" help="(--map-qual)"/> |
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
58 <param name="qualtra" type="integer" value="20" label="Set minimum paired-end quality for translocation" help="(--qual-tra)"/> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
59 <param name="madcutoff" type="integer" value="9" label="Set insert size cutoff" help="median+s*MAD, deletions only (--mad-cutoff)"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
60 <expand macro="minclip"/> |
1
53d90d86fc83
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 3da28c7772346e1872b6d768b904305be0c61db7"
iuc
parents:
0
diff
changeset
|
61 <expand macro="mincliquesize"/> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
62 <expand macro="minrefsep" default="25"/> |
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
63 <expand macro="maxreadsep" default="40"/> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
64 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
65 <section name="genotyping" title="Genotyping options" expanded="true"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
66 <expand macro="vcffile"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
67 <expand macro="genoqual"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
68 </section> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
69 <section name="oo" title="Output options" expanded="true"> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
70 <param name="out" type="select" multiple="true" optional="false" label="Select output file(s)"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
71 <option value="bcf" selected="true">BCF</option> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
72 <option value="log">Log</option> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
73 <option value="dump">SV-reads (--dump)</option> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
74 <option value="vcf">VCF</option> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
75 </param> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
76 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
77 </inputs> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
78 <outputs> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
79 <expand macro="bcf"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
80 <expand macro="dump"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
81 <expand macro="log"/> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
82 <expand macro="vcf"/> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
83 </outputs> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
84 <tests> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
85 <!-- no test implemented for parameter vcffile --> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
86 |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
87 <!-- #1 default, single --> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
88 <test expect_num_outputs="2"> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
89 <param name="input" value="normal.bam"/> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
90 <section name="generic"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
91 <param name="genome" value="genome.fasta"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
92 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
93 <section name="oo"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
94 <param name="out" value="vcf,bcf"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
95 </section> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
96 <output name="out_bcf"> |
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
97 <assert_contents> |
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
98 <has_size value="1184" delta="10"/> |
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
99 </assert_contents> |
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
100 </output> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
101 <output name="out_vcf"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
102 <assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
103 <has_size value="3661" delta="10"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
104 <has_line line="#CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO	FORMAT	normal"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
105 </assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
106 </output> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
107 </test> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
108 <!-- #2 default, multi; test data to small, results are empty --> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
109 <test expect_num_outputs="3"> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
110 <param name="input" value="normal.bam,tumor.bam"/> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
111 <section name="generic"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
112 <param name="genome" value="genome.fasta"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
113 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
114 <section name="oo"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
115 <param name="out" value="vcf,bcf,log"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
116 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
117 <output name="out_bcf"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
118 <assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
119 <has_size value="0"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
120 </assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
121 </output> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
122 <output name="out_log"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
123 <assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
124 <has_text_matching expression="Sample has not enough data to estimate library parameters.+"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
125 </assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
126 </output> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
127 <output name="out_vcf"> |
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
128 <assert_contents> |
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
129 <has_size value="0"/> |
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
130 </assert_contents> |
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
131 </output> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
132 </test> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
133 <!-- #3; results are empty due to exclude file --> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
134 <test expect_num_outputs="4"> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
135 <param name="input" value="normal.bam"/> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
136 <section name="generic"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
137 <param name="genome" value="genome.fasta"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
138 <param name="exclude" value="exclude.tsv"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
139 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
140 <section name="oo"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
141 <param name="out" value="vcf,bcf,dump,log"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
142 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
143 <output name="out_bcf"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
144 <assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
145 <has_size value="0"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
146 </assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
147 </output> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
148 <output name="out_dump"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
149 <assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
150 <has_n_lines n="0"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
151 </assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
152 </output> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
153 <output name="out_log"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
154 <assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
155 <has_text_matching expression="Sample has not enough data to estimate library parameters.+"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
156 </assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
157 </output> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
158 <output name="out_vcf"> |
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
159 <assert_contents> |
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
160 <has_size value="0"/> |
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
161 </assert_contents> |
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
162 </output> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
163 </test> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
164 <!-- #4 --> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
165 <test expect_num_outputs="1"> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
166 <param name="input" value="normal.bam"/> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
167 <section name="generic"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
168 <param name="svtype" value="ALL"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
169 <param name="genome" value="genome.fasta"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
170 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
171 <section name="discovery"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
172 <param name="mapqual" value="2"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
173 <param name="qualtra" value="19"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
174 <param name="madcutoff" value="8"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
175 <param name="minclip" value="24"/> |
1
53d90d86fc83
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 3da28c7772346e1872b6d768b904305be0c61db7"
iuc
parents:
0
diff
changeset
|
176 <param name="mincliquesize" value="1"/> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
177 <param name="minrefsep" value="24"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
178 <param name="maxreadsep" value="39"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
179 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
180 <section name="genotyping"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
181 <param name="genoqual" value="4"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
182 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
183 <section name="oo"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
184 <param name="out" value="vcf"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
185 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
186 <output name="out_vcf"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
187 <assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
188 <has_size value="3661" delta="10"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
189 <has_line line="#CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO	FORMAT	normal"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
190 </assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
191 </output> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
192 </test> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
193 <!-- #5 --> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
194 <test expect_num_outputs="1"> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
195 <param name="input" value="normal.bam"/> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
196 <section name="generic"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
197 <param name="svtype" value="DEL"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
198 <param name="genome" value="genome.fasta"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
199 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
200 <section name="oo"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
201 <param name="out" value="bcf"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
202 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
203 <output name="out_bcf"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
204 <assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
205 <has_size value="1183" delta="10"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
206 </assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
207 </output> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
208 </test> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
209 <!-- #6 --> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
210 <test expect_num_outputs="1"> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
211 <param name="input" value="normal.bam"/> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
212 <section name="generic"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
213 <param name="svtype" value="INS"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
214 <param name="genome" value="genome.fasta"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
215 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
216 <section name="oo"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
217 <param name="out" value="dump"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
218 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
219 <output name="out_dump"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
220 <assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
221 <has_size value="0"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
222 </assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
223 </output> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
224 </test> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
225 <!-- #7 --> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
226 <test expect_num_outputs="1"> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
227 <param name="input" value="normal.bam"/> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
228 <section name="generic"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
229 <param name="svtype" value="INV"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
230 <param name="genome" value="genome.fasta"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
231 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
232 <section name="oo"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
233 <param name="out" value="log"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
234 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
235 <output name="out_log"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
236 <assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
237 <has_text_matching expression=".+Done.+"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
238 </assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
239 </output> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
240 </test> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
241 <!-- #8 --> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
242 <test expect_num_outputs="2"> |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
243 <param name="input" value="normal.bam"/> |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
244 <section name="generic"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
245 <param name="svtype" value="BND"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
246 <param name="genome" value="genome.fasta"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
247 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
248 <section name="oo"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
249 <param name="out" value="vcf,log"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
250 </section> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
251 <output name="out_vcf"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
252 <assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
253 <has_size value="3661" delta="10"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
254 <has_line line="#CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO	FORMAT	normal"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
255 </assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
256 </output> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
257 <output name="out_log"> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
258 <assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
259 <has_text_matching expression=".+Done.+"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
260 </assert_contents> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
261 </output> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
262 </test> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
263 </tests> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
264 <help><![CDATA[ |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
265 .. class:: infomark |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
266 |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
267 **What it does** |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
268 |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
269 @WID@ |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
270 |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
271 **Input** |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
272 |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
273 Delly *call* requires a sorted, indexed and duplicate marked BAM file for every input sample. An indexed reference genome is required to identify split-reads. Additionally a BCF/VCF file for genotyping can be applied. |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
274 |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
275 **Output** |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
276 |
2
9946bd542898
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
iuc
parents:
1
diff
changeset
|
277 The output is available in BCF and VCF format. Additionally an output file for SV-reads and a log file are provided. |
0
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
278 |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
279 .. class:: infomark |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
280 |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
281 **References** |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
282 |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
283 @REFERENCES@ |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
284 ]]></help> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
285 <expand macro="citations"/> |
36772204dee5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit 86ada42b811af0262618636f2d8d1788274f9884"
iuc
parents:
diff
changeset
|
286 </tool> |