Mercurial > repos > peterjc > mira4_assembler
comparison tools/mira4/mira4_de_novo.xml @ 15:b0ffe0e7282b draft
Uploaded v0.0.2 preview 7, fixed bash syntax error
author | peterjc |
---|---|
date | Thu, 20 Feb 2014 05:07:19 -0500 |
parents | 133b863a8a40 |
children | 5bbaa930d7fa |
comparison
equal
deleted
inserted
replaced
14:133b863a8a40 | 15:b0ffe0e7282b |
---|---|
32 <option value="454">Roche 454</option> | 32 <option value="454">Roche 454</option> |
33 <option value="iontor">Ion Torrent</option> | 33 <option value="iontor">Ion Torrent</option> |
34 <option value="pcbiolq">PacBio low quality (raw)</option> | 34 <option value="pcbiolq">PacBio low quality (raw)</option> |
35 <option value="pcbiohq">PacBio high quality (corrected)</option> | 35 <option value="pcbiohq">PacBio high quality (corrected)</option> |
36 <option value="text">Synthetic reads (database entries, consensus sequences, artifical reads, etc)</option> | 36 <option value="text">Synthetic reads (database entries, consensus sequences, artifical reads, etc)</option> |
37 <!-- TODO reference/backbone as an entry here? --> | 37 <!-- TODO reference/backbone as an entry here? --> |
38 </param> | 38 </param> |
39 <conditional name="segments"> | 39 <conditional name="segments"> |
40 <param name="type" type="select" label="Are these paired reads?"> | 40 <param name="type" type="select" label="Are these paired reads?"> |
41 <option value="paired">Paired reads</option> | 41 <option value="paired">Paired reads</option> |
42 <option value="none">Single reads or not relevant (e.g. primer walking with Sanger capillary sequencing)</option> | 42 <option value="none">Single reads or not relevant (e.g. primer walking with Sanger capillary sequencing)</option> |
62 <option value="stlouis">St. Louis scheme (see notes)</option> | 62 <option value="stlouis">St. Louis scheme (see notes)</option> |
63 </param> | 63 </param> |
64 </when> | 64 </when> |
65 <when value="none" /><!-- no further questions --> | 65 <when value="none" /><!-- no further questions --> |
66 </conditional> | 66 </conditional> |
67 <param name="filenames" type="data" format="fastq,mira" multiple="true" required="true" label="Read file(s)" | 67 <param name="filenames" type="data" format="fastq,mira" multiple="true" required="true" label="Read file(s)" |
68 help="Multiple files allowed, for example paired reads can be given as two files (MIRA looks at read names to identify pairs)." /> | 68 help="Multiple files allowed, for example paired reads can be given as two files (MIRA looks at read names to identify pairs)." /> |
69 </repeat> | 69 </repeat> |
70 </inputs> | 70 </inputs> |
71 <code file="mira4_validator.py" /> | 71 <code file="mira4_validator.py" /> |
72 <outputs> | 72 <outputs> |
73 <data name="out_fasta" format="fasta" label="MIRA de novo contigs (FASTA)" /> | 73 <data name="out_fasta" format="fasta" label="MIRA de novo contigs (FASTA)" /> |
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 </test> | 162 </test> |
163 --> | 163 --> |
164 <!-- 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, | 165 Note we're using just one repeat group, |
166 but two parameters within the repeat (filename, no pairing) | 166 but two parameters within the repeat (filename, no pairing) |
167 --> | 167 --> |
168 <test> | 168 <test> |
169 <param name="job_type" value="genome" /> | 169 <param name="job_type" value="genome" /> |
170 <param name="job_quality" value="accurate" /> | 170 <param name="job_quality" value="accurate" /> |
171 <param name="type" value="none" /> | 171 <param name="type" value="none" /> |
172 <param name="filenames" value="ecoli.fastq" ftype="fastqsanger" /> | 172 <param name="filenames" value="ecoli.fastq" ftype="fastqsanger" /> |