aboutsummaryrefslogtreecommitdiff
path: root/tools/snpeff-dbnsfp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/snpeff-dbnsfp.nix')
-rw-r--r--tools/snpeff-dbnsfp.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/snpeff-dbnsfp.nix b/tools/snpeff-dbnsfp.nix
index f9fbdaa..5e7c91a 100644
--- a/tools/snpeff-dbnsfp.nix
+++ b/tools/snpeff-dbnsfp.nix
@@ -1,16 +1,15 @@
{bionix
-,nixpkgs
,dbnsfp
,flags ? ""}:
input:
-with nixpkgs;
-with bionix.types;
+with bionix;
+with types;
assert (matchFiletype "snpeff-dbnsfp" { vcf = _: true; } input);
-stdenv.mkDerivation {
+stage {
name = "snpeff-dbnsfp";
buildCommand = ''
ln -s ${dbnsfp.db} dbNSFP.txt.gz