# HG changeset patch # User computationaltranscriptomics # Date 1464874360 14400 # Node ID cb4dce1042efc3c2645473f12364ed99d876a187 # Parent 0726953d86f3163e901ae02bf75c6b7bdfca1770 Changed VGX to JGF diff -r 0726953d86f3 -r cb4dce1042ef vgx_converter.xml --- 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>