Skip to content

MizzouCMMSGroup1/TBPyModeller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TBPyModeller

Template Based Modelling of Protein Structures in Python

#####Project coordinator:

Name Handle
Xiaokai Qian qxk2310

#####Team Members:

Name Handle
Caiwei Wang cwwmoment
Haipei Fan happyfhp
Puneet Gaddam pg7b2
Sean Lander slander36
Brett Koonce asparagui

Requirements:

#####Required:

#####Optional:

To Run:

# Using ID and Sequence  
$ python TBModeller.py ID Sequence [ID Sequence...]  

# Using Fasta Files
$ python TBModeller.py file1.fasta [file2.fasta...]  

# Using DR Files (CASP)
$ python TBModeller.py file1.dr [file2.dr...]  

# Visualization with Jmol on Windows
C:\> set JMOL_HOME="{Jmol Directory Here}"
# Example: C:\> set JMOL_HOME="C:\Jmol"   
C:\> java -Xmx512m -jar %JMOL_HOME%\Jmol.jar targets\{targetid}.pdb

# Visualization with Jmol on Linux/Mac
$ export JMOL_HOME="{Jmol Directory Here}"
# Example: $ export JMOL_HOME="/home/user/Jmol"
$ java -Xmx512m -jar "$JMOL_HOME/Jmol.jar" targets/{targetid}.pdb

About

Template Based Modelling of Protein Structures in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published