Genentech / gReLU

gReLU is a python library to train, interpret, and apply deep learning models to DNA sequences.
https://genentech.github.io/gReLU/
MIT License
228 stars 23 forks source link

allow custom blacklist file #36

Closed avantikalal closed 3 months ago

avantikalal commented 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.