changeset 2:f1d59113125a draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sequence_format_converter commit e045004f4c0469cf069d76988afb31f51c33fd4e
author artbio
date Tue, 20 Feb 2018 12:13:40 -0500
parents 9ce7ccd468aa
children 772bd67ef26a
files sequence_format_converter.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sequence_format_converter.xml	Fri Feb 16 04:55:44 2018 -0500
+++ b/sequence_format_converter.xml	Tue Feb 20 12:13:40 2018 -0500
@@ -1,4 +1,4 @@
-<tool id="sequence_format_converter" name="sequence_format_converter" version="2.1.0">
+<tool id="sequence_format_converter" name="sequence_format_converter" version="2.1.1">
   <description></description>
   <command><![CDATA[
     #if $input.is_of_type('fastq.gz'):
@@ -17,7 +17,7 @@
   ]]></command>
 
 <inputs>
-    <param name="input" type="data" format="fasta, fastq, tabular" label="file to convert to tabular (input format is automatically detected)"/>
+    <param name="input" type="data" format="fasta,fastq,tabular" label="file to convert to tabular (input format is automatically detected)"/>
     <param name="output_format" type="select" label="conversion options">
         <option value="tabular" selected="true">tabular</option>
         <option value="fasta">Fasta</option>