diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fasta_gc.xml	Tue Mar 10 03:45:23 2020 -0400
@@ -0,0 +1,13 @@
+<tool id="fasta_gc" name="Fasta GC">
+  <description>For each sequence in a fasta</description>
+  <command>perl '$__tool_directory__/fasta_gc.pl' '$input' output.csv</command>
+  <inputs>
+    <param name="input" type="data" format="fasta" label="Fasta file"/>
+  </inputs>
+  <outputs>
+    <data name="output" format="tabular" from_work_dir="output.csv" />
+  </outputs>
+  <help>
+This tool computes GC content from a FASTA file.
+  </help>
+</tool>
\ No newline at end of file