Mercurial > repos > bebatut > convert_extract_sequence_file
diff 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 |
line wrap: on
line diff
--- a/convert_extract_sequence_file.xml Tue Apr 26 08:17:42 2016 -0400 +++ b/convert_extract_sequence_file.xml Thu Apr 28 08:34:50 2016 -0400 @@ -7,6 +7,7 @@ <param name="to_extract" type="select" display="checkboxes" multiple="true" label="Information to extract" help=""> <option value="id">Identifiant</option> <option value="length">Length</option> + <option value="description">Description</option> <validator type="no_options" message="Select at least one information to extract"/> </param> </xml> @@ -179,7 +180,7 @@ </inputs> <outputs> - <data format="txt" name="information_file" + <data format="tabular" name="information_file" label="${tool.name} on ${on_string}: Information"> <filter>((sequence_file_format['extraction']['specific_extraction'] == "True" ))</filter> </data>