diff options
author | Justin Bedo <cu@cua0.org> | 2024-11-12 15:50:42 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2024-11-12 15:50:42 +1100 |
commit | 58fa67ffd09d3bdfe72bef7c873ef94190dc6708 (patch) | |
tree | 9e382c5b1da76540d6b1ca2d9a053f52042e3579 /tools/platypus.nix | |
parent | 00d758934e7d5827e01585887a36913a326535ea (diff) |
Diffstat (limited to 'tools/platypus.nix')
-rw-r--r-- | tools/platypus.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/platypus.nix b/tools/platypus.nix deleted file mode 100644 index 29e7e08..0000000 --- a/tools/platypus.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ bionix }: - -with bionix; - -{ - /* Call variants - Type: { ... } -> [bam] -> vcf - */ - call = callBionixE ./platypus-callVariants.nix; -} |