Open
Description
Description of the bug
I tried out the dev branch and am encountering a wget error in process NFCORE_FETCHNGS:SRA:SRA_FASTQ_FTP
The underlying error is:
wget: unable to resolve host address 'ftp.sra.ebi.ac.uk'
Getting the error for a number of SRX experiment ids that have successfully downloaded with sra-tools in the past.
I'll try to see if I can figure out the issue, but figured I'd bring it up.
Command used and terminal output
#! /bin/bash
#SBATCH --mem=8G
#SBATCH -t 6:00:00
#SBATCH -p general
#SBATCH -o var/log/fetch-%j.out
#SBATCH -e var/log/fetch-%j.err
module load nextflow
nextflow -log var/log/.fetchngs run nf-core/fetchngs -r dev \
-profile unc_longleaf \
-params-file config/fetchngs_params.yaml
Relevant files
System information
Nextflow 23.04.02
HPC
slurm
Singularity
RHEL8
fetchngs dev