From 8118a911be37055d2d7749a1d6d64830d3bdb30c Mon Sep 17 00:00:00 2001 From: Sascha Meiers <meiers@embl.de> Date: Fri, 16 Feb 2018 22:21:34 +0100 Subject: [PATCH] fixed comma in JSON --- Snake.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snake.config.json b/Snake.config.json index abae56b..6c64413 100644 --- a/Snake.config.json +++ b/Snake.config.json @@ -32,7 +32,7 @@ "simulation_neg_binom_p" : { "50000" : 0.4, "100000" : 0.3, - "500000" : 0.1, + "500000" : 0.1 }, "simulation_min_reads_per_library" : 500000, "simulation_max_reads_per_library" : 1000000, -- GitLab