Previous changeset 2:eb592e9ec47a (2017-09-30) Next changeset 4:9dfda4e310ed (2020-02-19) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_masker_by_quality commit 31edb920789fbd080260f853bc856be72fa7cfa8" |
modified:
fastq_masker_by_quality.xml |
b |
diff -r eb592e9ec47a -r 9282652e7234 fastq_masker_by_quality.xml --- a/fastq_masker_by_quality.xml Sat Sep 30 14:58:34 2017 -0400 +++ b/fastq_masker_by_quality.xml Fri Nov 01 13:24:21 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_0368</edam_operation> + </edam_operations> <command><![CDATA[ gx-fastq-masker-by-quality '$input_file' '$output_file' -f '${input_file.extension[len( 'fastq' ):]}' -s ${quality_score} -c ${score_comparison} #if $mask_type.value == 'lowercase' |