Mercurial > repos > devteam > fastq_filter
diff fastq_filter.xml @ 5:144275714590 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_filter commit bb5df9e62585e12f08dfc0a9f86eec8e205b4845
author | iuc |
---|---|
date | Fri, 04 Oct 2024 10:34:25 +0000 |
parents | 81a9090d6df3 |
children |
line wrap: on
line diff
--- a/fastq_filter.xml Wed Feb 19 12:30:29 2020 -0500 +++ b/fastq_filter.xml Fri Oct 04 10:34:25 2024 +0000 @@ -1,15 +1,15 @@ -<tool id="fastq_filter" name="Filter FASTQ" version="@TOOL_VERSION@"> +<tool id="fastq_filter" name="Filter FASTQ" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>reads by quality score and length</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_3695</edam_operation> </edam_operations> + <expand macro="requirements"/> <command><![CDATA[ gx-fastq-filter '$input_file' '$fastq_filter_file' '$output_file' '$output_file.files_path' '${input_file.extension[len( 'fastq' ):]}' ]]></command>