Difference between revisions of "MSL Programs::repackSideChains"

From MSL-Libraries
Jump to navigationJump to search
(Created page with " ==repackSideChains== A program to repack side chains of an input structure. ==Options== --pdb FILE.pdb PDB structure to analyze == Details == repacking will ......")
 
Line 1: Line 1:
 
 
==repackSideChains==
 
==repackSideChains==
  
 
A program to repack side chains of an input structure.   
 
A program to repack side chains of an input structure.   
 +
  
 
==Options==  
 
==Options==  
  --pdb     FILE.pdb    PDB structure to analyze
+
  --pdbfile     FILE.pdb    PDB structure to analyze
  
  
Line 14: Line 14:
 
==Examples==
 
==Examples==
  
  > '''repackSideChains --pdb ~/Downloads/1MEL.pdb'''
+
  > '''./repackSideChains --pdbfile 1A2J-for-repack-mini.pdb --rotlibfile rotlib-bonded_vdw_hb.txt --charmmtopfile top_all22_prot.inp --charmmparfile par_all22_prot.inp --hbondparfile canonical.inp --excludeenergyterm CHARMM_ELEC --printstats true --includecrystalrotamer true --ALA=-1 --GLY=-1 --PRO=-1 --outputpdbfile 1A2J_with_cr_except_elec'''
SOME OUTPUT HERE FOR 1MEL.pdb
+
 
 
  ....
 
  ....
  

Revision as of 22:57, 18 November 2011

repackSideChains

A program to repack side chains of an input structure.


Options

--pdbfile      FILE.pdb    PDB structure to analyze


Details

repacking will ...


Examples

> ./repackSideChains --pdbfile 1A2J-for-repack-mini.pdb --rotlibfile rotlib-bonded_vdw_hb.txt --charmmtopfile top_all22_prot.inp --charmmparfile par_all22_prot.inp --hbondparfile canonical.inp --excludeenergyterm CHARMM_ELEC --printstats true --includecrystalrotamer true --ALA=-1 --GLY=-1 --PRO=-1 --outputpdbfile 1A2J_with_cr_except_elec
....

Source from SourceForge

repackSideChains.h

repackSideChains.cpp


Documentation index