comparison tabular_to_fastq.xml @ 4:1f75d46e55f5 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:22:35 -0400
parents 643018aa1435
children e8ca9af08774
comparison
equal deleted inserted replaced
3:643018aa1435 4:1f75d46e55f5
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" />