KohlbacherLab / epytope

Python-based framework for computational immunomics
http://fred-2.github.io/
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Add check for BioMart transcript sequence availability #58

Closed christopher-mohr closed 2 years ago

christopher-mohr commented 2 years ago

This adds a check whether the (coding) transcript sequence is available from BioMart to prevent an error caused by the returned String 'Sequence unavailable' that is set as transcript sequence.

Fixes #55.