MobleyLab / off-ffcompare

Compare molecular structures after energy minimization in various force fields.
9 stars 7 forks source link

Does OPLS.py work based on command line inputs? #34

Closed vtlim closed 7 years ago

vtlim commented 7 years ago

The command line argument for OPLS.py calls for "Path to directory containing all mol2 files to be minimized." and passes this into the OPLSmin function. However, the OPLSmin function specifies that it takes one mol2 file for minimization. Which is it?

Also, the variable cmd uses "input_location" and "output_location". Is this where they're hardwired to go to in your directory, or are these supposed to be renamed, to something like "OPLS2005" for example?

vtlim commented 7 years ago

Also remove extra spaces in front of lines 51, 52, 59, 60

nthi0625 commented 7 years ago

@vtlim :Since I am using the slurm file to run OPLS.py, my for loop is in the slurm file in which OPLS.py will be running. the "input_location" and "output_location" will be the directory that contain the input and output mol2 file since 'opttype' variable already specified the name of each force-field in the 'if' statement, I am not sure if that is your question.

vtlim commented 7 years ago

addressed with #42