dermestid / bold-phylodiv-scripts

Scripts to calculate phylodiversity and its distribution from BOLD DNA barcode data.
1 stars 0 forks source link

Error: null header in locate_sequences_g #97

Open dermestid opened 3 years ago

dermestid commented 3 years ago

According to error logs, the header array returned from the first yield of retrieve_sequences_g is sometimes null in locate_sequences_g, which causes a fatal error when array_flip is called on it.

Not sure when or why this is happening. Possibly due to a shallow array copy instead of a deep one.