Skip to content

Commit

Permalink
fix path to hg38 combined blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
ATpoint authored Jun 6, 2024
1 parent c90541b commit 02eb3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ workflow {

if(params.atacseq){
if(params.species=="hs") {
blacklist = Channel.fromPath("$baseDir/assets/hg38/hg38_combined_blacklist.bed")
blacklist = Channel.fromPath("$baseDir/assets/hg38/hg38_combined_blacklist_v2.bed")
}
if(params.species=="mm") {
blacklist = Channel.fromPath("$baseDir/assets/mm10/mm10_combined_blacklist.bed")
Expand Down

0 comments on commit 02eb3b7

Please sign in to comment.