Skip to content

Commit

Permalink
Blacklist fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris committed Jun 10, 2024
1 parent 1d6af1e commit 176a73b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

* Documentation udpate

## Fix:

* blacklist merge fixed

# 3.6.0

## Features:
Expand Down
2 changes: 1 addition & 1 deletion workflow/rules/bedtools_merge_blacklist.smk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rule fair_genome_indexer_bedtools_merge_blacklist:
input:
"tmp/fair_genome_indexer_blacklist/{species}.{build}.{release}.bed.gz",
output:
"reference/blacklist/{species}.{build}.{release}.merged.bed",
"reference/blacklist/{species}.{build}.{release}/{species}.{build}.{release}.merged.bed",
threads: 2
resources:
mem_mb=lambda wildcards, attempt: 450 + (150 * attempt),
Expand Down

0 comments on commit 176a73b

Please sign in to comment.