diff vgx_converter.py @ 16:567274fa974d draft

Uploaded
author computationaltranscriptomics
date Sat, 04 Jun 2016 03:22:52 -0400
parents 0726953d86f3
children
line wrap: on
line diff
--- a/vgx_converter.py	Thu Jun 02 09:32:40 2016 -0400
+++ b/vgx_converter.py	Sat Jun 04 03:22:52 2016 -0400
@@ -5,7 +5,6 @@
 import json
 import shlex
 
-
 def __main__():
 
     arg_names = ['command', "network", "delimiter", "attributes", "output"]
@@ -46,7 +45,7 @@
     data = { 'graph': {'nodes': nodes, 'edges': links}}
     
     if args['attributes'] != 'None': # None for Galaxy
-        data['some'] = 'not in here'
+        #data['some'] = 'not in here'
 
         # process attributes list 
         with open(sys.argv[3]) as f: