Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.13 KB

RELEASE_NOTES.md

File metadata and controls

38 lines (32 loc) · 1.13 KB

Version 1.1.1

Changes

  • adjust fasta IDs to be under length threshold and return ID map
  • change STOP residue from '_' to '*'
  • support genetic codes 1, 2, 3, 4, 5, 6, and 11
  • support feature-specific genetic code (not yet available)
  • add flag to not write protein translations with internal STOP codon (def: write it)
  • don't write protein translation if dna_sequence length not a multiple of 3
  • improved param retrieval code style
  • more explicit vals in unit tests

Version 1.1.0

Changes

  • added SpeciesTreeToFASTA() method

Version 1.0.1

Changes

  • include 'non_coding_features' for nucleotide/non-CDS queries from Genomes >= 9.0
  • added more tests for nucleotide mode

Version 1.0.0

Changes

  • handle gene annotation functions from Genomes >= 9.0 (Features >= 3.0)
  • support FeatureSets with AnnotatedMetagenomeAssembly features
  • added Github Actions testing
  • made all test data uploaded

Version 0.0.9

Changes

  • Added genome_ref_to_obj_name return value

Version 0.0.8

Changes

  • Added AnnotatedMetagenomeAssemblyToFASTA() method

Version 0.0.7

Changes

  • patched CheckJob() "Bad Status Line" error