Mercurial > repos > devteam > fasta_compute_length
comparison fasta_compute_length.xml @ 1:2811169ce62b draft
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
| author | devteam |
|---|---|
| date | Tue, 13 Oct 2015 12:19:36 -0400 |
| parents | 86f00ebe7be7 |
| children | d75972d4bd2a |
comparison
equal
deleted
inserted
replaced
| 0:86f00ebe7be7 | 1:2811169ce62b |
|---|---|
| 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" value="0" label="How many title characters to keep?" help="'0' = keep the whole thing"/> |
| 7 </inputs> | 7 </inputs> |
| 8 <outputs> | 8 <outputs> |
| 9 <data name="output" format="tabular"/> | 9 <data name="output" format="tabular"/> |
| 10 </outputs> | 10 </outputs> |
| 11 <tests> | 11 <tests> |
