view rpviz/README.md @ 30:0ad6fda90f41 draft default tip

planemo upload commit f74fd52b330cc7460d98121b9bb78c08ca915d1e
author pablocarb
date Thu, 29 Aug 2019 06:59:58 -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