Skip to content

Commit

Permalink
Created code to generate amended consensus without ambiguities but ma…
Browse files Browse the repository at this point in the history
…sked
  • Loading branch information
svarona committed Aug 30, 2024
1 parent fd69fcc commit 76d06f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bu_isciii/templates/IRMA/DOC/irma_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ MATCH_PROC=8 # grid maximum processes for the MATCH
SORT_PROC=8 # currently not used
ALIGN_PROC=8 # grid maximum processes for the rough align
ASSEM_PROC=8 # grid maximum processes for assembly

### AMENDED CONSENSUS ###
MIN_AMBIG=0.75 # Sets ambiguities to off
MIN_CONS_SUPPORT=9 # Mask low coverage <= 9 (10 is ok)

0 comments on commit 76d06f5

Please sign in to comment.