From a285ff887178dd48c3902fcfcca1696aa6f72031 Mon Sep 17 00:00:00 2001
From: Christian Arnold <christian.arnold@embl.de>
Date: Wed, 23 Feb 2022 14:57:08 +0100
Subject: [PATCH] Changed path to Snakefile

---
 example/input/params.sh     | 4 ++--
 example/templates/params.sh | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/example/input/params.sh b/example/input/params.sh
index a7c4dbe..877d778 100644
--- a/example/input/params.sh
+++ b/example/input/params.sh
@@ -13,7 +13,7 @@
 configFile="config.yaml"
 
 # Snakefile to use
-snakefile="/g/scb2/zaugg/carnold/Projects/AtacSeq/src/Snakemake/dev/Snakefile"
+snakefile="/g/scb2/zaugg/carnold/Projects/AtacSeq/src/Snakefile"
 
 #######################
 # PERFORMANCE OPTIONS #
@@ -89,7 +89,7 @@ runAlsoDownstreamRules=true
 rerunIncomplete=true
 
 # Should the WHOLE pipeline be rerun? use with care, setting this to true will rerun everything
-forceRerunAll=false
+forceRerunAll=true
 
 # Should Snakemake abort after the first error or continue running?
 abortAfterFirstError=false
diff --git a/example/templates/params.sh b/example/templates/params.sh
index 54648f6..2fee27d 100644
--- a/example/templates/params.sh
+++ b/example/templates/params.sh
@@ -13,7 +13,7 @@
 configFile="config.yaml"
 
 # Snakefile to use
-snakefile="/g/scb2/zaugg/carnold/Projects/AtacSeq/src/Snakemake/Snakefile"
+snakefile="/g/scb2/zaugg/carnold/Projects/AtacSeq/src/Snakefile"
 
 #######################
 # PERFORMANCE OPTIONS #
-- 
GitLab