Skip to content

Releases: shenwei356/taxonkit

TaxonKit v0.4.0

04 Jul 16:11
2f2455b
Compare
Choose a tag to compare

Changelog

  • TaxonKit v0.4.0 Github Releases (by Release)
    • new command: taxonkit taxid-changelog: for creating taxid changelog from dump archive

TaxonKit v0.3.0

13 Oct 04:27
Compare
Choose a tag to compare

Changelog

TaxonKit v0.2.5

12 Oct 04:28
Compare
Choose a tag to compare

Changelog

  • TaxonKit v0.2.5
    Github Releases (by Release)
    • add global flag: --line-buffered to disable output buffer. #11
    • replace global flags --names-file and --nodes-file with --data-dir, also support environment variable TAXONKIT_DB. #17
    • taxonkit reformat: detects lineages containing unofficial taxon name and won't show panic message.
    • taxonkit name2taxid: supports synonyms names. #9
    • taxokit lineage: add flag -r/--show-rank to print rank at another new column.

TaxonKit v0.2.5-dev4

05 Oct 14:43
Compare
Choose a tag to compare
TaxonKit v0.2.5-dev4 Pre-release
Pre-release

Changelog

  • taxonkit: replace global flags --names-file and --nodes-file with --data-dir, also support environment variable TAXONKIT_DB. #17
  • taxonkit: add global flag: --line-buffered to disable output buffer. #11
  • taxonkit reformat: detects lineages containing unofficial taxon name and won't show panic message.
  • taxonkit name2taxid: supports synonyms names. #9

TaxonKit v0.2.5-dev3

26 Jul 17:53
Compare
Choose a tag to compare
TaxonKit v0.2.5-dev3 Pre-release
Pre-release

Changelog

  • taxonkit reformat: add detection of panic caused by version change of taxonomy data files and taxon names containing semicolon.
  • taxonkit name2taxid: supports synonyms names. #9
  • add global flag: --line-buffered to disable output buffer. #11

TaxonKit v0.2.5.-dev

09 Jul 14:59
Compare
Choose a tag to compare
TaxonKit v0.2.5.-dev Pre-release
Pre-release

Changelog

  • taxonkit name2taxid: support synonyms names. #9
  • add global flag: --line-buffered to disable output buffer. #11

TaxonKit v0.2.4

30 Jan 10:47
Compare
Choose a tag to compare

Changelog

  • taxonkit reformat:
    • more accurate result when using flag -F/--fill-miss-rank to estimate and fill missing rank with original lineage information
    • supporting escape strings like \t, \n, #5
    • outputting corresponding taxids for reformated lineage. #8
  • taxonkit lineage:
    • fix bug for taxid 1 #7
    • add flag -d/--delimiter.

Taxonkit

20 Jul 15:42
Compare
Choose a tag to compare

Changelog

  • fix bug brought in v0.2.1

TaxonKit v0.2.2

20 Jul 05:03
Compare
Choose a tag to compare

Changelog

  • make verbose information optional #4

TaxonKit v0.2.1

19 Jul 01:02
Compare
Choose a tag to compare

Changelog

  • taxonkit list: fix bug of no output for leaf nodes of the taxonomic tree. #4
  • add new command genautocomplete to generate shell autocompletion script!