correction of two warnings

Former-commit-id: d2d08b5d6f7511598625536f5a708db347742c20
This commit is contained in:
2023-11-09 22:37:55 +02:00
parent 5ea2b8afcf
commit 9ee45701b7
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -17,6 +17,7 @@ require (
github.com/tevino/abool/v2 v2.1.0
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
gonum.org/v1/gonum v0.14.0
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
scientificgo.org/special v0.0.0
)
@ -25,7 +26,6 @@ require (
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
require (

View File

@ -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())
}
}
}