From 92a5cd9afcc57566c3391fd36ee029aa62ad6399 Mon Sep 17 00:00:00 2001 From: Tobias Marschall <tobias.marschall@0ohm.net> Date: Fri, 2 Nov 2018 20:26:21 +0100 Subject: [PATCH] Select strict and lenient parameter set --- Snakefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Snakefile b/Snakefile index b501014..09d89f4 100644 --- a/Snakefile +++ b/Snakefile @@ -33,11 +33,7 @@ import os.path METHODS = [ - "simpleCalls_llr4_poppriorsTRUE_haplotagsFALSE_gtcutoff0.005_regfactor6_filterFALSE", - "simpleCalls_llr4_poppriorsTRUE_haplotagsFALSE_gtcutoff0.005_regfactor6_filterTRUE", - "simpleCalls_llr4_poppriorsTRUE_haplotagsTRUE_gtcutoff0.005_regfactor6_filterFALSE", - "simpleCalls_llr4_poppriorsTRUE_haplotagsTRUE_gtcutoff0.005_regfactor6_filterTRUE", - "simpleCalls_llr4_poppriorsTRUE_haplotagsFALSE_gtcutoff0.05_regfactor6_filterFALSE", + "simpleCalls_llr4_poppriorsTRUE_haplotagsTRUE_gtcutoff0_regfactor6_filterFALSE", "simpleCalls_llr4_poppriorsTRUE_haplotagsFALSE_gtcutoff0.05_regfactor6_filterTRUE", ] -- GitLab