MathOnco / NeoPredPipe

Neoantigens prediction pipeline for multi- or single-region vcf files using ANNOVAR and netMHCpan.
GNU Lesser General Public License v3.0
100 stars 28 forks source link

Bug fix for NeoClass.py: #40

Closed tucano closed 10 months ago

tucano commented 10 months ago

In python 3.11.5 filter is an iterator and you should cast to list

Using a try except with TypeError (check for features, not version)