Open mathob opened 1 day ago
Also wondering about whether it should be "docker://nfcore/" rather than "docker://nf-core/"?
ahh, I pasted in the wrong command, sorry, it was
nextflow run nf-core/rnaseq \ --input results/samplesheet/samplesheet.csv \ --trimmer fastp --extra_fastp_args '--reads_to_process 10000' \ --outdir rnaseq_results_10kreads \ --gtf gencode.v47.annotation.gtf.gz \ --gencode true \ --fasta GRCh38.p14.genome.fa.gz \ --additional_fasta ERCC92.fa \ --star_index false \ --save_reference true \ --gene_bed false \ --aligner star_rsem \ -profile pawsey_setonix,singularity
The output including error messages is correct though
In another system I successfully ran a previous version of the pipeline with the same inputs
nf-core/rnaseq: v3.16.0-g33df0c0
Nextflow: 24.04.1
This run retreived an alternative image (community-cr-prod.seqera.io-docker-registry-v2-blobs-sha256-63-6397750e9730a3fbcc5b4c43f14bd141c64c723fd7dad80e47921a68a7c3cd2 1-data.img) - this alternative was removed from modules/nf-core/bedtools/genomecov/main.nf in https://github.com/nf-core/rnaseq/commit/14e76774942a3fe4c9837541af5edb8457cc640c#diff-2c1c983c31b62b0f399bb6f80772337aa71b9c4951692835c050e6b4f90e9c30L8
After more reading I see that since the config does this:
singularity.registry = 'quay.io'
then the URI used in the singularity pull command should be changed to "docker://quay.io/nf-core/bedtools_coreutils:a623c13f66d5262b" - but isn't
Description of the bug
From terminal output (see below) I see that nextflow tries unsuccessfully to run this:
singularity pull --name nf-core-bedtools_coreutils-a623c13f66d5262b.img.pulling.1732158845794 docker://nf-core/bedtools_coreutils:a623c13f66d5262b > /dev/null
When I try repeating this command without redirection I get this:
Command used and terminal output
Relevant files
No response
System information