"Dictionary file containing restraints for residues in this specific target, can be specified multiple times.")
("output-format",po::value<std::string>(),"Output format, can be either 'dssp' for classic DSSP or 'mmcif' for annotated mmCIF. The default is chosen based on the extension of the output file, if any.")
("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")
// ("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")
("output,o",po::value<std::string>(),"Output to this file")
("debug,d",po::value<int>(),"Debug level (for even more verbose output)")
config.init(
cfg::make_option<std::string>("output-format","Output format, can be either 'dssp' for classic DSSP or 'mmcif' for annotated mmCIF. The default is chosen based on the extension of the output file, if any."),
cfg::make_option<short>("min-pp-stretch",3,"Minimal number of residues having PSI/PHI in range for a PP helix, default is 3"),
cfg::make_option("write-other","If set, write the type OTHER for loops, default is to leave this out"),
// ("compounds", po::value<std::string>(), "Location of the components.cif file from CCD, alias")
;
// cfg::make_option("components", po::value<std::string, "Location of the components.cif file from CCD")
// cfg::make_option("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")
cfg::make_option<std::string>("mmcif-dictionary","Path to the mmcif_pdbx.dic file to use instead of default"),