Skip to content

JAFFA error using docker in nf-core/nanoseq version 3.0.0 and 3.1.0 #240

@criphg

Description

@criphg

Description of the bug

curl not found in docker image and also not recognize jaffa ref directory when --jaffal_ref_dir was used with hg18 files.

Command used and terminal output

Command line:
nextflow run nf-core/nanoseq -r 3.1.0 \
    --input samplesheet.csv \
    --protocol cDNA \
    --skip_demultiplexing \
    -profile docker \
    --max_cpus 30 \
    --max_memory "120 GB" \
    --outdir Results_nfcore


Terminal output:
Execution cancelled -- Finishing pending tasks before exit
-[nf-core/nanoseq] Pipeline completed with errors-
WARN: The `echo` directive has been deprecated - use to `debug` instead
ERROR ~ Error executing process > 'NFCORE_NANOSEQ:NANOSEQ:RNA_FUSIONS_JAFFAL:GET_JAFFAL_REF'

Caused by:
  Process `NFCORE_NANOSEQ:NANOSEQ:RNA_FUSIONS_JAFFAL:GET_JAFFAL_REF` terminated with an error exit status (127)

Command executed:

  curl \
  -L https://ndownloader.figshare.com/files/28168755 \
  -o for_jaffal.tar.gz
  
  cat <<-END_VERSIONS > versions.yml
  "NFCORE_NANOSEQ:NANOSEQ:RNA_FUSIONS_JAFFAL:GET_JAFFAL_REF":
      curl: $(curl --version | grep "curl" | sed "s/curl //; s/ .*$//")
  END_VERSIONS

Command exit status:
  127

Command output:
  (empty)

Command error:
  20.04: Pulling from library/ubuntu
  Digest: sha256:db8bf6f4fb351aa7a26e27ba2686cf35a6a409f65603e59d4c203e58387dc6b3
  Status: Image is up to date for ubuntu:20.04
  .command.sh: line 3: curl: command not found

Work dir:
  /media/yanlab/HD2/Rubens/LongReads_pipeline/nf-core_run/work/39/6b06aca63a30e9a116a5e79ee7b160

Tip: you can replicate the issue by changing to the process work dir and entering the command `bash .command.run`

 -- Check '.nextflow.log' file for details

Relevant files

nextflow.log

System information

nextflow version 23.04.1.5866
Hardware Desktop
Executor Local
Container Docker
OS Ubuntu 22.04
Version nf-core/nanoseq 3.1.0 and 3.0.0 tested

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