view rpviz/README.md @ 29:d854b21ada0c draft

planemo upload commit c56eddc745b70354680c2a2b605840ed72bb98ef
author pablocarb
date Wed, 07 Aug 2019 05:13:27 -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