Skip to content

Releases: shenwei356/seqkit

SeqKit v0.3.8

24 Nov 07:01
Compare
Choose a tag to compare

_64-bit versions are highly recommended._

Changelog

  • enhancement of seqkit common: better handling of files containing replicated sequences

SeqKit v0.3.7

23 Nov 03:14
Compare
Choose a tag to compare

_64-bit versions are highly recommended._

Changelog

  • fix bug in seqkit split --by-id when sequence ID contains invalid characters for system path. #2
  • add more flags validation for seqkit replace.
  • enhancement: raise error when key pattern matches multiple targes in cases of replacing with key-value files and more controls are added. #3
  • changes: do not wrap sequence and quality in output for FASTQ format.

SeqKit v0.3.6

03 Nov 09:40
Compare
Choose a tag to compare

_64-bit versions are highly recommended._

Changelog

  • add new feature for seqkit grep: new flag -R (--region) for specifying sequence region for searching.

SeqKit v0.3.5

30 Oct 09:26
Compare
Choose a tag to compare

_64-bit versions are highly recommended._

Changelog

  • fig bug of seqkit grep: flag -i (--ignore-case) did not work when not using regular expression

SeqKit v0.3.4.1

21 Sep 08:17
Compare
Choose a tag to compare

_64-bit versions are highly recommended._

Changelog

  • improve performance of reading (~10%) and writing (100%) gzip-compressed file
    by using github.com/klauspost/pgzip package
  • add citation

seqkit v0.3.4

17 Sep 03:17
Compare
Choose a tag to compare

_64-bit versions are highly recommended._

Changelog

  • bugfix: seq wrongly handles only the first one sequence file when multiple files given
  • new feature: fxtab can output alphabet letters of a sequence by flag -a (--alphabet)
  • new feature: new flag -K (--keep-key) for replace, when replacing
    with key-value file, one can choose keeping the key as value or not.

seqkit v0.3.3

18 Aug 14:49
Compare
Choose a tag to compare

_64-bit versions are highly recommended._

Changelog

  • fix bug of seqkit replace, wrongly starting from 2 when using {nr}
    in -r (--replacement)
  • new feature: seqkit replace supports replacement symbols {nr} (record number)
    and {kv} (corresponding value of the key

seqkit v0.3.2

13 Aug 07:20
Compare
Choose a tag to compare

_64-bit versions are highly recommended._

Changelog

  • fix bug of seqkit split, error when target file is in a directory.
  • improve performance of seqkit spliding for big sequences, and output
    last part even if it's shorter than window sze,
    output of FASTQ is also supported.

seqkit v0.3.1.1

07 Aug 07:43
Compare
Choose a tag to compare

_64-bit versions are highly recommended._

Changelog

  • compile with go1.7rc5, with _higher performance and smaller size of binary file_

seqkit v0.3.1

02 Aug 09:36
Compare
Choose a tag to compare

_64-bit versions are highly recommended._

Changelog

  • improve speed of seqkit locate
  • compile with go1.6.3