Hi guys,
Thanks very much for making this tool available for all of us! I am trying to run bambu as a private workflow on AWS HealthOmics, but I am hitting a consistent error:
Warning: Bioconductor online version validation disabled; see ?BIOCONDUCTOR_ONLINE_VERSION_DIAGNOSIS [2026-06-18 01:59:02] ERROR in bambu(): error in evaluating the argument 'table' in selecting a method for function '%in%': Bioconductor version map cannot be validated; is it misconfigured?
I have disabled BIOCONDUCTOR_ONLINE_VERSION_DIAGNOSIS and even tried patching in the bioconductor config.yaml in both my R script and my nextflow.config file. From what I can tell, nextflow is passing the reference files and bam files as expected, but because I have >10 samples, a number of child R processes are spinning up and they drop both the online diagnosis and config.yaml. Then the child processes attempt online validation, can't connect to the internet, and fail.
Is there any way around this?
Cheers
Hi guys,
Thanks very much for making this tool available for all of us! I am trying to run bambu as a private workflow on AWS HealthOmics, but I am hitting a consistent error:
Warning: Bioconductor online version validation disabled; see ?BIOCONDUCTOR_ONLINE_VERSION_DIAGNOSIS [2026-06-18 01:59:02] ERROR in bambu(): error in evaluating the argument 'table' in selecting a method for function '%in%': Bioconductor version map cannot be validated; is it misconfigured?
I have disabled BIOCONDUCTOR_ONLINE_VERSION_DIAGNOSIS and even tried patching in the bioconductor config.yaml in both my R script and my nextflow.config file. From what I can tell, nextflow is passing the reference files and bam files as expected, but because I have >10 samples, a number of child R processes are spinning up and they drop both the online diagnosis and config.yaml. Then the child processes attempt online validation, can't connect to the internet, and fail.
Is there any way around this?
Cheers