mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-09 01:00:26 +00:00
Patch rev complement and first implementation of --auto in obicsv
Former-commit-id: f3020e81283b1073c4d1c2d2ff0887e3998e6764
This commit is contained in:
@@ -27,8 +27,6 @@ func CLIWriteCSV(iterator obiiter.IBioSequence,
|
||||
|
||||
opts = append(opts, obiformats.OptionsParallelWorkers(nworkers))
|
||||
opts = append(opts, obiformats.OptionsBatchSize(obioptions.CLIBatchSize()))
|
||||
|
||||
opts = append(opts, obiformats.OptionsQualityShift(obiconvert.CLIOutputQualityShift()))
|
||||
opts = append(opts, obiformats.OptionsCompressed(obiconvert.CLICompressed()))
|
||||
|
||||
opts = append(opts, obiformats.CSVId(CLIPrintId()),
|
||||
@@ -37,6 +35,7 @@ func CLIWriteCSV(iterator obiiter.IBioSequence,
|
||||
obiformats.CSVDefinition(CLIPrintDefinition()),
|
||||
obiformats.CSVKeys(CLIToBeKeptAttributes()),
|
||||
obiformats.CSVSequence(CLIPrintSequence()),
|
||||
obiformats.CSVAutoColumn(CLIAutoColumns()),
|
||||
)
|
||||
|
||||
var err error
|
||||
|
||||
Reference in New Issue
Block a user