mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Changes to be committed:
modified: .gitignore modified: cmd/test/main.go modified: pkg/obioptions/version.go
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -128,3 +128,6 @@ ncbitaxo/names.dmp
|
|||||||
ncbitaxo/nodes.dmp
|
ncbitaxo/nodes.dmp
|
||||||
ncbitaxo/readme.txt
|
ncbitaxo/readme.txt
|
||||||
template.16S
|
template.16S
|
||||||
|
xxx.gz
|
||||||
|
*.sav
|
||||||
|
*.old
|
||||||
|
@ -24,6 +24,7 @@ func main() {
|
|||||||
},
|
},
|
||||||
7,
|
7,
|
||||||
true,
|
true,
|
||||||
|
10,
|
||||||
)
|
)
|
||||||
|
|
||||||
kmers := kmermap.NormalizedKmerSlice(seq, nil)
|
kmers := kmermap.NormalizedKmerSlice(seq, nil)
|
||||||
|
@ -8,7 +8,7 @@ import (
|
|||||||
// corresponds to the last commit, and not the one when the file will be
|
// corresponds to the last commit, and not the one when the file will be
|
||||||
// commited
|
// commited
|
||||||
|
|
||||||
var _Commit = "4fe0db6"
|
var _Commit = "becb995"
|
||||||
var _Version = "Release 4.2.0"
|
var _Version = "Release 4.2.0"
|
||||||
|
|
||||||
// Version returns the version of the obitools package.
|
// Version returns the version of the obitools package.
|
||||||
|
Reference in New Issue
Block a user