Mercurial > repos > devteam > fastq_filter
comparison 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 |
comparison
equal
deleted
inserted
replaced
4:81a9090d6df3 | 5:144275714590 |
---|---|
1 <tool id="fastq_filter" name="Filter FASTQ" version="@TOOL_VERSION@"> | 1 <tool id="fastq_filter" name="Filter FASTQ" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <description>reads by quality score and length</description> | 2 <description>reads by quality score and length</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements"/> | |
7 <edam_topics> | 6 <edam_topics> |
8 <edam_topic>topic_0622</edam_topic> | 7 <edam_topic>topic_0622</edam_topic> |
9 </edam_topics> | 8 </edam_topics> |
10 <edam_operations> | 9 <edam_operations> |
11 <edam_operation>operation_3695</edam_operation> | 10 <edam_operation>operation_3695</edam_operation> |
12 </edam_operations> | 11 </edam_operations> |
12 <expand macro="requirements"/> | |
13 <command><![CDATA[ | 13 <command><![CDATA[ |
14 gx-fastq-filter '$input_file' '$fastq_filter_file' '$output_file' '$output_file.files_path' '${input_file.extension[len( 'fastq' ):]}' | 14 gx-fastq-filter '$input_file' '$fastq_filter_file' '$output_file' '$output_file.files_path' '${input_file.extension[len( 'fastq' ):]}' |
15 ]]></command> | 15 ]]></command> |
16 <configfiles> | 16 <configfiles> |
17 <configfile name="fastq_filter_file"><![CDATA[ | 17 <configfile name="fastq_filter_file"><![CDATA[ |