Mercurial > repos > computationaltranscriptomics > vgx_converter
changeset 15:cb4dce1042ef draft
Changed VGX to JGF
author | computationaltranscriptomics |
---|---|
date | Thu, 02 Jun 2016 09:32:40 -0400 |
parents | 0726953d86f3 |
children | 567274fa974d |
files | vgx_converter.xml |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/vgx_converter.xml Wed Jun 01 10:29:09 2016 -0400 +++ b/vgx_converter.xml Thu Jun 02 09:32:40 2016 -0400 @@ -1,5 +1,5 @@ -<tool id="vgx_converter" name="SIF-to-VGX" version="0.0.3"> - <description>Converts a SIF file to a JSON file in node-link format for visualization in VisualGraphX</description> +<tool id="vgx_converter" name="SIF-to-JGF" version="0.0.4"> + <description>Converts a SIF file to a JSON Graph Format (JGF) file for visualization in VisualGraphX</description> <command interpreter="python">vgx_converter.py $input1 $delimiter $input2 $output</command> <inputs> <param format="txt" name="input1" type="data" label="Network"/> @@ -10,11 +10,11 @@ </param> </inputs> <outputs> - <data format="json" name="output"/> + <data format="jgf" name="output"/> </outputs> <help> - This tool converts the simple interaction format (.sif) to the JavaScript Object Notation (.json) + This tool converts the simple interaction format (.sif) to the JavaScript Graph Format JGF (.jgf) that can be visualized using VisualGraphX. Furthermore, a attributes list can be provided to enhance the information of the nodes in the graph. </help>