Mercurial > repos > bebatut > convert_extract_sequence_file
comparison convert_extract_sequence_file.xml @ 1:d7747e6f329f draft default tip
planemo upload commit 0a1bbb0870f6b776175151d4bc818c5546731ca8-dirty
| author | bebatut |
|---|---|
| date | Thu, 28 Apr 2016 08:34:50 -0400 |
| parents | b4cf778be846 |
| children |
comparison
equal
deleted
inserted
replaced
| 0:b4cf778be846 | 1:d7747e6f329f |
|---|---|
| 5 <macros> | 5 <macros> |
| 6 <xml name="extraction_option"> | 6 <xml name="extraction_option"> |
| 7 <param name="to_extract" type="select" display="checkboxes" multiple="true" label="Information to extract" help=""> | 7 <param name="to_extract" type="select" display="checkboxes" multiple="true" label="Information to extract" help=""> |
| 8 <option value="id">Identifiant</option> | 8 <option value="id">Identifiant</option> |
| 9 <option value="length">Length</option> | 9 <option value="length">Length</option> |
| 10 <option value="description">Description</option> | |
| 10 <validator type="no_options" message="Select at least one information to extract"/> | 11 <validator type="no_options" message="Select at least one information to extract"/> |
| 11 </param> | 12 </param> |
| 12 </xml> | 13 </xml> |
| 13 | 14 |
| 14 <xml name="extraction_test"> | 15 <xml name="extraction_test"> |
| 177 <when value="False" /> | 178 <when value="False" /> |
| 178 </conditional> /> | 179 </conditional> /> |
| 179 </inputs> | 180 </inputs> |
| 180 | 181 |
| 181 <outputs> | 182 <outputs> |
| 182 <data format="txt" name="information_file" | 183 <data format="tabular" name="information_file" |
| 183 label="${tool.name} on ${on_string}: Information"> | 184 label="${tool.name} on ${on_string}: Information"> |
| 184 <filter>((sequence_file_format['extraction']['specific_extraction'] == "True" ))</filter> | 185 <filter>((sequence_file_format['extraction']['specific_extraction'] == "True" ))</filter> |
| 185 </data> | 186 </data> |
| 186 | 187 |
| 187 <data format="fasta" name="fasta_sequence_file" | 188 <data format="fasta" name="fasta_sequence_file" |
