AntonelliLab / seqcap_processor

Bioinformatic pipeline for processing Sequence Capture data for Phylogenetics
MIT License
21 stars 12 forks source link

Correct previous patch for numpy.int64 values as fasta sequence names #33

Closed bmichanderson closed 2 years ago

bmichanderson commented 2 years ago

This is a small patch to correct the previous correction for reading the fasta reference ids. If the reference id is a single number, it seems like pandas reads it as an int and therefore the .split() raises an error. This should avoid that problem.

bmichanderson commented 2 years ago

sorry, again having issues with branches