From 6979eda7260b804099a39b27e417d942feb722b9 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Mon, 20 Dec 2021 09:35:58 +1100 Subject: 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). --- tools/facets-call.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') 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; -- cgit v1.2.3