Mercurial > repos > enios > nc_rna
view csv2json.xml @ 7:66387d7a2baf draft
Uploaded
author | enios |
---|---|
date | Wed, 21 Apr 2021 11:13:06 +0000 |
parents | |
children |
line wrap: on
line source
<tool id="csv2json" name="csv2json" > <requirements> <container type="docker">bianca7/lncrna:csv2json</container> </requirements> <description>CSV to JSON for Cytoscape.js visualization</description> <command><![CDATA[ python /code/csv2json.py --file "$input" && cp *.json "$output" ]]></command> <inputs> <param name="input" type="data" label="CSV input (rnaInteractions output)"/> </inputs> <outputs> <data name="output" format="json"/> </outputs> </tool>