mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-13 18:50:26 +00:00
Plenty of small bugs
Former-commit-id: 42c7fab7d65906c80ab4cd32da6867ff21842ea8
This commit is contained in:
@@ -77,7 +77,7 @@ func CLIHasNGSFilterFile() bool {
|
||||
return _NGSFilterFile != ""
|
||||
}
|
||||
|
||||
func CLINGSFIlter() (obingslibrary.NGSLibrary, error) {
|
||||
func CLINGSFIlter() (*obingslibrary.NGSLibrary, error) {
|
||||
file, err := os.Open(_NGSFilterFile)
|
||||
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user