Recent Releases of GeneFinder

GeneFinder - v0.7.0

GeneFinder v0.7.0

Diff since v0.6.1

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

Diff since v0.6.0

Merged pull requests: - Rename ORF to ORFI (#36) (@camilogarciabotero)

- Julia
Published by github-actions[bot] over 1 year ago

GeneFinder - v0.6.0

GeneFinder v0.6.0

Diff since v0.5.0

- Julia
Published by github-actions[bot] almost 2 years ago

GeneFinder - v0.5.0

GeneFinder v0.5.0

Diff since v0.4.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

Diff since v0.3.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

Diff since v0.2.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

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)

- Julia
Published by github-actions[bot] over 2 years ago

GeneFinder - v0.1.0

GeneFinder v0.1.0

Diff since v0.0.23

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

Diff since v0.0.22

Merged pull requests: - General clean up (#21) (@camilogarciabotero)

- Julia
Published by github-actions[bot] over 2 years ago

GeneFinder - v0.0.22

GeneFinder v0.0.22

Diff since v0.0.21

- Julia
Published by github-actions[bot] almost 3 years ago

GeneFinder - v0.0.21

GeneFinder v0.0.21

Diff since v0.0.20

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

Diff since v0.0.19

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.19

GeneFinder v0.0.19

Diff since v0.0.18

- Julia
Published by github-actions[bot] almost 3 years ago

GeneFinder - v0.0.18

GeneFinder v0.0.18

Diff since v0.0.17

- Julia
Published by github-actions[bot] almost 3 years ago

GeneFinder - v0.0.17

GeneFinder v0.0.17

Diff since v0.0.16

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.16

GeneFinder v0.0.16

Diff since v0.0.15

- Julia
Published by github-actions[bot] almost 3 years ago

GeneFinder - v0.0.15

GeneFinder v0.0.15

Diff since v0.0.14

- Julia
Published by github-actions[bot] almost 3 years ago

GeneFinder - v0.0.14

GeneFinder v0.0.14

Diff since v0.0.13

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

Diff since v0.0.12

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.12

GeneFinder v0.0.12

Diff since v0.0.11

- Julia
Published by github-actions[bot] over 3 years ago

GeneFinder - v0.0.11

GeneFinder v0.0.11

Diff since v0.0.10

- Julia
Published by github-actions[bot] over 3 years ago

GeneFinder - v0.0.10

GeneFinder v0.0.10

Diff since v0.0.9

- Julia
Published by github-actions[bot] over 3 years ago

GeneFinder - v0.0.9

GeneFinder v0.0.9

Diff since v0.0.8

- Julia
Published by github-actions[bot] over 3 years ago

GeneFinder - v0.0.8

GeneFinder v0.0.8

Diff since v0.0.7

- Julia
Published by github-actions[bot] over 3 years ago

GeneFinder - v0.0.7

GeneFinder v0.0.7

Diff since v0.0.6

  • Clean up comments.
  • New write_bed function.
  • Document methods.
  • Add Zenodo badge.

- Julia
Published by github-actions[bot] over 3 years ago

GeneFinder - v0.0.6

GeneFinder v0.0.6

Diff since v0.0.5

- Julia
Published by github-actions[bot] over 3 years ago

GeneFinder - v0.0.5

GeneFinder v0.0.5

Diff since v0.0.4

- Julia
Published by github-actions[bot] over 3 years ago

GeneFinder - v0.0.4

UNRELEASED

[0.0.4]

  • Now registered: add GeneFinder to 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 findcds and findproteins function for the first algorithm
  • Add docs for simplefinder functions and structs
  • Add test using TestItems package

- 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 structs like ORF
  • Add first ORF finder function simplefinder
  • Add package overview

- Julia
Published by camilogarciabotero over 3 years ago