aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2022-02-23 13:49:49 +1100
committerJustin Bedo <cu@cua0.org>2022-02-28 20:52:48 +1100
commite67120ee854880c6c47628baddb6218adfeec81c (patch)
tree249dd98d3caed2136e7f7e3cb631ecdeb945087a
parentc2514beaeaaeb87d48f0780e089758eb61d96629 (diff)
remove lumpy from testing
Deprecated upstream due to python2.
-rw-r--r--test-tnpair.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-tnpair.nix b/test-tnpair.nix
index e7d5d17..679cc67 100644
--- a/test-tnpair.nix
+++ b/test-tnpair.nix
@@ -82,7 +82,6 @@ let
"strelka.snvs.vcf" = tnpairResult.variants.snvs;
"strelka.gl.vcf" = tnpairResult.glvariants;
delly = delly.call { } (with tnpairResult.alignments; [ normal tumour ]);
- lumpy = lumpy.call { } (with tnpairResult.alignments; [ normal tumour ]);
manta = manta.call { } (with tnpairResult.alignments; { normals = [ normal tumour ]; });
mantaTN = manta.call { } (with tnpairResult.alignments; { normals = [ normal ]; inherit tumour; });
mantaT = manta.call { } (with tnpairResult.alignments; { inherit tumour; });