comparison discosnp_pp.xml @ 4:912d042e4f1e draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
author iuc
date Mon, 17 Aug 2020 10:39:36 -0400
parents c2d90cc4a063
children fd98c5af5a6c
comparison
equal deleted inserted replaced
3:297e9d318b48 4:912d042e4f1e
23 ln -sf '${VCF_option.G}' '${reference_file}' && 23 ln -sf '${VCF_option.G}' '${reference_file}' &&
24 #end if 24 #end if
25 25
26 run_discoSnp++.sh 26 run_discoSnp++.sh
27 @discosnp_inputs@ 27 @discosnp_inputs@
28 ${t}
29 ${T} 28 ${T}
29 -b ${b}
30 #if str($VCF_option.mapping) == 'reference' 30 #if str($VCF_option.mapping) == 'reference'
31 -G '${reference_file}' 31 -G '${reference_file}'
32 -M ${VCF_option.M}
33 ${VCF_option.R} 32 ${VCF_option.R}
34 #end if 33 #end if
34
35 --max_threads \${GALAXY_SLOTS:-1}
35 36
36 ]]></command> 37 ]]></command>
37 38
38 <inputs> 39 <inputs>
39 40
46 <option value="2">No limitation on branching</option> 47 <option value="2">No limitation on branching</option>
47 </param> 48 </param>
48 49
49 <expand macro="discosnp_options" /> 50 <expand macro="discosnp_options" />
50 51
51 <param argument="-t" type="boolean" checked="false" truevalue="-t" falsevalue="" label="Extends each polymorphism with left and right unitigs" />
52 <param argument="-T" type="boolean" checked="false" truevalue="-T" falsevalue="" label="Extends each polymorphism with left and right contigs" /> 52 <param argument="-T" type="boolean" checked="false" truevalue="-T" falsevalue="" label="Extends each polymorphism with left and right contigs" />
53 53
54 <conditional name="VCF_option" > 54 <conditional name="VCF_option" >
55 <param name="mapping" type="select" label="VCF option"> 55 <param name="mapping" type="select" label="VCF option">
56 <option value="default">Do not use reference genome</option> 56 <option value="default">Do not use reference genome</option>
57 <option value="reference">Mapping with a reference genome</option> 57 <option value="reference">Mapping with a reference genome</option>
58 </param> 58 </param>
59 <when value="default"></when> 59 <when value="default"></when>
60 <when value="reference"> 60 <when value="reference">
61 <param argument="-G" type="data" format="fasta,fastq" label="Reference genome file" /> 61 <param argument="-G" type="data" format="fasta,fastq" label="Reference genome file" />
62 <param argument="-M" type="integer" value="4" label="Maximal number of mapping errors" help="during BWA mapping phase" />
63 <param argument="-R" type="boolean" truevalue="-R" falsevalue="" checked="false" label="Use the reference genome also in the variant calling, not only for mapping results" /> 62 <param argument="-R" type="boolean" truevalue="-R" falsevalue="" checked="false" label="Use the reference genome also in the variant calling, not only for mapping results" />
64 </when> 63 </when>
65 </conditional> 64 </conditional>
66 65
67 </inputs> 66 </inputs>