RabadanLab / arcasHLA

Fast and accurate in silico inference of HLA genotypes from RNA-seq
GNU General Public License v3.0
113 stars 49 forks source link

TypeError: only integer scalar arrays can be converted to a scalar index #126

Open Weiyifan opened 6 months ago

Weiyifan commented 6 months ago

./arcasHLA reference --version 3.24.0

there is

Traceback (most recent call last): File "//arcasHLA-master/scripts/reference.py", line 580, in build_fasta() File "//arcasHLA-master/scripts/reference.py", line 443, in build_fasta build_complete(allele) File "/***/arcasHLA-master/scripts/reference.py", line 332, in build_complete seq = seq[:exon_length - (stop - start) + 1] TypeError: only integer scalar arrays can be converted to a scalar index

mattzano commented 2 months ago

same issue here... any hint on how to solve it?