ShintaroMinami / gELpred

GroE substrate prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gELpred

GroE substrate prediction program

Install

python setup.py install

Usage

When gelpred has been installed:

gELpred  pdbfile1 pdbfile2 ...

W/o installation of gelpred:

./scripts/gELpred  pdbfile1 pdbfile2 ...

Options

usage: gELpred [-h] [--model-type {RW,RWRR}] [--dir-temp DIR_TEMP]
                 pdbs [pdbs ...]

positional arguments:
  pdbs                  PDB files

optional arguments:
  -h, --help            show this help message and exit
  --model-type {RW,RWRR}, -m {RW,RWRR}
                        Prediction model type
  --dir-temp DIR_TEMP, -t DIR_TEMP
                        Temporary file directory

About

GroE substrate prediction

License:MIT License


Languages

Language:C 92.9%Language:Python 6.6%Language:Makefile 0.5%