<<kHeaderLine%"REFERENCE W. KABSCH AND C.SANDER, BIOPOLYMERS 22 (1983) 2577-2637"%'.'<<std::endl
<<kHeaderLine%"REFERENCE W. KABSCH AND C.SANDER, BIOPOLYMERS 22 (1983) 2577-2637"%'.'<<std::endl
<<GetPDBHEADERLine(cf,127)<<'.'<<std::endl
<<GetPDBHEADERLine(db,127)<<'.'<<std::endl
<<GetPDBCOMPNDLine(cf,127)<<'.'<<std::endl
<<GetPDBCOMPNDLine(db,127)<<'.'<<std::endl
<<GetPDBSOURCELine(cf,127)<<'.'<<std::endl
<<GetPDBSOURCELine(db,127)<<'.'<<std::endl
<<GetPDBAUTHORLine(cf,127)<<'.'<<std::endl;
<<GetPDBAUTHORLine(db,127)<<'.'<<std::endl;
os<<boost::format("%5.5d%3.3d%3.3d%3.3d%3.3d TOTAL NUMBER OF RESIDUES, NUMBER OF CHAINS, NUMBER OF SS-BRIDGES(TOTAL,INTRACHAIN,INTERCHAIN) %|127t|%c")%
os<<boost::format("%5.5d%3.3d%3.3d%3.3d%3.3d TOTAL NUMBER OF RESIDUES, NUMBER OF CHAINS, NUMBER OF SS-BRIDGES(TOTAL,INTRACHAIN,INTERCHAIN) %|127t|%c")%
@@ -83,6 +83,10 @@ int d_main(int argc, const char* argv[])
...
@@ -83,6 +83,10 @@ int d_main(int argc, const char* argv[])
("min-pp-stretch",po::value<short>(),"Minimal number of residues having PSI/PHI in range for a PP helix, default is 3")
("min-pp-stretch",po::value<short>(),"Minimal number of residues having PSI/PHI in range for a PP helix, default is 3")
("write-other","If set, write the type OTHER for loops, default is to leave this out")
("write-other","If set, write the type OTHER for loops, default is to leave this out")
("components",po::value<std::string>(),"Location of the components.cif file from CCD")
("extra-compounds",po::value<std::string>(),"File containing residue information for extra compounds in this specific target, should be either in CCD format or a CCP4 restraints file")
("mmcif-dictionary",po::value<std::string>(),"Path to the mmcif_pdbx.dic file to use instead of default")
("help,h","Display help message")
("help,h","Display help message")
("version","Print version")
("version","Print version")
("verbose,v","verbose output")
("verbose,v","verbose output")
...
@@ -94,10 +98,7 @@ int d_main(int argc, const char* argv[])
...
@@ -94,10 +98,7 @@ int d_main(int argc, const char* argv[])
("output,o",po::value<std::string>(),"Output to this file")
("output,o",po::value<std::string>(),"Output to this file")
("debug,d",po::value<int>(),"Debug level (for even more verbose output)")
("debug,d",po::value<int>(),"Debug level (for even more verbose output)")
("compounds",po::value<std::string>(),"Location of the components.cif file from CCD")
("compounds",po::value<std::string>(),"Location of the components.cif file from CCD, alias")
("components",po::value<std::string>(),"Location of the components.cif file from CCD, alias")
("extra-compounds",po::value<std::string>(),"File containing residue information for extra compounds in this specific target, should be either in CCD format or a CCP4 restraints file")
("mmcif-dictionary",po::value<std::string>(),"Path to the mmcif_pdbx.dic file to use instead of default")