-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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 detailsRelevant files
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working