Mercurial > repos > omics > fasta_gc
comparison fasta_gc.xml @ 0:15174d0453f5 draft default tip
"planemo upload commit 7f2686c5c7a5afd898217565f1cee58996f9d285-dirty"
| author | omics |
|---|---|
| date | Tue, 10 Mar 2020 03:45:23 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:15174d0453f5 |
|---|---|
| 1 <tool id="fasta_gc" name="Fasta GC"> | |
| 2 <description>For each sequence in a fasta</description> | |
| 3 <command>perl '$__tool_directory__/fasta_gc.pl' '$input' output.csv</command> | |
| 4 <inputs> | |
| 5 <param name="input" type="data" format="fasta" label="Fasta file"/> | |
| 6 </inputs> | |
| 7 <outputs> | |
| 8 <data name="output" format="tabular" from_work_dir="output.csv" /> | |
| 9 </outputs> | |
| 10 <help> | |
| 11 This tool computes GC content from a FASTA file. | |
| 12 </help> | |
| 13 </tool> |
