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:
2
go.mod
2
go.mod
@ -17,6 +17,7 @@ require (
|
|||||||
github.com/tevino/abool/v2 v2.1.0
|
github.com/tevino/abool/v2 v2.1.0
|
||||||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
|
||||||
gonum.org/v1/gonum v0.14.0
|
gonum.org/v1/gonum v0.14.0
|
||||||
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
||||||
scientificgo.org/special v0.0.0
|
scientificgo.org/special v0.0.0
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -25,7 +26,6 @@ require (
|
|||||||
github.com/kr/pretty v0.2.1 // indirect
|
github.com/kr/pretty v0.2.1 // indirect
|
||||||
github.com/kr/text v0.1.0 // indirect
|
github.com/kr/text v0.1.0 // indirect
|
||||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
@ -115,7 +115,7 @@ func IPCRTagPESequencesBatch(iterator obiiter.IBioSequence,
|
|||||||
A.Annotations()["demultiplex_error"] = demultiplex_error.(string)
|
A.Annotations()["demultiplex_error"] = demultiplex_error.(string)
|
||||||
B.Annotations()["demultiplex_error"] = demultiplex_error.(string)
|
B.Annotations()["demultiplex_error"] = demultiplex_error.(string)
|
||||||
} else {
|
} else {
|
||||||
log.Panicln("@@ ", wid, "Error : ", err, *consensus)
|
log.Panicln("@@ ", wid, "Error : ", err, consensus.Id())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user