Skip to content

Commit

Permalink
fix: rename coverage entries
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaStoecker committed Jun 3, 2024
1 parent ad1990e commit 99d2417
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ repl_chr = "s/chr//"


low_coverages = {
"low": 1,
"medium": 10,
"high": 30,
"lc_low": 1,
"lc_medium": 10,
"lc_high": 30,
}

high_coverages = {
"wes_very_low": 1,
"wes_low": 10,
"wes_medium": 30,
"wes_upper_medium": 50,
"wes_high": 100,
"wes_very_high": 300,
"hc_very_low": 1,
"hc_low": 10,
"hc_medium": 30,
"hc_upper_medium": 50,
"hc_high": 100,
"hc_very_high": 300,
}


Expand Down

0 comments on commit 99d2417

Please sign in to comment.