Mercurial > repos > devteam > tabular_to_fastq
comparison tabular_to_fastq.xml @ 3:68f57cc8fad0 draft
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/tabular_to_fastq commit 31edb920789fbd080260f853bc856be72fa7cfa8"
author | devteam |
---|---|
date | Fri, 01 Nov 2019 13:27:30 -0400 |
parents | b8cdc0507586 |
children | 2dcfbbf9071a |
comparison
equal
deleted
inserted
replaced
2:b8cdc0507586 | 3:68f57cc8fad0 |
---|---|
1 <tool id="tabular_to_fastq" name="Tabular to FASTQ" version="1.1.1"> | 1 <tool id="tabular_to_fastq" name="Tabular to FASTQ" version="1.1.1"> |
2 <description>converter</description> | 2 <description>converter</description> |
3 <edam_topics> | |
4 <edam_topic>topic_0622</edam_topic> | |
5 </edam_topics> | |
6 <edam_operations> | |
7 <edam_operation>operation_3434</edam_operation> | |
8 </edam_operations> | |
3 <command><![CDATA[ | 9 <command><![CDATA[ |
4 python '$__tool_directory__/tabular_to_fastq.py' '$input_file' '$output_file' '$identifier' '$sequence' '$quality' | 10 python '$__tool_directory__/tabular_to_fastq.py' '$input_file' '$output_file' '$identifier' '$sequence' '$quality' |
5 ]]></command> | 11 ]]></command> |
6 <inputs> | 12 <inputs> |
7 <param name="input_file" type="data" format="tabular" label="Tabular file to convert" /> | 13 <param name="input_file" type="data" format="tabular" label="Tabular file to convert" /> |