Mercurial > repos > devteam > fastqtofasta
diff fastq_to_fasta.xml @ 5:25ef82e04b49 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastqtofasta commit d4ced60a941c4c4a2fe95de9c09a10086810b387"
author | iuc |
---|---|
date | Wed, 19 Feb 2020 17:07:53 +0000 |
parents | b81234d203a1 |
children | 6156c02cd993 |
line wrap: on
line diff
--- a/fastq_to_fasta.xml Fri Nov 01 13:21:56 2019 -0400 +++ b/fastq_to_fasta.xml Wed Feb 19 17:07:53 2020 +0000 @@ -1,8 +1,9 @@ -<tool id="fastq_to_fasta_python" name="FASTQ to FASTA" version="1.1.1"> +<tool id="fastq_to_fasta_python" name="FASTQ to FASTA" version="@TOOL_VERSION@"> <description>converter</description> - <requirements> - <requirement type="package" version="1.1.1">galaxy_sequence_utils</requirement> - </requirements> + <macros> + <import>macros.xml</import> + </macros> + <expand macro="requirements"/> <edam_topics> <edam_topic>topic_0622</edam_topic> </edam_topics>