Skip to content

Commit

Permalink
refactor ligpargen to mdgoligpargen
Browse files Browse the repository at this point in the history
  • Loading branch information
htz1992213 committed Jan 23, 2024
1 parent 9201787 commit 88403e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mdgo/forcefield/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
from .charge import ChargeWriter
from .maestro import MaestroRunner
from .pubchem import PubChemRunner
from .ligpargen import LigpargenRunner, FFcrawler
from .mdgoligpargen import LigpargenRunner, FFcrawler
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"""

import os
import subprocess
import shutil
import time
from typing import Optional
Expand Down
2 changes: 1 addition & 1 deletion tests/test_forcefield.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import numpy as np
import pytest

from mdgo.forcefield.ligpargen import *
from mdgo.forcefield.mdgoligpargen import *
from mdgo.forcefield.aqueous import *

test_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_files")
Expand Down

0 comments on commit 88403e4

Please sign in to comment.