Merge branch 'no_bioc_online_check_cw7194' into 'dev'

No bioc version check [CW-7194]

See merge request epi2melabs/workflows/wf-transcriptomes!243
This commit is contained in:
Sam Nicholls 2026-05-08 14:08:37 +00:00
commit 909065a298

View File

@ -166,4 +166,6 @@ trace {
env {
PYTHONNOUSERSITE = 1
JAVA_TOOL_OPTIONS = "-Xlog:disable -Xlog:all=warning:stderr"
R_BIOC_VERSION = "3.21"
BIOCONDUCTOR_ONLINE_VERSION_DIAGNOSIS = "FALSE"
}