diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gccontent.xml	Tue Jan 08 09:43:35 2019 -0500
@@ -0,0 +1,13 @@
+<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>