comparison tools/mira4/mira4_de_novo.xml @ 21:4abe8d59a438 draft

Uploaded v0.0.4 preview 1; fix getting BAM without MAF
author peterjc
date Tue, 28 Oct 2014 08:29:59 -0400
parents aeb3e35f8236
children
comparison
equal deleted inserted replaced
20:aeb3e35f8236 21:4abe8d59a438
178 <param name="filenames" value="U13small_m.fastq" ftype="fastqsanger" /> 178 <param name="filenames" value="U13small_m.fastq" ftype="fastqsanger" />
179 <param name="maf_wanted" value="true"/> 179 <param name="maf_wanted" value="true"/>
180 <param name="bam_wanted" value="true"/> 180 <param name="bam_wanted" value="true"/>
181 <output name="out_fasta" file="U13small_m.mira4_de_novo.fasta" ftype="fasta" /> 181 <output name="out_fasta" file="U13small_m.mira4_de_novo.fasta" ftype="fasta" />
182 <output name="out_bam" file="empty_file.dat" compare="contains" /> 182 <output name="out_bam" file="empty_file.dat" compare="contains" />
183 <output name="out_maf" file="empty_file.dat" compare="contains" /> 183 <!-- TODO: Suggest startswith as a compare method? -->
184 <output name="out_maf" file="header.mira" compare="contains" />
184 <output name="out_log" file="empty_file.dat" compare="contains" /> 185 <output name="out_log" file="empty_file.dat" compare="contains" />
185 </test> 186 </test>
186 <!-- Simple assembly based on MIRA's minidemo/solexa1 example 187 <!-- Simple assembly based on MIRA's minidemo/solexa1 example
187 Note we're using just one repeat group, 188 Note we're using just one repeat group,
188 but two parameters within the repeat (filename, no pairing) 189 but two parameters within the repeat (filename, no pairing)
190 <test> 191 <test>
191 <param name="job_type" value="genome" /> 192 <param name="job_type" value="genome" />
192 <param name="job_quality" value="accurate" /> 193 <param name="job_quality" value="accurate" />
193 <param name="type" value="none" /> 194 <param name="type" value="none" />
194 <param name="filenames" value="ecoli.fastq" ftype="fastqsanger" /> 195 <param name="filenames" value="ecoli.fastq" ftype="fastqsanger" />
195 <param name="maf_wanted" value="true"/> 196 <param name="maf_wanted" value="false"/>
196 <param name="bam_wanted" value="true"/> 197 <param name="bam_wanted" value="false"/>
197 <output name="out_fasta" file="ecoli.mira4_de_novo.fasta" ftype="fasta" /> 198 <output name="out_fasta" file="ecoli.mira4_de_novo.fasta" ftype="fasta" />
198 <output name="out_bam" file="empty_file.dat" compare="contains" />
199 <output name="out_maf" file="empty_file.dat" compare="contains" />
200 <output name="out_log" file="empty_file.dat" compare="contains" /> 199 <output name="out_log" file="empty_file.dat" compare="contains" />
201 </test> 200 </test>
202 </tests> 201 </tests>
203 <help> 202 <help>
204 203