Patch module name from oa2 to obitools

This commit is contained in:
2022-01-13 23:43:01 +01:00
parent f53bf1b804
commit b9b9c0f179
47 changed files with 82 additions and 401 deletions

View File

@@ -1,6 +1,6 @@
package obiseq
import "git.metabarcoding.org/lecasofts/go/oa2/pkg/goutils"
import "git.metabarcoding.org/lecasofts/go/obitools/pkg/goutils"
func (sequence BioSequence) Join(seq2 BioSequence, copy_annot bool) (BioSequence, error) {