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

List dependencies explicitly #213

Closed
apeltzer opened this issue Oct 21, 2018 · 3 comments
Closed

List dependencies explicitly #213

apeltzer opened this issue Oct 21, 2018 · 3 comments

Comments

@apeltzer
Copy link

Could you list dependencies of the script more explicitly? e.g. in the readme?

Searching the setup.py is not quite nice ;-)

@b-schubert
Copy link
Contributor

What's the reason for needing an explicit list of python dependencies? They are automatically resolved during installation anyways...

I agree with you insofar that we should list the external dependencies that we can't ship with the package due to licensing issues.

@apeltzer
Copy link
Author

External installation tools such as conda (e.g. see here bioconda/bioconda-recipes#11469 ) typically require to install the dependencies via extra bioconda packages and not via pip. That also allows pinning specific python versions in order to make sure that things don't break, especially if multiple tools are installed in a single conda environment.

@b-schubert
Copy link
Contributor

resolved in PR #219

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

No branches or pull requests

2 participants