Mercurial > repos > devteam > tabular_to_fastq
diff tabular_to_fastq.xml @ 5:e8ca9af08774 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 17:08:16 +0000 |
parents | 1f75d46e55f5 |
children | 82c4bc769ba8 |
line wrap: on
line diff
--- a/tabular_to_fastq.xml Fri Nov 01 13:22:35 2019 -0400 +++ b/tabular_to_fastq.xml Wed Feb 19 17:08:16 2020 +0000 @@ -1,4 +1,4 @@ -<tool id="tabular_to_fastq" name="Tabular to FASTQ" version="1.1.1"> +<tool id="tabular_to_fastq" name="Tabular to FASTQ" version="@TOOL_VERSION@"> <description>converter</description> <edam_topics> <edam_topic>topic_0622</edam_topic> @@ -6,6 +6,12 @@ <edam_operations> <edam_operation>operation_3434</edam_operation> </edam_operations> + <macros> + <import>macros.xml</import> + </macros> + <requirements> + <requirement type="package" version="3.7">python</requirement> + </requirements> <command><![CDATA[ python '$__tool_directory__/tabular_to_fastq.py' '$input_file' '$output_file' '$identifier' '$sequence' '$quality' ]]></command>