Skip to content

offline mode not working in 3.22.2 unless --igenomes_base is set to a dummy path #1690

@JKing2000

Description

@JKing2000

Description of the bug

We have set up rnaseq version 3.22.2 the same way as version 3.21.0 on nci-gadi but offline mode no longer works unless --igenomes_base is set to a dummy path. This seems to not be an issue in older version where the default values of --igenomes_base is ignored when set to offline mode.

Command used and terminal output

export NXF_OFFLINE="true"
cd /path/to/workingdir

nextflow -c ${WF_HOME}/config/nci_gadi.config run ${WF_HOME}/rnaseq \
-profile singularity \
--input samplesheet.csv \
--fasta reference_assembly.fasta.gz \
--gtf complete.genomic.gtf \
--outdir /path/to/outputdir


ERROR ~ Validation of pipeline parameters failed!

 -- Check '.nextflow.log' file for details
The following invalid input values have been detected:

* --igenomes_base (s3://ngi-igenomes/igenomes/): could not validate file format of 's3://ngi-igenomes/igenomes/': Unable to execute HTTP request: Network is unreachable

 -- Check script '/g/data/cy20/workflows/rnaseq/3.22.2/rnaseq/subworkflows/nf-core/utils_nfschema_plugin/main.nf' at line: 68 or see '.nextflow.log' file for more details

Relevant files

.nextflow.log

System information

Nextflow version: 25.04.6
Hardware: HPC, NCI-gadi
Executor: pbspro
Container engine: singularity
OS: Rocky Linux 8.10 (Green Obsidian)
Version of nf-core/rnaseq: 3.22.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions