Skip to content

v1.1.4

Latest
Compare
Choose a tag to compare
@LarsGab LarsGab released this 08 Feb 06:15
· 5 commits to main since this release
  • Added a filter for genes that are partially or fully predicted in the padding region.
  • Introduced an option to specify the minimum length of input sequences used for predictions. This significantly reduces runtime for input files containing many short sequences that do not require gene structure prediction.

Bugfixes:

  • Hmm parallel_factor can be at most seq_len/2.
  • Fixed write_tf_records for very short sequences.
  • Fixed automatic loading of training weights when running Tiberius without softmasking.