Skip to content

pyRosetta script for consensus protein design

Notifications You must be signed in to change notification settings

artie93/cosensus_design

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

cosensus_design

Script using pyRosetta for consensus protein design

Usage

python3.8 consensus.py --pdb--alignment --out --cons_thresh --design

--pdb = PDB structure of the protein to be designed

--alignment = Alignment file in clustal format. The first sequence of the alignment should perfetly match the structure

--out = output structure file

--cons_thresh = conservation threshold. Residues with conservation above the threshold will be considered as consensus. Residues whose alignment columns have no consensus (i.e. the predominant residue is below the conservation threshold) will be designed using pyRosetta's design routine

--design = True or False. If True, residues without consensus will be designed by rosetta design function, if False they will be kept as found in the reference structure

About

pyRosetta script for consensus protein design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%