mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Change the way sequence definition are managed. They are now when present stored as an attribute
Former-commit-id: 6e618377c05b42937d2eace3c9668390980ab68c
This commit is contained in:
9
pkg/obiformats/empty_file.go
Normal file
9
pkg/obiformats/empty_file.go
Normal file
@ -0,0 +1,9 @@
|
||||
package obiformats
|
||||
|
||||
import "git.metabarcoding.org/lecasofts/go/obitools/pkg/obiiter"
|
||||
|
||||
func ReadEmptyFile(options ...WithOption) (obiiter.IBioSequence, error) {
|
||||
out := obiiter.MakeIBioSequence()
|
||||
out.Close()
|
||||
return out, nil
|
||||
}
|
Reference in New Issue
Block a user