comparison fasta_filter_by_length.xml @ 1:c8cd0a03db49 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_filter_by_length commit a1517c9d22029095120643bbe2c8fa53754dd2b7
author devteam
date Wed, 11 Nov 2015 12:13:50 -0500
parents 16679a7f554a
children 2fd6033d0e9c
comparison
equal deleted inserted replaced
0:16679a7f554a 1:c8cd0a03db49
1 <tool id="fasta_filter_by_length" name="Filter sequences by length" version="1.1"> 1 <tool id="fasta_filter_by_length" name="Filter sequences by length" version="1.1">
2 <description></description> 2 <description></description>
3 <command interpreter="python">fasta_filter_by_length.py $input $min_length $max_length $output </command> 3 <command interpreter="python">fasta_filter_by_length.py $input $min_length $max_length $output </command>
4 <inputs> 4 <inputs>
5 <param name="input" type="data" format="fasta" label="Fasta file"/> 5 <param name="input" type="data" format="fasta" label="Fasta file"/>
6 <param name="min_length" type="integer" size="15" value="0" label="Minimal length" /> 6 <param name="min_length" type="integer" value="0" label="Minimal length" />
7 <param name="max_length" type="integer" size="15" value="0" label="Maximum length" help="Setting to '0' will return all sequences longer than the 'Minimal length'"/> 7 <param name="max_length" type="integer" value="0" label="Maximum length" help="Setting to '0' will return all sequences longer than the 'Minimal length'"/>
8 </inputs> 8 </inputs>
9 <outputs> 9 <outputs>
10 <data name="output" format="fasta"/> 10 <data name="output" format="fasta"/>
11 </outputs> 11 </outputs>
12 <tests> 12 <tests>