mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 08:40:26 +00:00
Connect the command line options to the algorithm of obipairing
This commit is contained in:
@@ -127,6 +127,10 @@ func (s BioSequence) Features() string {
|
||||
return string(s.sequence.feature)
|
||||
}
|
||||
|
||||
func (s BioSequence) HasAnnotation() bool {
|
||||
return len(s.sequence.annotations) > 0
|
||||
}
|
||||
|
||||
func (s BioSequence) Annotations() Annotation {
|
||||
if s.sequence.annotations == nil {
|
||||
s.sequence.annotations = GetAnnotation()
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
package obiseq
|
||||
|
||||
type BioSequenceSlice []BioSequence
|
||||
|
||||
|
||||
Reference in New Issue
Block a user