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
Breaking changes
- A more stable ORF type that asserts for incorrect ORFs.
- Extended
Base.getindexmethod to better handle ORF enabling:seq[orf]regardless of the ORF strand. - The
write_*API is much more stable and its been rewriten to handleIOStreamsandIOBuffersas well. - The new
record_orfs_fnaandrecord_orfs_faamethods intearact with the FASTX interface. - Codebase has been reduced. Direct String manipulation is not enabled for
findorfsandget_*methods. - Docstrings have been updated following method updates.
- Better tests and now
Aqua.jlis used for several tests as well.
Merged pull requests:
- Refactor ORF main type, update entire writting API and other general changes (#23) (@camilogarciabotero)
Notes
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
- Is supplement to
- Software: https://github.com/camilogarciabotero/GeneFinder.jl/tree/v0.2.0 (URL)