Mercurial > repos > matthias > testtool
comparison gccontent.xml @ 0:878ec9a5f8c0 draft default tip
planemo upload
author | matthias |
---|---|
date | Tue, 08 Jan 2019 09:43:35 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:878ec9a5f8c0 |
---|---|
1 <tool id="gc_content" name="Compute GC content" version="1"> | |
2 <description>for each sequence in a file</description> | |
3 <command>perl $__tool_directory__/gccontent.pl $input output.tsv</command> | |
4 <inputs> | |
5 <param format="fasta" name="input" type="data" label="Source file"/> | |
6 </inputs> | |
7 <outputs> | |
8 <data format="tabular" name="output" from_work_dir="output.tsv" /> | |
9 </outputs> | |
10 <help> | |
11 This tool computes GC content from a FASTA file. | |
12 </help> | |
13 </tool> |