Recent Releases of GeneFinder
GeneFinder - v0.7.0
GeneFinder v0.7.0
Breaking changes
- This add the refactor ORFI and a new way to predict Ribosome Binding Sites (RBSs) similar to Prodigal and score an ORF based on that
Merged pull requests: - Ribosome Binding Sites motifs (#37) (@camilogarciabotero)
- Julia
Published by github-actions[bot] about 1 year ago
GeneFinder - v0.6.1
GeneFinder v0.6.1
Merged pull requests: - Rename ORF to ORFI (#36) (@camilogarciabotero)
- Julia
Published by github-actions[bot] over 1 year ago
GeneFinder - v0.5.0
GeneFinder v0.5.0
Merged pull requests:
- Moving ORF as an AbstractGenomicInterval{T} (#34) (@camilogarciabotero)
- Refactor docs and improve chapter readability (#35) (@camilogarciabotero)
Closed issues:
- Using score to filter what getorfs delivers (#33)
- Julia
Published by github-actions[bot] almost 2 years ago
GeneFinder - v0.4.0
GeneFinder v0.4.0
Merged pull requests: - Bump julia-actions/setup-julia from 1 to 2 (#29) (@dependabot[bot]) - Improve interface for further methods (#32) (@camilogarciabotero)
Closed issues:
- The iscoding should be more generic. (#30)
- Julia
Published by github-actions[bot] about 2 years ago
GeneFinder - v0.3.0
GeneFinder v0.3.0
Merged pull requests: - Scoring field in the ORF structs (#26) (@camilogarciabotero) - Decoupling findorfs method (#27) (@camilogarciabotero) - Add a new ORF finder method algorithm using BioMarkovChains.jl (#28) (@camilogarciabotero)
- Julia
Published by github-actions[bot] about 2 years ago
GeneFinder - v0.2.0
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)
- Julia
Published by github-actions[bot] over 2 years ago
GeneFinder - v0.1.0
GeneFinder v0.1.0
Merged pull requests: - Bump actions/checkout from 3 to 4 (#22) (@dependabot[bot])
- Julia
Published by github-actions[bot] over 2 years ago
GeneFinder - v0.0.23
GeneFinder v0.0.23
Merged pull requests: - General clean up (#21) (@camilogarciabotero)
- Julia
Published by github-actions[bot] over 2 years ago
GeneFinder - v0.0.21
GeneFinder v0.0.21
Merged pull requests: - Adding frame information to ORFs (#20) (@camilogarciabotero)
- Julia
Published by github-actions[bot] almost 3 years ago
GeneFinder - v0.0.20
GeneFinder v0.0.20
Merged pull requests: - Bump actions/checkout from 2 to 3 (#18) (@dependabot[bot]) - Bump codecov/codecov-action from 2 to 3 (#19) (@dependabot[bot])
- Julia
Published by github-actions[bot] almost 3 years ago
GeneFinder - v0.0.17
GeneFinder v0.0.17
Merged pull requests: - Towards the use of HMMs for gene finding (#17) (@camilogarciabotero)
- Julia
Published by github-actions[bot] almost 3 years ago
GeneFinder - v0.0.14
GeneFinder v0.0.14
Closed issues: - Check out orfipy for similar code in python/c (#12)
Merged pull requests: - sorting orfs (#16) (@camilogarciabotero)
- Julia
Published by github-actions[bot] almost 3 years ago
GeneFinder - v0.0.13
GeneFinder v0.0.13
Merged pull requests: - Add a GeneFeature struct and write_gff function (#15) (@camilogarciabotero)
- Julia
Published by github-actions[bot] about 3 years ago
GeneFinder - v0.0.7
GeneFinder v0.0.7
- Clean up comments.
- New
write_bedfunction. - Document methods.
- Add Zenodo badge.
- Julia
Published by github-actions[bot] over 3 years ago
GeneFinder - v0.0.4
UNRELEASED
[0.0.4]
- Now registered:
add GeneFinderto install from the REPL - Better docs
Full Changelog: https://github.com/camilogarciabotero/GeneFinder.jl/compare/v0.0.3...v0.0.4
- Julia
Published by github-actions[bot] over 3 years ago
GeneFinder - v0.0.3
UNRELEASED
[0.0.3]
- Clean
simplefinder - Add references
- Clean README
- Clean initial structs
- Make it public
- Julia
Published by camilogarciabotero over 3 years ago
GeneFinder - v0.0.2
UNRELEASED
[0.0.2]
- Add
findcdsandfindproteinsfunction for the first algorithm - Add docs for
simplefinderfunctions and structs - Add test using
TestItemspackage
- Julia
Published by camilogarciabotero over 3 years ago
GeneFinder - https://github.com/camilogarciabotero/GeneFinder.jl/releases/tag/v0.0.1
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
UNRELEASED
[0.0.1]
- Add some basic
structslikeORF - Add first ORF finder function
simplefinder - Add package overview
- Julia
Published by camilogarciabotero over 3 years ago