Skip to content

Releases: AstrobioMike/genelab-utils

v.1.3.40

17 Apr 00:45
d8790b2

Choose a tag to compare

What's Changed

  • Update GL-est-rRNA-percentages to enable on-the-fly updates to references files without code change
    • Add logic for reading reference dictionary from file, rather than relying on hard-coded dictionary alone
    • update reference date logic use reference file modification date
    • update help text to include information about rRNA_refs environment variable

Full Changelog: v1.3.39...v1.3.40

v1.3.39

06 Aug 23:50
98c2b83

Choose a tag to compare

What's Changed

  • Updated to GL-get-workflow
    • Fix issue #12
      • Add pagination logic for GitHub releases to allow more than the default 30 results
    • Add support for nextflow workflows for Metagenomics and Amplicon

Full Changelog: v1.3.38...v1.3.39

v1.3.38

09 May 21:38
e4f72c5

Choose a tag to compare

Update GL-est-rRNA-percentages

  • Add additional organisms:
    • S. lycopersicum (tomato)
    • Salmonella
    • Saccharomyces
    • D. rerio (zebrafish)
    • Candida
    • Bacillus
    • Rhodopseudomonas palustris
  • Updated rRNA reference dates to match latest retrieval date from NCBI (May 9, 2025)

v1.3.37

12 Dec 05:36
73839bc

Choose a tag to compare

Update GL-est-rRNA-percentages with support for

  • Klebsiella
  • Burkholderia
  • Updated dates to match latest downloaded versions used at GeneLab

v1.3.36

14 Jun 22:31

Choose a tag to compare

What's Changed

Full Changelog: v1.3.35...v1.3.36

v1.3.35

12 Mar 22:27
01d1ef3

Choose a tag to compare

What's Changed

  • Update handling of expected_suffix for single-end

Full Changelog: v1.3.34...v1.3.35

v1.3.34

28 Feb 00:33

Choose a tag to compare

  • updates GL-get-genome-summary-wf to pull from a versioned release page, similar to GL-get-workflow
    • the genome summary workflow is still retained separately in its own download program because it is not an official GeneLab workflow like the others

v1.3.33

24 Feb 17:29

Choose a tag to compare

  • updates internally used GeneLab programs to account for assay-specific suffixes that were added
    • GL-gen-file-associations-table, GL-validate-processed-data, and GL-gen-processed-data-readme`
  • updates to GL-validate-raw-data to allow for more datatypes
  • updates to GL-est-rRNA-perentages
    • added "--unlock" argument to be passed to snakemake call when needed
    • added ability to specify which reads to scan, and how many read-files per sample exist

v1.3.32

24 Jan 16:11

Choose a tag to compare

  • updates to GL-get-workflow
    • added a --list-available-versions flag (previously this list could only be seen if requesting a version that didn't exist)
    • workflow name letters that are tied to the protocol (e.g., the "-F" in "NF_RCP-F") are no longer hard-coded, so all versions with tagged releases can be pulled at any time

v1.3.31

10 Jan 02:20

Choose a tag to compare

  • updating GL-est-rRNA-percentages
    • added --directRNAseq flag for when input reads are RNA sequences with Us instead of Ts
      • this makes temp read files with U's converted to T's prior to passing to hts_SeqScreener, as that won't allow U's (temp files are made instead of streaming from a pipe because I couldn't figure out how to get hts_SeqScreener to take the start from standard in even for 1 input, letalone if there were paired-ends)