First version of obimatrix

Former-commit-id: 6e09eb0dd75bc688a6c83ef40dd88658fb1b296e
This commit is contained in:
2023-11-12 20:40:56 +01:00
parent 677775bf04
commit 8620ea1637
8 changed files with 350 additions and 12 deletions

View File

@ -197,7 +197,6 @@ func WriteCSV(iterator obiiter.IBioSequence,
log.Debugln("End of the CSV file writing")
obiiter.UnregisterPipe()
waitWriter.Done()
}()
if opt.pointer.csv_auto {
@ -205,11 +204,7 @@ func WriteCSV(iterator obiiter.IBioSequence,
batch := iterator.Get()
auto_slot = batch.Slice().AttributeKeys(true)
CSVKeys(auto_slot.Members())(opt)
chunkchan <- FileChunck{
FormatCVSBatch(batch, opt),
batch.Order(),
}
newIter.Push(batch)
iterator.PushBack()
}
}