mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Work on iterators and recycling of biosequences
This commit is contained in:
@ -59,4 +59,9 @@ func main() {
|
||||
sA.ReverseComplement(true)
|
||||
fmt.Println(string(sA.Sequence()))
|
||||
fmt.Println(string(sA.Id()))
|
||||
|
||||
sA.Reset()
|
||||
fmt.Println(sA.Length())
|
||||
fmt.Println(sA.String())
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user