annotate macros.xml.orig @ 1:148b595025b3 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Tue, 31 Aug 2021 08:00:10 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
2 <macros>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
3 <token name="@TOOL_VERSION@">0.8.7</token>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
4 <token name="@VERSION_SUFFIX@">0</token>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
5 <xml name="requirements">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
6 <requirements>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
7 <requirement type="package" version="@TOOL_VERSION@">delly</requirement>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
8 <requirement type="package" version="1.10.2">bcftools</requirement>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
9 </requirements>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
10 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
11 <xml name="version_command">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
12 <version_command><![CDATA[delly -v 2>&1 | grep 'Delly version' | cut -f 3 -d ' ']]></version_command>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
13 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
14 <xml name="citations">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
15 <citations>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
16 <citation type="doi">10.1093/bioinformatics/bts378</citation>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
17 </citations>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
18 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
19 <<<<<<< HEAD
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
20
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
21 <!-- command -->
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
22 =======
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
23 <xml name="bio_tools">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
24 <xrefs>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
25 <xref type='bio.tools'>delly2</xref>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
26 </xrefs>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
27 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
28 <!--
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
29 command
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
30 -->
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
31 >>>>>>> 20ed9dd6f (add bio.tools ID)
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
32
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
33 <token name="@BAM@"><![CDATA[
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
34 #for $i, $current in enumerate($input)
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
35 ln -s '${current}' 'input_${i}.bam' &&
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
36 ln -s '${current.metadata.bam_index}' 'input_${i}.bam.bai' &&
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
37 #end for
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
38 ]]></token>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
39 <token name="@DUMP@"><![CDATA[
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
40 #if 'dump' in $oo.out
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
41 && test -f 'dump.tsv.gz' && bgzip -d 'dump.tsv.gz' || echo 'No dump file.'
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
42 #end if
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
43 ]]></token>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
44 <token name="@LOG@"><![CDATA[
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
45 #if 'log' in $oo.out
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
46 |& tee '$out_log'
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
47 #end if
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
48 ]]></token>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
49 <token name="@VCF@"><![CDATA[
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
50 #if 'vcf' in $oo.out
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
51 && test -f 'result.bcf' && bcftools view 'result.bcf' > 'result.vcf' || echo 'No results.'
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
52 #end if
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
53 ]]></token>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
54
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
55 <!-- input -->
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
56
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
57 <xml name="cnoffset" token_default="">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
58 <param name="cnoffset" type="float" min="0.0" max="1.0" value="@DEFAULT@" label="Set minimum CN offset" help="(--cn-offset)"/>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
59 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
60 <xml name="coverage" token_label="">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
61 <param argument="--coverage" type="integer" value="10" label="@LABEL@"/>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
62 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
63 <xml name="exclude">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
64 <param argument="--exclude" type="data" format="tabular" optional="true" label="Select file with regions to exclude"/>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
65 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
66 <xml name="genome">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
67 <param argument="--genome" type="data" format="fasta" label="Select genome file"/>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
68 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
69 <xml name="genoqual">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
70 <param name="genoqual" type="integer" value="5" label="Set minimum mapping quality for genotyping" help="(--geno-qual)"/>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
71 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
72 <xml name="input" token_format="" token_multiple="false" token_label="">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
73 <param name="input" type="data" format="@FORMAT@" multiple="@MULTIPLE@" label="@LABEL@"/>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
74 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
75 <xml name="maxreadsep" token_default="">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
76 <param argument="--maxreadsep" type="integer" value="@DEFAULT@" label="Set maximum read separation"/>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
77 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
78 <xml name="maxsize" token_default="" token_label="">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
79 <param argument="--maxsize" type="integer" value="@DEFAULT@" label="@LABEL@"/>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
80 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
81 <xml name="minclip">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
82 <param argument="--minclip" type="integer" value="25" label="Set minimum clipping length"/>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
83 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
84 <xml name="mincliquesize">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
85 <param name="mincliquesize" type="integer" value="2" label="Set minimum paired-end/single-read clique size" help="(--min-clique-size)"/>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
86 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
87 <xml name="minrefsep" token_default="">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
88 <param argument="--minrefsep" type="integer" value="@DEFAULT@" label="Set minimum reference separation"/>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
89 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
90 <xml name="minsize" token_default="" token_label="">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
91 <param argument="--minsize" type="integer" value="@DEFAULT@" label="@LABEL@"/>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
92 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
93 <xml name="pass">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
94 <param argument="--pass" type="boolean" truevalue="--pass" falsevalue="" label="Filter sites for PASS?"/>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
95 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
96 <xml name="ploidy">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
97 <param argument="--ploidy" type="integer" value="2" label="Set baseline ploidy"/>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
98 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
99 <xml name="samples">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
100 <param argument="--samples" type="data" format="tabular" label="Select sample file" help="Two-column sample file listing sample name and tumor or control."/>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
101 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
102 <xml name="svtype">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
103 <param argument="--svtype" type="select" label="Select type(s) of structural variants to detect">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
104 <option value="ALL" selected="true">All types (ALL)</option>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
105 <option value="DEL">Deletion (DEL)</option>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
106 <option value="DUP">Duplication (DUP)</option>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
107 <option value="INS">Insertion (INS)</option>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
108 <option value="INV">Inversion (INV)</option>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
109 <option value="BND">Translocation (BND)</option>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
110 </param>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
111 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
112 <xml name="vcffile">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
113 <param argument="--vcffile" type="data" format="bcf,vcf" optional="true" label="Select genotyping file"/>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
114 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
115
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
116 <!-- output -->
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
117
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
118 <xml name="bcf">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
119 <data name="out_bcf" format="bcf" from_work_dir="result.bcf" label="${tool.name} on ${on_string}: Result (BCF)">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
120 <filter>'bcf' in oo['out']</filter>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
121 </data>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
122 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
123 <xml name="vcf">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
124 <data name="out_vcf" format="vcf" from_work_dir="result.vcf" label="${tool.name} on ${on_string}: Result (VCF)">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
125 <filter>'vcf' in oo['out']</filter>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
126 </data>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
127 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
128 <xml name="dump">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
129 <data name="out_dump" format="tabular" from_work_dir="dump.tsv" label="${tool.name} on ${on_string}: SV-reads">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
130 <filter>'dump' in oo['out']</filter>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
131 </data>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
132 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
133 <xml name="log">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
134 <data name="out_log" format="txt" label="${tool.name} on ${on_string}: Log">
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
135 <filter>'log' in oo['out']</filter>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
136 </data>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
137 </xml>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
138
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
139 <!-- help -->
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
140
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
141 <token name="@WID@"><![CDATA[
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
142 Delly is an integrated structural variant (SV) prediction method that can discover, genotype and visualize deletions, tandem duplications, inversions and translocations at single-nucleotide resolution in short-read massively parallel sequencing data. It uses paired-ends, split-reads and read-depth to sensitively and accurately delineate genomic rearrangements throughout the genome.
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
143
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
144 Short-read SV calling
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
145
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
146 - *call* to discover and genotype structural variants
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
147 - *merge* structural variants across VCF/BCF files and within a single VCF/BCF file
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
148 - *filter* somatic or germline structural variants
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
149
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
150 Long-read SV calling
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
151
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
152 - *lr* for long-read SV discovery
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
153
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
154 Copy-number variant calling
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
155
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
156 - *cnv* to discover and genotype copy-number variants
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
157 - *classify* somatic or germline copy-number variants
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
158 ]]></token>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
159 <token name="@REFERENCES@"><![CDATA[
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
160 More information are available on `GitHub <https://github.com/dellytools/delly>`_.
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
161 ]]></token>
148b595025b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
diff changeset
162 </macros>