Mercurial > repos > peterjc > mira4_assembler
comparison tools/mira4/mira4_de_novo.xml @ 17:5bbaa930d7fa draft
Uploaded v0.0.2 preview 9, more functional tests
author | peterjc |
---|---|
date | Mon, 03 Mar 2014 11:49:21 -0500 |
parents | b0ffe0e7282b |
children | 381aa262c8cb |
comparison
equal
deleted
inserted
replaced
16:4c6e4d583b8f | 17:5bbaa930d7fa |
---|---|
149 </test> | 149 </test> |
150 --> | 150 --> |
151 <!-- Simple assembly based on MIRA's minidemo/demo4 example | 151 <!-- Simple assembly based on MIRA's minidemo/demo4 example |
152 Note we're using just one repeat group, | 152 Note we're using just one repeat group, |
153 but several parameters with the repeat | 153 but several parameters with the repeat |
154 (in order to specify sanger reads, no pairing) | 154 --> |
155 <test> | 155 <test> |
156 <param name="job_type" value="genome" /> | 156 <param name="job_type" value="genome" /> |
157 <param name="job_quality" value="accurate" /> | 157 <param name="job_quality" value="accurate" /> |
158 <param name="technology" value="sanger" /> | 158 <param name="technology" value="sanger" /> |
159 <param name="type" value="none" /> | 159 <param name="type" value="none" /> |
160 <param name="filenames" value="U13small_m.fastq" ftype="fastqsanger" /> | 160 <param name="filenames" value="U13small_m.fastq" ftype="fastqsanger" /> |
161 <output name="out_fasta" file="U13small_m.mira4_de_novo.fasta" ftype="fasta" /> | 161 <output name="out_fasta" file="U13small_m.mira4_de_novo.fasta" ftype="fasta" /> |
162 <output name="out_bam" file="empty_file.dat" compare="contains" /> | |
163 <output name="out_maf" file="empty_file.dat" compare="contains" /> | |
164 <output name="out_log" file="empty_file.dat" compare="contains" /> | |
162 </test> | 165 </test> |
163 --> | 166 <!-- Simple assembly based on MIRA's minidemo/solexa1 example |
164 <!-- Simple assembly based on MIRA's minidemo/solexa1 example | |
165 Note we're using just one repeat group, | 167 Note we're using just one repeat group, |
166 but two parameters within the repeat (filename, no pairing) | 168 but two parameters within the repeat (filename, no pairing) |
167 --> | 169 --> |
168 <test> | 170 <test> |
169 <param name="job_type" value="genome" /> | 171 <param name="job_type" value="genome" /> |