view gccontent.xml @ 0:878ec9a5f8c0 draft default tip

planemo upload
author matthias
date Tue, 08 Jan 2019 09:43:35 -0500
parents
children
line wrap: on
line source

<tool id="gc_content" name="Compute GC content" version="1">
  <description>for each sequence in a file</description>
  <command>perl $__tool_directory__/gccontent.pl $input output.tsv</command>
  <inputs>
    <param format="fasta" name="input" type="data" label="Source file"/>
  </inputs>
  <outputs>
    <data format="tabular" name="output" from_work_dir="output.tsv" />
  </outputs>
  <help>
This tool computes GC content from a FASTA file.
  </help>
</tool>