changeset 2:26da5281cbf8 draft

Uploaded
author ntino
date Mon, 06 May 2019 20:20:36 -0400
parents e7ae4fac09ae
children ac421dc9bda8
files jsonParse.xml
diffstat 1 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jsonParse.xml	Mon May 06 20:20:36 2019 -0400
@@ -0,0 +1,22 @@
+<tool id="Workflow_to_BCO" name="Convert Galaxy workflow to BCO" version="0.1.0">
+  <description>Convert Galaxy workflow to BCO</description>
+  <command interpreter="python">jsonParse.py $input $output </command>
+  <inputs>
+    <param format="json" name="input" type="data" label="Galaxy workflow file"/>
+  </inputs>
+  <outputs>
+    <data format="json" name="output" type="data" label="Biological Compute Object" />
+  </outputs>
+
+  <tests>
+    <test>
+      <param name="input" value="Galaxy-Workflow-Metagenomics_Pipeline.json"/>
+      <output name="out_file1" file="galaxyOut.json"/>
+    </test>
+  </tests>
+
+  <help>
+This tool converts a Galaxy workflow to a Biological Compute Object (BCO).
+  </help>
+
+</tool>