Activity
fix v0.13.5
fix v0.13.5
fix sequence ID parsing for a rare case
fix sequence ID parsing for a rare case
fix seq.SubSeq for (-start,-end), where start > len(seq)
fix seq.SubSeq for (-start,-end), where start > len(seq)
fix dependencyJ
fix dependencyJ
increase the default value of seq.ComplementSeqLenThreshold from 1000…
increase the default value of seq.ComplementSeqLenThreshold from 1000…
util: fix computation of L50
util: fix computation of L50
seq: remove the global variable: seq.ValidateWholeSeq
seq: remove the global variable: seq.ValidateWholeSeq
seqio/fai: when using the whole FASTA header as the sequence ID, repl…
seqio/fai: when using the whole FASTA header as the sequence ID, repl…
have to recyle a reader after using
have to recyle a reader after using
remove reader.Recycle
remove reader.Recycle
update example of fastx.Reader
update example of fastx.Reader
reuse reader with object pool
reuse reader with object pool
seqio/fastx.Reader: fix a panic of nil pointer when some files has fi…
seqio/fastx.Reader: fix a panic of nil pointer when some files has fi…
seq/alphabet.IsValid: fix panic: close of closed channel
seq/alphabet.IsValid: fix panic: close of closed channel
seqio/fastx.Reader: recycle []byte buffer to save memory for reading …
seqio/fastx.Reader: recycle []byte buffer to save memory for reading …
update readme
update readme
util/LengthStats: new method to compute N50 for any number
util/LengthStats: new method to compute N50 for any number
Merge pull request #11 from elliotwutingfeng/asciiset
Merge pull request #11 from elliotwutingfeng/asciiset
Pull request merge
change gzip compression-level of seqkit
change gzip compression-level of seqkit
update dependencies
update dependencies