Mercurial > repos > enios > nc_rna
annotate csv2json.xml @ 10:2ea01f4f394c draft
Uploaded
author | enios |
---|---|
date | Wed, 12 May 2021 10:17:50 +0000 |
parents | 66387d7a2baf |
children |
rev | line source |
---|---|
7 | 1 <tool id="csv2json" name="csv2json" > |
2 <requirements> | |
3 <container type="docker">bianca7/lncrna:csv2json</container> | |
4 </requirements> | |
5 <description>CSV to JSON for Cytoscape.js visualization</description> | |
6 <command><![CDATA[ python /code/csv2json.py --file "$input" && cp *.json "$output" | |
7 ]]></command> | |
8 <inputs> | |
9 <param name="input" type="data" label="CSV input (rnaInteractions output)"/> | |
10 </inputs> | |
11 <outputs> | |
12 <data name="output" format="json"/> | |
13 </outputs> | |
14 </tool> | |
15 |