qusers / qligfep

Other
47 stars 22 forks source link

Small tweaks to be able to install and use as a library. #5

Closed xbello closed 3 years ago

xbello commented 3 years ago

The first commit makes this module installable via "pip install ." after cloning, targeting the publishing in pypi. Basically, it credits the author, classifies the package and install requirements (in this case, numpy).

The second commit allows to parse a list of strings like ["--lig_1", "sample1", "--lig_2", "sample2", "--forcefield", "OPLS2005", "--system", "water"] into a Namespace that can be used to launch the Run, reusing the parser that already existed.