From f3fc7fa3919e012cf105cd4388d670c853c11914 Mon Sep 17 00:00:00 2001
From: Tobias Marschall <tobias.marschall@0ohm.net>
Date: Tue, 18 Sep 2018 15:06:38 +0200
Subject: [PATCH] Remove poor parameter combinations for BPDENS

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

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