Skip to content

Releases: TobyBaril/EarlGrey

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!

Earl Grey v4.0.5

23 Jan 16:10
975d2cb
Compare
Choose a tag to compare

Patch creation of dictionary.

Earl Grey v4.0.4

23 Jan 08:09
94b1680
Compare
Choose a tag to compare

Small patch in intitial genome preparation. No change in analysis outputs from previous version.

Earl Grey v4.0.3

11 Dec 08:41
ce6fbf9
Compare
Choose a tag to compare

Small bug fixes and patches

  • Softmasking
  • Thread count in initial RepeatMasker (optional)
  • README permalinks to DFAM3.7 whilst we await a RepeatMasker Conda release for 3.8

Earl Grey v4.0.2

30 Nov 10:10
759cfed
Compare
Choose a tag to compare

Bug fixes and patches related to softmasking and final filtering of TE annotation files.

Earl Grey v4.0.1

29 Nov 08:55
2a41691
Compare
Choose a tag to compare

Small bug fixes and improvements.

  • Patched issue with soft mask flag not being parsed properly
  • As the conda environment is now the recommended install, and by default uses the rmblast search engine, the number of threads given to Earl Grey by -t is now divided by 4 for all RepeatMasker steps, as RepeatMasker with rmblast uses number of threads multiplied by 4, as each process uses 4 threads.

Earl Grey v4.0

22 Nov 15:32
6088c84
Compare
Choose a tag to compare

New features incoming!

Thank you for using Earl Grey and for giving me suggestions on how I can make this tool better for your research purposes. It means a lot that you are choosing to use my tool, which has been my baby for a long time now! I have implemented some popular requests, and you can find information on these below.

  • Added the option to generate a soft-masked version of the input genome after annotation defragmentation with -d yes.
  • Removed the default behaviour of removing TEs <100bp in length. This is now an option implemented with -m yes.

Keep your eyes open for the new preprint that should hopefully appear soon!

Earl Grey v3.2.2

15 Nov 12:25
41f2ab8
Compare
Choose a tag to compare

Added checks for users trying to run Earl Grey in biocontainers. Biocontainers do not come with a configured version of Dfam for RepeatMasker. Added a sanity check for Dfam configuration. If this is not configured, Dfam will be downloaded and configured so that the biocontainer will function correctly.

Earl Grey v3.2.1

13 Nov 09:55
Compare
Choose a tag to compare

Small bug fixes for using famdb.py in the conda environment, which is activated if the user requires masking of the input genome with existing repeats in Dfam and/or RepBase. Recommended to pull this update if you wish to use Earl Grey with the -r flag for intial mask.

Earl Grey v3.2

31 Oct 14:41
cf67f3d
Compare
Choose a tag to compare
  • Earl Grey is now in bioconda!
  • This update has some small fixes for optional stages:
  • clustering had an issue with finding the correct file, this has been fixed
  • a new way to determine the latest output of TEstrainer has been implemented so that the latest file is always found in the event of a failure, without the user having to manage files.
  • fixes in TEstrainer_for_earlGrey.sh, where there were relative file paths rather than full paths
  • README has been updated with changes enabling compatibility with Mac in addition to linux systems