Mercurial > repos > devteam > tabular_to_fastq
comparison tabular_to_fastq.xml @ 4:2dcfbbf9071a draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/tabular_to_fastq commit d4ced60a941c4c4a2fe95de9c09a10086810b387"
author | iuc |
---|---|
date | Wed, 19 Feb 2020 12:59:28 -0500 |
parents | 68f57cc8fad0 |
children | 78fb18899c99 |
comparison
equal
deleted
inserted
replaced
3:68f57cc8fad0 | 4:2dcfbbf9071a |
---|---|
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="@TOOL_VERSION@"> |
2 <description>converter</description> | 2 <description>converter</description> |
3 <edam_topics> | 3 <edam_topics> |
4 <edam_topic>topic_0622</edam_topic> | 4 <edam_topic>topic_0622</edam_topic> |
5 </edam_topics> | 5 </edam_topics> |
6 <edam_operations> | 6 <edam_operations> |
7 <edam_operation>operation_3434</edam_operation> | 7 <edam_operation>operation_3434</edam_operation> |
8 </edam_operations> | 8 </edam_operations> |
9 <macros> | |
10 <import>macros.xml</import> | |
11 </macros> | |
12 <requirements> | |
13 <requirement type="package" version="3.7">python</requirement> | |
14 </requirements> | |
9 <command><![CDATA[ | 15 <command><![CDATA[ |
10 python '$__tool_directory__/tabular_to_fastq.py' '$input_file' '$output_file' '$identifier' '$sequence' '$quality' | 16 python '$__tool_directory__/tabular_to_fastq.py' '$input_file' '$output_file' '$identifier' '$sequence' '$quality' |
11 ]]></command> | 17 ]]></command> |
12 <inputs> | 18 <inputs> |
13 <param name="input_file" type="data" format="tabular" label="Tabular file to convert" /> | 19 <param name="input_file" type="data" format="tabular" label="Tabular file to convert" /> |