diff options
author | Justin Bedo <cu@cua0.org> | 2021-12-20 09:35:58 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2021-12-20 09:35:58 +1100 |
commit | 6979eda7260b804099a39b27e417d942feb722b9 (patch) | |
tree | 212b9b63f7c482abe6f41726186745a5d02ed317 /tools | |
parent | cef60e7a0dca226c045641c7a8cc53359c043168 (diff) |
facets.callCNV: refactor interface
The VCF really is part of config as it's not variants
called on the sample but population variants (like dbsnp).
Diffstat (limited to 'tools')
-rw-r--r-- | tools/facets-call.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/facets-call.nix b/tools/facets-call.nix index 43c4c7f..e1a23c6 100644 --- a/tools/facets-call.nix +++ b/tools/facets-call.nix @@ -1,6 +1,6 @@ -{ bionix }: +{ bionix, vcf }: -{ vcf, bams }: +bams: with bionix; with types; |