Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

capper

"I have pdb file with multiple chains. Any easy to run script that can go over chains and cap each end with ACE/NME without causing substantial clashes?" "Is there a scripted tool to add neutral terminal caps (e.g. NME, ACE) to peptide chains for use with AMBER forcefields?"

Yes! Look no further.

Requires the following packages:

Uses backbone of terminal residues and those of termini to fit the caps on the protein using SVD on atoms.

Example:

traj = md.load('./pdbs/uncapped_protein.pdb')
capper = Capper(copy.deepcopy(traj),leading_chainid=2,N_term=True,C_term=False)

About

Adds NME and ACE caps to protein pdbs based on chain number/id

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages