Skip to content

Commit

Permalink
Remove predefining of variable for blaccklist
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusMuck committed Jul 16, 2024
1 parent 31fd4f5 commit 6ac45b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/filter_regions_helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,9 @@ filter_by_blacklist <- function(data,

# Load the blacklist corresponding to the character parameter hg38 or mm10
if(exclude_by_blacklist == "hg38") {
blacklist_hg38 <- "blacklist_hg38"
utils::data(blacklist_hg38)
blacklist_data <- blacklist_hg38
} else if(exclude_by_blacklist == "mm10") {
blacklist_mm10 <- "blacklist_mm10"
utils::data(blacklist_mm10)
blacklist_data <- blacklist_mm10
}
Expand Down

0 comments on commit 6ac45b9

Please sign in to comment.