Skip to content

Releases: AstrobioMike/genelab-utils

v1.3.37

12 Dec 05:36
73839bc
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v1.3.35

12 Mar 22:27
01d1ef3
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v1.3.30

02 Jan 21:33
8ec5333
Compare
Choose a tag to compare

includes updates integrated by @asaravia-butler

  • updates to GL-est-rRNA-percentages

    • added L. boulardi
    • added options for designating specific nodes for processing, excluding nodes, and specifying queue when using slurm
  • updates to GL-validate-raw-data

    • added options for designating specific nodes for processing, excluding nodes, specifying queue, and allocating memory when using slurm
    • added --HRremoved-suffix as an acceptable GeneLab suffix for raw fastq files
    • added additional acceptable R1 and R2 suffixes for original fastq files
    • added additional acceptable R3 suffixes for ATACseq datasets
    • increased memory usage for JAVA

v1.3.22

11 Jun 02:30
Compare
Choose a tag to compare
  • updates to GL-validate-raw-data
    • added additional read-designations to be searched, e.g., '-R1.' and '-R1-'
    • added fastq_utils program, 'fastq_info', to check fastq format

v1.3.21

06 Jun 19:19
Compare
Choose a tag to compare
  • fixing GL-est-rRNA-percentages to use both forward and reverse reads
  • added option to GL-est-rRNA-percentages to utilize only the specified read (R1 or R2) of paired data
    • for cases like spatial transcriptomics datasets where R1 may not be biologically relevant