comparison tools/mira4_0/mira4_de_novo.xml @ 4:1713289d9908 draft default tip

v0.0.11 tweak for use with bioconda dependencies
author peterjc
date Thu, 10 Aug 2017 11:09:10 -0400
parents a4f602cc3aa9
children
comparison
equal deleted inserted replaced
3:a4f602cc3aa9 4:1713289d9908
1 <tool id="mira_4_0_de_novo" name="MIRA v4.0 de novo assember" version="0.0.9"> 1 <tool id="mira_4_0_de_novo" name="MIRA v4.0 de novo assember" version="0.0.11">
2 <description>Takes Sanger, Roche 454, Solexa/Illumina, Ion Torrent and PacBio reads</description> 2 <description>Takes Sanger, Roche 454, Solexa/Illumina, Ion Torrent and PacBio reads</description>
3 <requirements> 3 <requirements>
4 <requirement type="binary">mira</requirement>
5 <requirement type="binary">miraconvert</requirement>
6 <requirement type="package" version="4.0.2">MIRA</requirement> 4 <requirement type="package" version="4.0.2">MIRA</requirement>
7 <requirement type="binary">samtools</requirement>
8 <requirement type="package" version="0.1.19">samtools</requirement> 5 <requirement type="package" version="0.1.19">samtools</requirement>
9 </requirements> 6 </requirements>
10 <code file="mira4_validator.py" /> 7 <code file="mira4_validator.py" />
11 <stdio> 8 <version_command>
12 <!-- Assume anything other than zero is an error --> 9 python $__tool_directory__/mira4.py --version
13 <exit_code range="1:" /> 10 </version_command>
14 <exit_code range=":-1" /> 11 <command detect_errors="aggressive">
15 </stdio> 12 python $__tool_directory__/mira4.py
16 <version_command interpreter="python">mira4.py --version</version_command> 13 --manifest '$manifest'
17 <command interpreter="python">mira4.py
18 --manifest "$manifest"
19 #if str($maf_wanted)=="true": 14 #if str($maf_wanted)=="true":
20 --maf "$out_maf" 15 --maf '$out_maf'
21 #end if 16 #end if
22 #if str($bam_wanted)=="true": 17 #if str($bam_wanted)=="true":
23 --bam "$out_bam" 18 --bam '$out_bam'
24 #end if 19 #end if
25 --fasta "$out_fasta" 20 --fasta '$out_fasta'
26 --log "$out_log" 21 --log '$out_log'
27 </command> 22 </command>
28 <configfiles> 23 <configfiles>
29 <configfile name="manifest"> 24 <configfile name="manifest">
30 project = MIRA 25 project = MIRA
31 job = denovo,${job_type},${job_quality} 26 job = denovo,${job_type},${job_quality}
131 <option value="stlouis">St. Louis scheme (see notes)</option> 126 <option value="stlouis">St. Louis scheme (see notes)</option>
132 </param> 127 </param>
133 </when> 128 </when>
134 <when value="none" /><!-- no further questions --> 129 <when value="none" /><!-- no further questions -->
135 </conditional> 130 </conditional>
136 <param name="filenames" type="data" format="fastq,mira" multiple="true" required="true" label="Read file(s)" 131 <param name="filenames" type="data" format="fastq,mira" multiple="true" optional="false" label="Read file(s)"
137 help="Multiple files allowed, for example paired reads can be given as two files (MIRA looks at read names to identify pairs)." /> 132 help="Multiple files allowed, for example paired reads can be given as two files (MIRA looks at read names to identify pairs)." />
138 </repeat> 133 </repeat>
139 <param name="maf_wanted" type="boolean" label="Output assembly in MIRA's own format?" checked="False" /> 134 <param name="maf_wanted" type="boolean" label="Output assembly in MIRA's own format?" checked="false" />
140 <param name="bam_wanted" type="boolean" label="Convert assembly into BAM format?" checked="True" /> 135 <param name="bam_wanted" type="boolean" label="Convert assembly into BAM format?" checked="true" />
141 </inputs> 136 </inputs>
142 <outputs> 137 <outputs>
143 <data name="out_fasta" format="fasta" label="MIRA de novo contigs (FASTA)" /> 138 <data name="out_fasta" format="fasta" label="MIRA de novo contigs (FASTA)" />
144 <data name="out_bam" format="bam" label="MIRA de novo assembly (BAM)"> 139 <data name="out_bam" format="bam" label="MIRA de novo assembly (BAM)">
145 <filter>bam_wanted is True</filter> 140 <filter>bam_wanted is True</filter>