Closed avantikalal closed 3 months ago
Previous logic did not allow the user to supply a custom blacklist file in filter_blacklist (see #9). Now, we first check if genome=None in which case we accept a custom blacklist file supplied by the user.
filter_blacklist
genome=None
Previous logic did not allow the user to supply a custom blacklist file in
filter_blacklist
(see #9). Now, we first check ifgenome=None
in which case we accept a custom blacklist file supplied by the user.