prepwizard Command Help

Command: $SCHRODINGER/utilities/prepwizard

usage: prepwizard [options] inputfile outputfile
    Input file should be in Maestro, PDB, or mmCIF format.
    Output file should be in Maestro, PDB, or mmCIF format.
    

Required:
  in_file               Input structure file (Maestro, PDB, or mmCIF)
  out_file              Output structure file (Maestro, PDB, or mmCIF)

Preprocess:
  -nopreprocess         Skip pre-processing (useful if only ProtAssign or
                        Impref is desired)
  -reference_st_file REFERENCE_ST_FILE
                        File containing reference structure to align to.
  -reference_pdbid REFERENCE_PDBID
                        PDB ID of the structure to align to.
  -nobondorders         Don't assign bond orders to het groups
  -noccd                Don't use the Chemical Component Dictionary when
                        assigning bond orders.
  -assign_all_residues  Assign bond orders to all residues (by default
                        residues are only processed if they only have single
                        order bonds). If CCD is used, existing bond orders and
                        formal charges will be overriden for residues that are
                        present in the CCD.
  -nohtreat             Don't add hydrogens
  -rehtreat             Delete and re-add hydrogens (will reset PDB atom
                        names)
  -nometaltreat         Don't treat metals (adding zero-order bonds, etc)
  -disulfides           Create bonds to proximal Sulfurs (delete hydrogens as
                        needed)
  -glycosylation        Create bonds to N-linked and O-linked sugars (delete
                        hydrogens as needed)
  -palmitoylation       Create palmitoylation bonds even if not included in
                        the CONNECT records (delete hydrogens as needed)
  -antibody_cdr_scheme {Chothia,Kabat,IMGT,EnhancedChothia,AHo,None}
                        CDR annotation scheme.
  -renumber_ab_residues
                        Renumber antibodies residues to match the scheme
                        specified with the -antibody_cdr_scheme option.
  -tcr_cdr_scheme {IMGT,AHo,None}
                        CDR annotation scheme.
  -renumber_tcr_residues
                        Renumber TCR residues to match the scheme specified
                        with the -tcr_cdr_scheme option.
  -mse                  Convert Selenomethionine residues to Methionines
  -preprocess_watdist PREPROCESS_WATDIST
                        If specified, during preprocessing delete waters that
                        are further than this distance from het groups. By
                        default, waters are deleted during cleanup.
  -fillloops            Fill missing loops with Prime
  -fasta_file CUSTOM_FASTA_FILE
                        If filling missing residues, the custom fasta file to
                        use. If not specified, the fasta file will be
                        generated from the sequence that was stored in the
                        input structure when it was converted from the PDB
                        format.
  -fillsidechains       Fill missing side chains with Prime
  -addOXT               Add terminal oxygens to polypeptides
  -c, -captermini       Cap termini
  -cap_termini_min_atoms CAP_TERMINI_MIN_ATOMS
                        By default, only proteins with more than 200 atoms are
                        capped when -captermini is specified. Use this option
                        to allow capping of smaller molecules.
  -noepik               Don't run Epik on het groups. By default Epik is ran
                        on all het groups, and metal binding states are
                        considered for hets that are within 5A of metal atoms.
  -epik_pH EPIK_PH      Epik target pH (default 7.4)
  -epik_pHt EPIK_PHT    Epik pH range for generated structures (default 2.0)
  -max_states MAX_STATES, -ms MAX_STATES
                        Maximum number of het states to generate for each
                        protein complex.
  -noidealizehtf        Don't idealize added hydrogen temperature factors.

Optimize H-bond Assignments:
  -noprotassign         Don't run ProtAssign
  -s, -samplewater      Sample water states
  -include_epik_states  Include Epik embedded states in optimization
  -xtal                 Use crystal symmetry
  -nopropka             Do not use PROPKA for protonation states
  -propka_pH PROPKA_PH  Run PROPKA at given pH value (default 7.4)
  -label_pkas           Label residues with PROPKA pKas
  -simplified_pH {very_low,low,neutral,high}
                        Sample at given pH when not using PROPKA (default
                        neutral)
  -force FORCE_LIST FORCE_LIST
                        Force a particular residue to adapt the specified
                        state. Multiple -f specifications are permitted. See
                        $SCHRODINGER/utilities/protassign help for more info.
  -minimize_adj_h       Energy minimize all adjustable hydrogens (titratable
                        hydrogens, water hydrogens, hydroxyls, thiols, and
                        ASN/GLN carboxamide hydrogens).

Minimize and Delete Waters:
  -noimpref             Don't run a restrained minimization job
  -r RMSD, -rmsd RMSD   Minimization: RMSD cutoff in angstrom (default 0.3)
  -fix                  Minimization: Fix heavy atoms (minimize hydrogens
                        only)
  -f {S-OPLS,OPLS_2005}
                        Minimization: Version of the OPLS force field to use.
                        Options: OPLS_2005 or S-OPLS (default OPLS_2005)
  -keepfarwat           Don't delete waters far from het groups
  -watdist WATDIST      Distance threshold for 'far' waters (default 5.0A)
  -delwater_hbond_cutoff DELWATER_HBOND_CUTOFF
                        If specified, delete waters that do not make at least
                        this number H-bonds to non-waters. By default, this
                        feature is disabled (default 0).

Other:
  -preserve_st_titles   Preserve titles of structures. By default they are
                        annotated to show which structures were prepared
  -use_PDB_pH           If input structure has property r_pdb_PDB_EXPDTA_PH,
                        use that for Epik and ProtAssign/PROPKA.
  -h, --help            show this help message and exit
  -j J                  Deprecated. Use -JOBNAME instead.

Job Control Options:
  -HOST <hostname>      Run job remotely on the indicated host entry.
  -WAIT                 Do not return a prompt until the job completes.
  -SAVE                 Return zip archive of job directory at job completion.
  -NOJOBID              Run the job directly, without Job Control layer.
  -JOBNAME JOBNAME      Provide an explicit name for the job.