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

truvari: init at 1.3.2 #70877

Merged
merged 8 commits into from Oct 24, 2019
Merged

Conversation

scalavision
Copy link
Contributor

Motivation for this change
Things done
  • [ x] Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • [x ] NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • [ x] Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • [ x] Ensured that relevant documentation is up to date
  • [ x] Fits CONTRIBUTING.md.
Notify maintainers

The pyvcf license doesn't exclusively say MIT, but the text is identical as far as I can see.

I've created a specific version of the progressbar, don't know if any of the existing ones could be upgraded.

I upgraded the pysam library version to 0.15.3 to avoid creating a specific version for truvari. The differences of the versions seems to not have any compatibility issues.

Truvari is a much used tools for benchmarking within bioinformatics.

@ashgillman
Copy link
Contributor

ashgillman commented Oct 9, 2019

You've used an older version of progressbar2 (note that progressbar and progressbar2 are separate projects, despite the latter being at major release 3.x 🙄 ). Can you try with the existing progressbar2 3.4.2?

@scalavision
Copy link
Contributor Author

@ashgillman , thanks a lot for your help, finally I have been able to test this again locally, and now it works, also with this version of progressbar. Do you have any idea why the metaCheck is failing? I also get this failure in my other PR:

#70871

@veprbl
Copy link
Member

veprbl commented Oct 10, 2019

Eval should be fixed by c0d5833
@GrahamcOfBorg eval

@ashgillman
Copy link
Contributor

Looks good to me :)

pkgs/development/python-modules/pyvcf/default.nix Outdated Show resolved Hide resolved
pkgs/development/python-modules/pyvcf/default.nix Outdated Show resolved Hide resolved
pkgs/development/python-modules/pyvcf/default.nix Outdated Show resolved Hide resolved
pkgs/development/python-modules/pyvcf/default.nix Outdated Show resolved Hide resolved
pkgs/development/python-modules/pyvcf/default.nix Outdated Show resolved Hide resolved
, lib
, fetchFromGitHub
, zlib
, python
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not used

pkgs/applications/science/biology/truvari/default.nix Outdated Show resolved Hide resolved
pkgs/applications/science/biology/truvari/default.nix Outdated Show resolved Hide resolved
pkgs/applications/science/biology/truvari/default.nix Outdated Show resolved Hide resolved
@scalavision
Copy link
Contributor Author

scalavision commented Oct 11, 2019

It was not possible to track what version of pyvcf on pypi matched the github repo, because there where no releases after 0.6.0. I've checked out from the last commit. From what I could see, the last changes are only test enhancements and bug fixes. I've tested truvari locally and it works.

Thanks a lot for helping out! I have learned a lot from this :-)

edit: I also added Spiral Genetics (the maker of the tool) to the long description in meta.

@FRidh
Copy link
Member

FRidh commented Oct 24, 2019

@GrahamcOfBorg build truvari

@veprbl
Copy link
Member

veprbl commented Oct 24, 2019

@GrahamcOfBorg build truvari

@veprbl veprbl merged commit 535a700 into NixOS:master Oct 24, 2019
jonringer pushed a commit that referenced this pull request Oct 25, 2019
pythonPackages.pyvcf: init at 0.6.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants