From ddd26a5eac7ad6fb64b2caccd8ca0969e998ba62 Mon Sep 17 00:00:00 2001
From: Tobias Marschall <tobias.marschall@0ohm.net>
Date: Fri, 5 Oct 2018 08:36:53 +0200
Subject: [PATCH] Settle on one segmentation parameter set

---
 Snakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Snakefile b/Snakefile
index 8fb7465..dc38402 100644
--- a/Snakefile
+++ b/Snakefile
@@ -64,7 +64,7 @@ METHODS = [
 ]
 
 BPDENS = [
-    "selected_j{}_s{}".format(joint, single) for joint in [0.1,0.01] for single in [0.5,0.1]
+    "selected_j{}_s{}".format(joint, single) for joint in [0.1] for single in [0.5]
 ]
 
 singularity: "docker://smei/mosaicatcher-pipeline:v0.1"
-- 
GitLab