Previous changeset 1:9ce7ccd468aa (2018-02-16) Next changeset 3:772bd67ef26a (2020-05-11) |
Commit message:
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sequence_format_converter commit e045004f4c0469cf069d76988afb31f51c33fd4e |
modified:
sequence_format_converter.xml |
b |
diff -r 9ce7ccd468aa -r f1d59113125a sequence_format_converter.xml --- 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> |