Rosetta Molfile to Params Script: Parameter Generation for Molecular Dynamics Simulations
The Rosetta script 'molfile_to_params.py' is used to generate parameter files for molecular dynamics simulations. The script utilizes the '-n' and '-p' options to specify the output file name prefix and the input PDB and molecular structure file, respectively.
-
The '-n' option defines the prefix for the generated parameters file name. In the example, '-n DAR' will result in a parameter file named 'DAR.params'.
-
The '-p' option specifies the PDB file name (without the extension) and the corresponding molecular structure file (typically in mol2 format). In the example, '-p 1t3r 1t3r_charges.mol2' indicates that '1t3r.pdb' and '1t3r_charges.mol2' will be used as input files.
原文地址: https://www.cveoy.top/t/topic/g0br 著作权归作者所有。请勿转载和采集!