aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/snpeff-annotate.nix2
-rw-r--r--tools/snpeff-dbnsfp.nix2
2 files changed, 4 insertions, 0 deletions
diff --git a/tools/snpeff-annotate.nix b/tools/snpeff-annotate.nix
index dee99f1..317d303 100644
--- a/tools/snpeff-annotate.nix
+++ b/tools/snpeff-annotate.nix
@@ -1,5 +1,6 @@
{bionix
,db
+,heapSize ? "31g"
,flags ? ""}:
input:
@@ -12,6 +13,7 @@ assert (matchFiletype "snpeff-annotate" { vcf = _: true; } input);
stage {
name = "snpeff-annotate";
buildInputs = with pkgs; [ snpeff ];
+ JAVA_TOOL_OPTIONS = "-Xmx${heapSize}";
buildCommand = ''
ln -s ${db} ${db.name}
snpeff -nodownload -dataDir $TMPDIR ${db.name} ${input} > $out
diff --git a/tools/snpeff-dbnsfp.nix b/tools/snpeff-dbnsfp.nix
index 1d144cd..518c121 100644
--- a/tools/snpeff-dbnsfp.nix
+++ b/tools/snpeff-dbnsfp.nix
@@ -1,5 +1,6 @@
{bionix
,dbnsfp
+,heapSize ? "31g"
,flags ? ""}:
input:
@@ -11,6 +12,7 @@ assert (matchFiletype "snpeff-dbnsfp" { vcf = _: true; } input);
stage {
name = "snpeff-dbnsfp";
+ JAVA_TOOL_OPTIONS = "-Xmx${heapSize}";
buildCommand = ''
ln -s ${dbnsfp.db} dbNSFP.txt.gz
ln -s ${dbnsfp.index} dbNSFP.txt.gz.tbi