Rostlab / SeqVec

Modelling the Language of Life - Deep Learning Protein Sequences
http://embed.protein.properties
MIT License
116 stars 13 forks source link

Handle failed sequences better #7

Closed konstin closed 4 years ago

konstin commented 4 years ago

The embedder now returns None as embedding for failed sequences instead of skipping so downstream code can handle this case.

sacdallago commented 4 years ago

@konstin : if you wanna put in energy into writing better code, please consider contributing here instead: https://github.com/sacdallago/bio_embeddings/tree/pipeline ; that's where ultimately we want the embeddings to live