-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
spip: init at unstable-2023-04-19 #247476
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for packaging SPiP.
transcriptome19 = fetchurl { | ||
url = transcriptome-url + "/transcriptome_hg19.RData"; | ||
sha256 = "sha256-E8UmHoNoySSIde+TRE6bxVP0PrccpKDvIHBGCvWnYOw="; | ||
}; | ||
|
||
transcriptome38 = fetchurl { | ||
url = transcriptome-url + "/transcriptome_hg38.RData"; | ||
sha256 = "sha256-mQMMZVN1byXMYjFoRdezmoZtnhUur2CHOP/j/pmw8as="; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to other reviewers: downloading these files takes way longer than expected for 800 MB.
bed1b8b
to
571e8f4
Compare
Not sure why the check "pkgs/by-name" fails but nixpkgs-review works on my end. |
A genomic tool to compute splice preductions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Result of nixpkgs-review pr 247476
run on x86_64-linux 1
1 package built:
- spip
Result of 1 package built:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description of changes
A genomic tool to compute splice preductions, used in germline analysis. This tool is quite popular, open-source and with few dependencies.
Website: https://github.com/raphaelleman/SPiP
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)