Mercurial > repos > devteam > fastq_stats
changeset 3:b1cea1b2fcd0 draft
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_stats commit 31edb920789fbd080260f853bc856be72fa7cfa8"
author | devteam |
---|---|
date | Fri, 01 Nov 2019 13:26:00 -0400 |
parents | e2cf940128d5 |
children | f0e7deab6518 |
files | fastq_stats.xml |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/fastq_stats.xml Sat Sep 30 13:55:30 2017 -0400 +++ b/fastq_stats.xml Fri Nov 01 13:26:00 2019 -0400 @@ -3,6 +3,12 @@ <requirements> <requirement type="package" version="1.1.1">galaxy_sequence_utils</requirement> </requirements> + <edam_topics> + <edam_topic>topic_0622</edam_topic> + </edam_topics> + <edam_operations> + <edam_operation>operation_3180</edam_operation> + </edam_operations> <command><![CDATA[ gx-fastq-stats '$input_file' '$output_file' '${input_file.extension[len('fastq'):]}' ]]></command>