mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-02-03 06:40:33 +00:00
Patch the fastq detector
This commit is contained in:
@@ -568,6 +568,8 @@ func ReadCSVNGSFilter(reader io.Reader) (*obingslibrary.NGSLibrary, error) {
|
||||
for i = 0; i < len(records) && records[i][0] == "@param"; i++ {
|
||||
}
|
||||
|
||||
log.Infof("%d parameters found", i)
|
||||
|
||||
params := records[0:i]
|
||||
records = records[i:]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user