Previous changeset 3:2d0d13b0b0f1 (2017-11-21) Next changeset 5:b63b2bfb3ea3 (2020-02-19) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_trimmer commit 31edb920789fbd080260f853bc856be72fa7cfa8" |
modified:
fastq_trimmer.xml |
b |
diff -r 2d0d13b0b0f1 -r 33794bdb7fe0 fastq_trimmer.xml --- 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> |