2
|
1 <tool id="Workflow_to_BCO" name="Convert Galaxy workflow to BCO" version="0.1.0">
|
|
2 <description>Convert Galaxy workflow to BCO</description>
|
|
3 <command interpreter="python">jsonParse.py $input $output </command>
|
|
4 <inputs>
|
|
5 <param format="json" name="input" type="data" label="Galaxy workflow file"/>
|
|
6 </inputs>
|
|
7 <outputs>
|
|
8 <data format="json" name="output" type="data" label="Biological Compute Object" />
|
|
9 </outputs>
|
|
10
|
|
11 <tests>
|
|
12 <test>
|
|
13 <param name="input" value="Galaxy-Workflow-Metagenomics_Pipeline.json"/>
|
|
14 <output name="out_file1" file="galaxyOut.json"/>
|
|
15 </test>
|
|
16 </tests>
|
|
17
|
|
18 <help>
|
|
19 This tool converts a Galaxy workflow to a Biological Compute Object (BCO).
|
|
20 </help>
|
|
21
|
|
22 </tool>
|