aboutsummaryrefslogtreecommitdiff
path: root/tools/platypus.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2024-11-12 15:50:42 +1100
committerJustin Bedo <cu@cua0.org>2024-11-12 15:50:42 +1100
commit58fa67ffd09d3bdfe72bef7c873ef94190dc6708 (patch)
tree9e382c5b1da76540d6b1ca2d9a053f52042e3579 /tools/platypus.nix
parent00d758934e7d5827e01585887a36913a326535ea (diff)
deprecate platypusHEADmaster
Diffstat (limited to 'tools/platypus.nix')
-rw-r--r--tools/platypus.nix10
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;
-}