mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Adds some docs
Former-commit-id: 7e96983ed707b2a574425799c32c32243f4876cf
This commit is contained in:
@ -15,6 +15,8 @@ import (
|
||||
"git.metabarcoding.org/lecasofts/go/obitools/pkg/obiutils"
|
||||
)
|
||||
|
||||
// The function FormatFastq takes a BioSequence object, a quality shift value, and a header formatter
|
||||
// function as input, and returns a formatted string in FASTQ format.
|
||||
func FormatFastq(seq *obiseq.BioSequence, quality_shift int, formater FormatHeader) string {
|
||||
|
||||
l := seq.Len()
|
||||
|
Reference in New Issue
Block a user