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
230 stars 23 forks source link

Support indels #65

Open avantikalal opened 1 month ago

avantikalal commented 1 month ago

VariantDataset should support indels by loading extra padding sequence and trimming the ends to the specified seq_len (#45 )