Skip to content

SeqKit v0.14.0

Compare
Choose a tag to compare
@shenwei356 shenwei356 released this 30 Oct 01:17
· 292 commits to master since this release

Changes

  • SeqKit v0.14.0 Github Releases (by Release)
    • new command seqkit pair: match up paired-end reads from two fastq files, faster than fastq-pair.
    • seqkit translate: new flag -F/--append-fram for optional adding frame info to ID. #159
    • seqkit stats: reduce memory usage when using -a for calculating N50. #153
    • seqkit mutate: fix inserting sequence -i/--insertion,
      this bug occurs when insert site is big in some cases, don't worry if no error reported.
    • seqkit replace:
      • new flag -U/--keep-untouched: do not change anything when no value found for the key (only for sequence name).
      • do no support editing FASTQ sequence.
    • seqkit grep/locate: new flag --circular for supporting circular genome. #158