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

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

Merged
merged 2 commits into from
Mar 30, 2021

Conversation

xbello
Copy link
Contributor

@xbello xbello commented Feb 1, 2021

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.

We want to be able to parse pseudo-arguments from the web interface
 into the 'Run' object.
@jesperswillem jesperswillem merged commit cbdf6cd into qusers:master Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants