mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-10 09:40:27 +00:00
First functional version of a blackboard and a blackboard based obicount
This commit is contained in:
@@ -9,9 +9,11 @@ func (b BioSequenceBatch) IsPaired() bool {
|
||||
}
|
||||
|
||||
func (b BioSequenceBatch) PairedWith() BioSequenceBatch {
|
||||
return MakeBioSequenceBatch(b.order,
|
||||
*b.slice.PairedWith())
|
||||
|
||||
return MakeBioSequenceBatch(
|
||||
b.Source(),
|
||||
b.order,
|
||||
*b.slice.PairedWith(),
|
||||
)
|
||||
}
|
||||
|
||||
func (b *BioSequenceBatch) PairTo(p *BioSequenceBatch) {
|
||||
|
||||
Reference in New Issue
Block a user