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

Extend pangolin --all-versions to report conda versions of important dependencies #440

Merged
merged 2 commits into from
Apr 29, 2022

Conversation

AngieHinrichs
Copy link
Member

This adds versions extracted from conda list <dependency> for usher, ucsc-fatovcf, gofasta and minimap2 to the output of pangolin --all-versions so it now looks like this (plus pangolin-assignment version if assignment cache has been added):

pangolin: 4.0.6
pangolin-data: 1.6
constellations: v0.1.8
scorpio: 0.3.17
usher: 0.5.4
ucsc-fatovcf: 426
gofasta: 1.0.0
minimap2: 2.24

refs #439

@AngieHinrichs
Copy link
Member Author

@aineniamh are the installed versions of any of these packages listed in setup.py worth reporting as well?

      install_requires=[
            "biopython>=1.70",
            'pandas>=1.0.1',
            "wheel>=0.34",
            'joblib>=0.11',
            'scikit-learn>=0.23.1',
            "PuLP>=2"
        ],

From git blame setup.py it looks like none of those have changed since June 2021 so probably not?

@aineniamh
Copy link
Member

Thanks for this Angie! I don't think that they'd make a difference, and wouldn't need to be updated regularly.

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