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

pip install reana-client[cwl,serial,yadage] #174

Closed
tiborsimko opened this issue Sep 12, 2018 · 2 comments
Closed

pip install reana-client[cwl,serial,yadage] #174

tiborsimko opened this issue Sep 12, 2018 · 2 comments

Comments

@tiborsimko
Copy link
Member

As the number of supported REANA workflow engines grows, it is useful to offer an option to users to install only some workflow engine libraries that the given user uses. E.g. only Yadage and no CWL, which can come handy to both (1) save some disk space from dependencies and (2) ease possible incompatibility situations such as older CWL with Python 3.7.

The user would do:

$ pip install reana-client[yadage]

which would only install Yadage-related optional dependencies.

P.S. We should still consider which "popular" dependencies should be installed by default when people do not specify anything... Probably all three engines for now.

@diegodelemos
Copy link
Member

Work started in #176.

@tiborsimko
Copy link
Member Author

Tested AppImage based installation, which works well, so closing this issue in favour of #390.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants