Closed bmichanderson closed 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.
sorry, again having issues with branches
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.