-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
init a collection of bioinformatics tools #23585
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
Conversation
|
||
in stdenv.mkDerivation rec { | ||
name = "platypus-${version}"; | ||
version = "git-2017-03-07"; |
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.
This should be name = "platypus-unstable-2017-03-07";
. See https://nixos.org/nixpkgs/manual/#sec-package-naming.
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.
Thanks for the feedback, I have fixed the naming issues.
pkgs/top-level/all-packages.nix
Outdated
plink = callPackage ../applications/science/biology/plink/default.nix { }; | ||
|
||
plink-ng = callPackage ../applications/science/biology/plink-ng/default.nix { }; | ||
|
||
samtools = callPackage ../applications/science/biology/samtools/default.nix { }; | ||
|
||
SnpEff = callPackage ../applications/science/biology/SnpEff/default.nix { }; |
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.
I would suggest using lowercase letters here. Not a hard requirement but when possible it is preferred.
Motivation for this change
Add some commonly used bioinformatics tools.
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)