Mercurial > repos > devteam > fastq_masker_by_quality
diff fastq_masker_by_quality.xml @ 5:4e1d64e6385f draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_masker_by_quality commit bb5df9e62585e12f08dfc0a9f86eec8e205b4845
author | iuc |
---|---|
date | Fri, 04 Oct 2024 10:34:49 +0000 |
parents | 9dfda4e310ed |
children |
line wrap: on
line diff
--- a/fastq_masker_by_quality.xml Wed Feb 19 12:32:01 2020 -0500 +++ b/fastq_masker_by_quality.xml Fri Oct 04 10:34:49 2024 +0000 @@ -1,15 +1,15 @@ -<tool id="fastq_masker_by_quality" name="FASTQ Masker" version="@TOOL_VERSION@"> +<tool id="fastq_masker_by_quality" name="FASTQ Masker" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>by quality score</description> <macros> <import>macros.xml</import> </macros> - <expand macro="requirements"/> <edam_topics> <edam_topic>topic_0622</edam_topic> </edam_topics> <edam_operations> <edam_operation>operation_0368</edam_operation> </edam_operations> + <expand macro="requirements"/> <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 == 'lowercase'