diff dante_gff_to_tabular.xml @ 12:ddc6bab20889 draft

Uploaded
author petr-novak
date Thu, 15 Aug 2019 07:20:12 -0400
parents
children e2bbc79f0fac
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dante_gff_to_tabular.xml	Thu Aug 15 07:20:12 2019 -0400
@@ -0,0 +1,17 @@
+<tool id="gff_to_tabular" name="Convert dante gff3 to tab delimited file" version="0.1.0" python_template_version="3.5">
+    <requirements>
+        <requirement type="package">R</requirement>
+    </requirements>
+    <command detect_errors="exit_code"><![CDATA[
+        Rscript ${__tool_directory__}/summarize_gff.R '$inputgff' '$output'
+    ]]></command>
+    <inputs>
+      <param type="data" name="inputgff" format="gff3" />
+    </inputs>
+    <outputs>
+        <data name="output" format="tabular" />
+    </outputs>
+    <help><![CDATA[
+        TODO: Fill in help.
+    ]]></help>
+</tool>