comparison filter.xml @ 6:3c50a937d7c1 draft

Uploaded
author bcclaywell
date Wed, 15 Apr 2015 19:14:23 -0400
parents 2d023c621bd0
children
comparison
equal deleted inserted replaced
5:2d023c621bd0 6:3c50a937d7c1
1 <tool id="PHYLO_filter" name="Filter and trim" version="1.2.0"> 1 <tool id="PHYLO_filter" name="Filter and trim" version="1.2.0">
2 <description>sequences</description> 2 <description>sequences</description>
3 <macros>
4 <import>macros.xml</import>
5 </macros>
3 <requirements> 6 <requirements>
4 <requirement type="package">yapp_env</requirement> 7 <requirement type="package">yapp_env</requirement>
5 </requirements> 8 </requirements>
6 <macros> 9 <stdio>
7 <import>macros.xml</import> 10 <expand macro="basic_errors"/>
8 </macros> 11 </stdio>
9 <version_command>seqmagick --version</version_command> 12 <version_command>seqmagick --version</version_command>
10 <command interpreter="bash"> 13 <command interpreter="bash">
11 filter-wrapper.sh ${config} 14 filter-wrapper.sh ${config}
12 </command> 15 </command>
13 <stdio>
14 <expand macro="basic_errors"/>
15 </stdio>
16 <inputs> 16 <inputs>
17 <!-- TODO: can take either fasta+qual or fastq --> 17 <!-- TODO: can take either fasta+qual or fastq -->
18 <param name="plate_id" type="integer" value="1" label="Plate number"/> 18 <param name="plate_id" type="integer" value="1" label="Plate number"/>
19 <param name="zone_id" type="integer" value="1" label="Zone number"/> 19 <param name="zone_id" type="integer" value="1" label="Zone number"/>
20 <param name="raw_seqs" type="data" format="fasta" label="Unfiltered sequences"/> 20 <param name="raw_seqs" type="data" format="fasta" label="Unfiltered sequences"/>
98 parameters. 98 parameters.
99 99
100 .. _quality filter documentation: http://fhcrc.github.io/seqmagick/quality_filter.html 100 .. _quality filter documentation: http://fhcrc.github.io/seqmagick/quality_filter.html
101 101
102 </help> 102 </help>
103 <citations>
104 <expand macro="cite_seqmagick"/>
105 <expand macro="cite_biopython"/>
106 </citations>
103 </tool> 107 </tool>