comparison seqtk_fqchk.xml @ 22:f2a792351212 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 75d5141110314addc160504e0a1f9cd66443de66
author iuc
date Wed, 16 Oct 2024 09:08:17 +0000
parents 8f26884c60b6
children
comparison
equal deleted inserted replaced
21:ac22e16bfecd 22:f2a792351212
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="seqtk_fqchk" name="seqtk_fqchk" version="@TOOL_VERSION@.1"> 2 <tool id="seqtk_fqchk" name="seqtk_fqchk" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05">
3 <description>fastq QC (base/quality summary)</description> 3 <description>fastq QC (base/quality summary)</description>
4 <expand macro="bio_tools"/>
5 <macros> 4 <macros>
6 <import>macros.xml</import> 5 <import>macros.xml</import>
7 </macros> 6 </macros>
7 <expand macro="bio_tools"/>
8 <expand macro="requirements"> 8 <expand macro="requirements">
9 <requirement type="package" version="@AWK_VERSION@">gawk</requirement> 9 <requirement type="package" version="@AWK_VERSION@">gawk</requirement>
10 </expand> 10 </expand>
11 <expand macro="stdio"/> 11 <expand macro="stdio"/>
12 <command><![CDATA[ 12 <command><![CDATA[
18 <inputs> 18 <inputs>
19 <expand macro="in_fq"/> 19 <expand macro="in_fq"/>
20 <param argument="-q" type="integer" value="20" label="Quality values" help="Use 0 to get the distribution of all quality values"/> 20 <param argument="-q" type="integer" value="20" label="Quality values" help="Use 0 to get the distribution of all quality values"/>
21 </inputs> 21 </inputs>
22 <outputs> 22 <outputs>
23 <data name="default" format="tabular" label="Quality information for $in_file.name"/> 23 <data name="default" format="tabular" label="${tool.name} on ${on_string}: Quality information"/>
24 </outputs> 24 </outputs>
25 <tests> 25 <tests>
26 <test> 26 <test>
27 <param name="in_file" value="seqtk_fqchk.fq" ftype="fastq"/> 27 <param name="in_file" value="seqtk_fqchk.fq" ftype="fastq"/>
28 <output name="default" file="seqtk_fqchk.out" ftype="tabular"/> 28 <output name="default" file="seqtk_fqchk.out" ftype="tabular"/>