Skip to content

Commit 76d06f5

Browse files
committed
Created code to generate amended consensus without ambiguities but masked
1 parent fd69fcc commit 76d06f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bu_isciii/templates/IRMA/DOC/irma_config.sh

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ MATCH_PROC=8 # grid maximum processes for the MATCH
55
SORT_PROC=8 # currently not used
66
ALIGN_PROC=8 # grid maximum processes for the rough align
77
ASSEM_PROC=8 # grid maximum processes for assembly
8+
9+
### AMENDED CONSENSUS ###
10+
MIN_AMBIG=0.75 # Sets ambiguities to off
11+
MIN_CONS_SUPPORT=9 # Mask low coverage <= 9 (10 is ok)

0 commit comments

Comments
 (0)