BulkSeq Studio 0.12.3
BulkSeq Studio 0.12.3
Superseded by 0.13.0. This release inherits the 0.12.2 rule-guard bug (unescaped braces parsed by Snakemake as a format field), which aborts the Salmon and HISAT2 routes with a
NameErroreven when the environment is correct. Use 0.13.0 or newer for those aligners. The STAR route and the fixes below are unaffected.
Patch release. Two dependency-coverage gaps found by auditing the rest of the pipeline for the same class as the 0.12.2 aligner-tool fix.
Fixed
- DESeq2 log-fold-change shrinkage could fail with a missing-package error.
run_deseq2.Rfalls back tolfcShrink(type="ashr")for contrasts apeglm cannot shrink, andashris also selectable viadeseq2.shrinkage_method, but theashrR package was in no environment profile. A config that requested ashr (or a default apeglm run that hit the contrast fallback) aborted after the model fit.r-ashris now in the full environment and the pinned lock, anddeseq2.shrinkage_methodis restricted toapeglm,ashr, ornormalso an unsupported value is rejected when the config loads rather than mid-run. Default (apeglm) runs are unchanged. - GO enrichment for yeast, Arabidopsis, C. elegans, and zebrafish fell back to g:Profiler. The enrichment step maps these organisms to the Bioconductor OrgDbs
org.Sc.sgd.db,org.At.tair.db,org.Ce.eg.db, andorg.Dr.eg.db, but those packages were not installed, so the native clusterProfiler GO route (GO over-representation, GO GSEA, and disease ontology) was skipped and the run quietly used the g:Profiler over-representation fallback instead. The four OrgDbs are now in the full environment and the lock, restoring the full GO route for these organisms.
Upgrading
If you already have a bulkseq environment, open Check Environment → Install full R/DESeq2 stack (or re-run it) so it gains r-ashr and the four OrgDbs. On Linux, update the environment from workflow/envs/bulkseq_full.yaml.
Downloads
Windows:
BulkSeqStudio-Setup-0.12.3.exe— installerBulkSeqStudio-Portable-0.12.3.zip— unzip and runBulkSeqStudio.exe, no install
Linux (x86-64, glibc 2.39+):
BulkSeqStudio-0.12.3-x86_64.AppImage— mark executable and runBulkSeqStudio-linux-0.12.3.tar.gz— extract and runBulkSeqStudio