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.
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.