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== | ||
− | -- | + | --pdbfile FILE.pdb PDB structure to analyze |
Line 14: | Line 14: | ||
==Examples== | ==Examples== | ||
− | > '''repackSideChains --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''' |
− | + | ||
.... | .... | ||
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
....