mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
change the model for representing paired reads and extend its usage to other commands
This commit is contained in:
@ -40,5 +40,10 @@ func (input IBioSequence) CopyTee() (IBioSequence, IBioSequence) {
|
||||
}
|
||||
}()
|
||||
|
||||
if input.IsPaired() {
|
||||
first.MarkAsPaired()
|
||||
second.MarkAsPaired()
|
||||
}
|
||||
|
||||
return first, second
|
||||
}
|
||||
|
Reference in New Issue
Block a user