mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Add some doc and switch to the parallel gzip library
Former-commit-id: 2c1187001f989ba3de5895f516d4c8b54d52a4c4
This commit is contained in:
@ -2,7 +2,7 @@ package obiformats
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
"compress/gzip"
|
||||
gzip "github.com/klauspost/pgzip"
|
||||
"io"
|
||||
"os"
|
||||
"path"
|
||||
@ -52,7 +52,7 @@ func ReadSequencesFromFile(filename string,
|
||||
var err error
|
||||
|
||||
options = append(options, OptionsSource(obiutils.RemoveAllExt((path.Base(filename)))))
|
||||
|
||||
|
||||
file, err = os.Open(filename)
|
||||
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user