Skip to content

bioasp/shogen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

You can install shogen by running:

$ pip install --user shogen

On Linux the executable script can then be found in ~/.local/bin

and on MacOS the script is under /Users/YOURUSERNAME/Library/Python/2.7/bin.

Usage

Typical usage is:

$ shogen.py [options] genomefile metabolismfile.sbml catalysationfile queries

Options:
  -h, --help   show this help message and exit
  -k K, --k=K  Number of ranked  shortest genome segments (Default to 5)
  -l L, --l=L  maximum length of a genome segment (Default to 200)

Samples

Sample files for finding functional gene units in e. coli are available here:
genome.txt metabolism.sbml catalyze.txt queries.txt