Mercurial > repos > devteam > fastq_trimmer
changeset 4:33794bdb7fe0 draft
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_trimmer commit 31edb920789fbd080260f853bc856be72fa7cfa8"
author | devteam |
---|---|
date | Fri, 01 Nov 2019 13:26:50 -0400 |
parents | 2d0d13b0b0f1 |
children | b63b2bfb3ea3 |
files | fastq_trimmer.xml |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/fastq_trimmer.xml Tue Nov 21 15:43:45 2017 -0500 +++ b/fastq_trimmer.xml Fri Nov 01 13:26:50 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_3192</edam_operation> + </edam_operations> <command><![CDATA[ gx-fastq-trimmer '$input_file' '$output_file' ${offset_type['left_column_offset']} ${offset_type['right_column_offset']} ${offset_type['base_offset_type']} '${input_file.extension[len('fastq'):]}' $keep_zero_length ]]></command>