Cleanup and add license/readme
This commit is contained in:
6
run.py
6
run.py
@@ -3,9 +3,9 @@
|
||||
import glob
|
||||
import os
|
||||
|
||||
from job import get_next_job, get_jobs_from_path, create_job_instances
|
||||
from simulate import Simulate
|
||||
from functions import abs_path, parser
|
||||
from auto_namd_python.job import get_next_job, get_jobs_from_path, create_job_instances
|
||||
from auto_namd_python.simulate import Simulate
|
||||
from auto_namd_python.functions import abs_path, parser
|
||||
|
||||
|
||||
def main(jobs_path, ffs_path, steps, namdbin, params):
|
||||
|
||||
Reference in New Issue
Block a user