mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-10 01:30:27 +00:00
Add some code refactoring from the blackboard branch
This commit is contained in:
@@ -129,7 +129,7 @@ func CLIJoinSequences(iterator obiiter.IBioSequence) obiiter.IBioSequence {
|
||||
log.Fatalf("Cannot read the data file to merge with: %s %v", CLIJoinWith(), err)
|
||||
}
|
||||
|
||||
data := data_iter.Load()
|
||||
_, data := data_iter.Load()
|
||||
|
||||
keys := CLIBy()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user