Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

propose a consistent naming scheme .lib files #21

Open
BrandeisPatrick opened this issue Jan 2, 2023 · 0 comments
Open

propose a consistent naming scheme .lib files #21

BrandeisPatrick opened this issue Jan 2, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@BrandeisPatrick
Copy link
Contributor

BrandeisPatrick commented Jan 2, 2023

for generating and inputting .lib files in autosolvate
I propose

  1. use .lib instead of .off extension (these are same extensions)
  2. when creating a lib file.
    use molecule name + .lib instead of residue name + lib

unlike the following example in Setup_solvated_MD_Amber.docx
source leaprc.protein.ff14SB
source leaprc.gaff
loadamberparams solute.frcmod
LIG = loadmol2 solute.mol2
check LIG
set LIG head LIG.1.C
set LIG tail LIG.1.O1
saveoff LIG lig.lib
quit

reason:
It is easy for autosovlate Molecule class and SolventBox class to find the corresponding document.
(for detail. check update(self) class method in both of them)

@BrandeisPatrick BrandeisPatrick added the enhancement New feature or request label Jan 2, 2023
@BrandeisPatrick BrandeisPatrick self-assigned this Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant