# 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 @@ - - Converts a SIF file to a JSON file in node-link format for visualization in VisualGraphX + + Converts a SIF file to a JSON Graph Format (JGF) file for visualization in VisualGraphX vgx_converter.py $input1 $delimiter $input2 $output @@ -10,11 +10,11 @@ - + - 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.