mirror of
https://github.com/microsoft/foldingdiff.git
synced 2026-06-04 13:30:33 +08:00
Minor bugfix
This commit is contained in:
@@ -26,6 +26,7 @@ def run_gromacs_in_docker(fname: str, out_dir: str):
|
||||
assert os.path.isfile(fname), f"Input file {fname} not found"
|
||||
assert shutil.which("nvidia-docker")
|
||||
out_dir = os.path.abspath(out_dir)
|
||||
fname = os.path.abspath(fname)
|
||||
with tempfile.TemporaryDirectory() as tmpdir:
|
||||
os.chdir(tmpdir)
|
||||
# Copy the file into the directory
|
||||
|
||||
Reference in New Issue
Block a user