mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
correction of two warnings
Former-commit-id: d2d08b5d6f7511598625536f5a708db347742c20
This commit is contained in:
@ -115,7 +115,7 @@ func IPCRTagPESequencesBatch(iterator obiiter.IBioSequence,
|
||||
A.Annotations()["demultiplex_error"] = demultiplex_error.(string)
|
||||
B.Annotations()["demultiplex_error"] = demultiplex_error.(string)
|
||||
} else {
|
||||
log.Panicln("@@ ", wid, "Error : ", err, *consensus)
|
||||
log.Panicln("@@ ", wid, "Error : ", err, consensus.Id())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user