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

chore: remove unnecessary requirement in identification swf #456

Open
dominikburri opened this issue Nov 29, 2022 · 0 comments
Open

chore: remove unnecessary requirement in identification swf #456

dominikburri opened this issue Nov 29, 2022 · 0 comments
Labels
low priority Not important at the moment

Comments

@dominikburri
Copy link
Collaborator

Problem

In the identification summary workflow, the pyranges requirement is currently specified in the requirements:

But this is not necessary, as this requirement is part of the module apaeval:

install_requires=['scipy', 'pandas', 'pyranges']

Solution

For consistency with the quantification summary workflow, pyranges should be removed from summary_workflows/identification/identification_dockers/i_metrics/requirements.txt.

@dominikburri dominikburri added the low priority Not important at the moment label Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority Not important at the moment
Projects
None yet
Development

No branches or pull requests

1 participant