Changes to be committed:

modified:   .gitignore
	modified:   cmd/test/main.go
	modified:   pkg/obioptions/version.go
This commit is contained in:
Eric Coissac
2025-01-09 07:24:41 +01:00
parent becb995e3d
commit d066bb6878
3 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -128,3 +128,6 @@ ncbitaxo/names.dmp
ncbitaxo/nodes.dmp
ncbitaxo/readme.txt
template.16S
xxx.gz
*.sav
*.old

View File

@ -24,6 +24,7 @@ func main() {
},
7,
true,
10,
)
kmers := kmermap.NormalizedKmerSlice(seq, nil)

View File

@ -8,7 +8,7 @@ import (
// corresponds to the last commit, and not the one when the file will be
// commited
var _Commit = "4fe0db6"
var _Commit = "becb995"
var _Version = "Release 4.2.0"
// Version returns the version of the obitools package.