Skip to content

Releases: TobyBaril/EarlGrey

Earl Grey v4.2.4

06 May 08:50
4011b8b
Compare
Choose a tag to compare

Small patches for stability
updates to readme

v4.2.3

01 May 12:57
13d1d51
Compare
Choose a tag to compare
  • Patch fixes on new divergence plots

Full Changelog: v4.2.2...v4.2.3

Earl Grey v4.2.2

01 May 08:57
43a8dc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...v4.2.2

Earl Grey v4.2.1

30 Apr 12:42
d068b0f
Compare
Choose a tag to compare
Earl Grey v4.2.1 Pre-release
Pre-release
  • Small patch fixes and preparations for pandas 3.0

Earl Grey v4.2.0

29 Apr 15:05
695a96a
Compare
Choose a tag to compare
Earl Grey v4.2.0 Pre-release
Pre-release
  • Removed inefficient for loop in final repeat merge step
  • updated overlap algorithm to handle nested insertions
  • new divergence calculator! This now works on the final merged repeats file and calculated kimura 2-parameter distance
  • new plots! new divergence calculator now produces new plots. Same idea - TE landscape, but now with two more plots showing landscapes by TE classifications for more indepth analyses.

Earl Grey v4.1.1

26 Mar 10:24
7339d83
Compare
Choose a tag to compare
  • Patches to TEstrainer processing to resolve SSR detection

Earl Grey v4.1.0

21 Feb 09:16
4910539
Compare
Choose a tag to compare
  • Updates to the final GFF annotation file to highlight the tool used
  • Various updates to the README and documentation

Earl Grey v4.0.8

13 Feb 11:20
db09c63
Compare
Choose a tag to compare
  • Recoded the filtering of overlapping repeats using Dplyr to increase speed and efficiency. Gone are the inefficient for-loops!

Earl Grey v4.0.7

06 Feb 11:05
2075115
Compare
Choose a tag to compare
  • Small patches to increase the parameters available to users to fine-tine the BEAT process
  • It is now possible to specify the number of sequences to be used in TE consensus generation (default 20), the number of flanking bases to be added each time (deafault 1000bp), and the maximum number of BEAT iterations to run (default 10).

Earl Grey v4.0.6

31 Jan 10:21
13e3a95
Compare
Choose a tag to compare
  • Patch to add failsafes in case all known repeats are hardmasked by the initial RepeatMasker run, which previously caused TEstrainer to fail.
  • A warning is now pushed to the log in case this behaviour is not expected by the user.
  • Beware of using small subsets for testing, it is unlikely RepeatModeler2 can find repetitive DNA in tiny portions of test sets!