Mercurial > repos > iuc > colibread_discosnp_pp
changeset 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 | 297e9d318b48 |
| children | fd98c5af5a6c |
| files | discosnp_pp.xml macros.xml test-data/discosnp/multifasta.fa test-data/discosnp/multifasta_paired.fa test-data/discosnp/vcf_file.vcf test-data/discosnp/vcf_file_paired.vcf test-data/discosnpRAD/fasta.fa test-data/lordec/stat_file.txt |
| diffstat | 8 files changed, 66 insertions(+), 68 deletions(-) [+] |
line wrap: on
line diff
--- a/discosnp_pp.xml Wed Jan 22 17:31:42 2020 -0500 +++ b/discosnp_pp.xml Mon Aug 17 10:39:36 2020 -0400 @@ -25,14 +25,15 @@ run_discoSnp++.sh @discosnp_inputs@ - ${t} ${T} + -b ${b} #if str($VCF_option.mapping) == 'reference' -G '${reference_file}' - -M ${VCF_option.M} ${VCF_option.R} #end if + --max_threads \${GALAXY_SLOTS:-1} + ]]></command> <inputs> @@ -48,7 +49,6 @@ <expand macro="discosnp_options" /> - <param argument="-t" type="boolean" checked="false" truevalue="-t" falsevalue="" label="Extends each polymorphism with left and right unitigs" /> <param argument="-T" type="boolean" checked="false" truevalue="-T" falsevalue="" label="Extends each polymorphism with left and right contigs" /> <conditional name="VCF_option" > @@ -59,7 +59,6 @@ <when value="default"></when> <when value="reference"> <param argument="-G" type="data" format="fasta,fastq" label="Reference genome file" /> - <param argument="-M" type="integer" value="4" label="Maximal number of mapping errors" help="during BWA mapping phase" /> <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" /> </when> </conditional>
--- a/macros.xml Wed Jan 22 17:31:42 2020 -0500 +++ b/macros.xml Mon Aug 17 10:39:36 2020 -0400 @@ -1,12 +1,12 @@ <macros> + <token name="@DISCOSNP_VERSION@">2.5.4</token> + <xml name="discosnp_requirements"> <requirements> - <requirement type="package" version="2.3.0">discosnp</requirement> + <requirement type="package" version="@DISCOSNP_VERSION@">discosnp</requirement> </requirements> </xml> - <token name="@DISCOSNP_VERSION@">2.3.0</token> - <token name="@discosnp_single_reads@"><