From b1bbf1c6615d645c28ba5825658972310da068b9 Mon Sep 17 00:00:00 2001
From: Yoann Dufresne <yoann.dufresne0@gmail.com>
Date: Tue, 5 May 2020 13:05:19 +0200
Subject: [PATCH] snakefile update

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

diff --git a/Snakefile_clique_experiments b/Snakefile_clique_experiments
index 86fde6d..aebf8e0 100644
--- a/Snakefile_clique_experiments
+++ b/Snakefile_clique_experiments
@@ -3,7 +3,7 @@ pbar = ProgressBar()
 
 
 OUTDIR="snake_experiments" if "outdir" not in config else config["outdir"]
-trials=1
+trials=1 if "trials" not in config else config["trials"]
 N=[1000] if "n" not in config else config["n"] # Number of molecule to simulate
 D=[10] if "d" not in config else config["d"] # Average coverage of each molecule
 M=[2, 3] if "m" not in config else config["m"] # Average number of molecule per barcode
-- 
GitLab