comparison fasta_compute_length.xml @ 1:d8cc2c8eef14 draft

planemo upload commit 00a7926c285bc4a339bd7deebf40b28f39c7d947-dirty
author devteam
date Tue, 21 Jul 2015 14:18:55 -0400
parents ece409f6573c
children de2db1bdfbf8
comparison
equal deleted inserted replaced
0:ece409f6573c 1:d8cc2c8eef14
1 <tool id="fasta_compute_length" name="Compute sequence length"> 1 <tool id="fasta_compute_length" name="Compute sequence length" version="1.0.0">
2 <description></description> 2 <description></description>
3 <command interpreter="python">fasta_compute_length.py $input $output $keep_first</command> 3 <command interpreter="python">fasta_compute_length.py $input $output $keep_first</command>
4 <inputs> 4 <inputs>
5 <param name="input" type="data" format="fasta" label="Compute length for these sequences"/> 5 <param name="input" type="data" format="fasta" label="Compute length for these sequences"/>
6 <param name="keep_first" type="integer" size="5" value="0" label="How many title characters to keep?" help="'0' = keep the whole thing"/> 6 <param name="keep_first" type="integer" size="5" value="0" label="How many title characters to keep?" help="'0' = keep the whole thing"/>