There is a newer version of the record available.

Published January 10, 2024 | Version v0.2.0
Software Open

GeneFinder.jl: an extensible Julia package hosting implementations of Gene Finding algorithms

Authors/Creators

Description

GeneFinder v0.2.0

Diff since v0.1.0

Breaking changes

  • A more stable ORF type that asserts for incorrect ORFs.
  • Extended Base.getindex method to better handle ORF enabling: seq[orf] regardless of the ORF strand.
  • The write_* API is much more stable and its been rewriten to handle IOStreams and IOBuffers as well.
  • The new record_orfs_fna and record_orfs_faa methods intearact with the FASTX interface.
  • Codebase has been reduced. Direct String manipulation is not enabled for findorfs and get_* methods.
  • Docstrings have been updated following method updates.
  • Better tests and now Aqua.jl is used for several tests as well.

Merged pull requests:

  • Refactor ORF main type, update entire writting API and other general changes (#23) (@camilogarciabotero)

Notes

If you find useful this repo, please cite it as below.

Files

camilogarciabotero/GeneFinder.jl-v0.2.0.zip

Files (138.2 kB)

Name Size Download all
md5:a9771104399bdee51617b512275a0e57
138.2 kB Preview Download

Additional details

Related works