view rpviz/README.md @ 26:fbf2e5072b32 draft

planemo upload commit c74b3ff2329f69ac7b309cc7d9bdf7b9d78106fb-dirty
author pablocarb
date Fri, 05 Jul 2019 17:29:50 -0400
parents fe78fd6b315a
children
line wrap: on
line source

# rpviz
Metabolic engineering visualizer

csv_network.py : To read information from a csv file 
sbml2list.py : To read information from a sbml file

smile2picture.py : To convert SMILES into svg image

network2json.py : To convert the network in a json file

## 1 html/pathway
py2html : To create an html file from a json file, using a template (in html/template.html) with jinja2 and to use it with

## 1 html updated for each pathway
py2html2 : To create a .js file with the json file and to open it with the template2 (in html/template2.html) and the network_viewer.js

nxvisualizer.py : To open the network directly in Cytoscape