Skip to content

Releases: CCBR/RENEE

RENEE v2.7.6

08 Jun 19:32

Choose a tag to compare

RENEE 2.7.6

Bug Fixes

  • Python 3.12 Compatibility: Fixed ModuleNotFoundError: No module named 'rpds.rpds' when running on Python 3.12 (#282)
    • Upgraded ccbr_tools to v0.5.3 which includes a lazy-import fix for cffconvert to prevent loading the rpds C extension until the citation feature is actually needed
    • This allows RENEE to run on Python 3.12 without import errors

Related Issues & PRs


For installation and usage instructions, visit: https://ccbr.github.io/RENEE/

RENEE 2.7.5

06 Apr 19:16

Choose a tag to compare

  • Added more memory to rule validator. (#263, @samarth8392)
  • New --time option for renee run and renee build to override the default SLURM walltime. (#269, @kelly-sovacool)
    • Also fix bug where --partition was not being propagated to the sbatch call.
  • Documentation improvements: fix the jobby output filename and formatting problems. (#274, @kelly-sovacool)

RENEE 2.7.4

03 Feb 22:06

Choose a tag to compare

  • New --partition option for renee run and renee build to specify the SLURM partition. (#252, @kelly-sovacool)
    • This feature is necessary for users who do not have access to the norm partition on biowulf, such as students.
  • Fix bug in phred_encoding.py that incorrectly detected Phred+33 files as Phred+64, causing BBMerge to fail. (#257, @kelly-sovacool)

RENEE 2.7.3

22 Dec 18:24

Choose a tag to compare

  • Bug fixes: (#246, @kelly-sovacool)
    • Increase memory for fastq screen.
    • Do not proceed to trimming if fastq validator fails.
    • Fix typo in docs.

RENEE 2.7.2

10 Oct 18:04

Choose a tag to compare

RENEE 2.7.1

10 Jul 19:59

Choose a tag to compare

  • Improvements for fastq validator: (#224, @kelly-sovacool)
    • Increase default memory.
    • Capture stdout in a log file so the output is not deleted on failure.
  • Fix broken symlinks for genome reference files on biowulf. (#226, @kelly-sovacool)

RENEE 2.6.8

10 Jul 19:49

Choose a tag to compare

RENEE 2.7.0

20 May 13:25

Choose a tag to compare

RENEE 2.6.7

05 May 14:56

Choose a tag to compare

RENEE 2.6.6

25 Apr 13:18

Choose a tag to compare