diff options
Diffstat (limited to 'tools/mutect-call.nix')
-rw-r--r-- | tools/mutect-call.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mutect-call.nix b/tools/mutect-call.nix index e2fe3a1..e98ba4b 100644 --- a/tools/mutect-call.nix +++ b/tools/mutect-call.nix @@ -38,4 +38,5 @@ stage { --input_file:tumour tumour.bam \ --out $out ''; + passthru.filetype = types.filetype.vcf { inherit ref; }; } |