From ae05f75f1978f9c3199ac78bc9160913ab91f298 Mon Sep 17 00:00:00 2001 From: Yossi Farjoun Date: Thu, 2 Dec 2021 13:44:51 -0500 Subject: [PATCH] set default of junctionQC to false since the implementation is "a little buggy" and it would be nice if the example actually ran :-) --- example/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/example/config.yaml b/example/config.yaml index 2e7c90c..cbaa8e5 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -24,6 +24,7 @@ inFolder: 'example/data/' bamSuffix: '.bam' # juncSuffix +junctionQC: False # for samples processed with RAPiD use filtered junctions : {sample}.Aligned.Quality.Sorted.bam.junc juncSuffix: '.junc'