Releases: AstrobioMike/genelab-utils
Releases · AstrobioMike/genelab-utils
v1.3.37
v1.3.36
v1.3.35
v1.3.34
- updates
GL-get-genome-summary-wf
to pull from a versioned release page, similar toGL-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
- 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
- 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
- added a
v1.3.31
- 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)
- added
v1.3.30
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
- 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
- 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