mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
adds a directory option to obidistribute
This commit is contained in:
@ -78,7 +78,7 @@ func ReadSequencesFromFile(filename string,
|
||||
}
|
||||
|
||||
filetype := GuessSeqFileType(string(tag))
|
||||
log.Debug("File guessed format : %s (tag: %s)",
|
||||
log.Debugf("File guessed format : %s (tag: %s)",
|
||||
filetype, (strings.Split(string(tag), "\n"))[0])
|
||||
reader = breader
|
||||
|
||||
|
Reference in New Issue
Block a user