Mercurial > repos > bebatut > convert_extract_sequence_file
comparison convert_extract_sequence_file.xml @ 1:158642ce204f draft default tip
planemo upload commit 0a1bbb0870f6b776175151d4bc818c5546731ca8-dirty
author | bebatut |
---|---|
date | Thu, 28 Apr 2016 08:36:12 -0400 |
parents | 01c2b74b3a21 |
children |
comparison
equal
deleted
inserted
replaced
0:01c2b74b3a21 | 1:158642ce204f |
---|---|
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" |