diff options
author | Justin Bedo <cu@cua0.org> | 2019-07-02 08:33:14 +1000 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-07-03 14:59:27 +1000 |
commit | a8db68fe43b418e002bca14b8759c9bec46f02cc (patch) | |
tree | aed3582edc4a477aeee13470a4cf20fefe0e6ba6 | |
parent | 0b6b3fa8fc20461b41a368b82c62c2f9d7472b31 (diff) |
facets: fix execution environment
-rw-r--r-- | tools/facets.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/facets.nix b/tools/facets.nix index 523c72a..14110a9 100644 --- a/tools/facets.nix +++ b/tools/facets.nix @@ -8,5 +8,5 @@ with bionix; /* Call CNVs Type: callCnv :: {...} -> {vcf, bams :: [bams]} -> CNVs */ - callCNV = callBionix ./facets-call.nix; + callCNV = callBionixE ./facets-call.nix; } |