Skip to content

yun-vis/libbionetio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libbionetio

This lib takes a large xml file of biological networks and decompose it using category(subsystem) information. The output can be either xml or sbml format. The c++ library was developed by Hsiang-Yun Wu.

Installing

Prerequisites

$ sudo apt install cmake
$ sudo apt install libtinyxml-dev
$ sudo apt install libsbml5-dev

Clone the libbionetio repository into a directory MLIBBIONETIO.

$ cd LIBBIONETIO
$ mkdir build
$ cd build
$ cmake ../
$ make

Using libbionetio

export xml format

$ ./bionetio -f xml -i "file_path/input_file_name.xml" -o "file_path/output_path_name"

or

export sbml format

$ ./bionetio -f sbml -i "file_path/input_file_name.xml" -o "file_path/output_path_name"

About

IO for biological networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published