Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trim_galore not found #1192

Closed
andrebolerbarros opened this issue Jan 15, 2024 · 2 comments
Closed

Trim_galore not found #1192

andrebolerbarros opened this issue Jan 15, 2024 · 2 comments
Labels
question Further information is requested
Milestone

Comments

@andrebolerbarros
Copy link

andrebolerbarros commented Jan 15, 2024

nextflow.log

Description of the bug

Hey everyone,

I have just installed locally in my pc (Windows 11) nextflow and was trying to run the test for the rnaseq pipeline, using the test command. However, I got an error message, saying trim_galore cannot be found:

Cheers!

Command used and terminal output

nextflow run nf-core/rnaseq -profile test --outdir out_test/

ERROR ~ Error executing process > 'NFCORE_RNASEQ:RNASEQ:FASTQ_FASTQC_UMITOOLS_TRIMGALORE:TRIMGALORE (RAP1_UNINDUCED_REP1)'

Caused by:
  Process `NFCORE_RNASEQ:RNASEQ:FASTQ_FASTQC_UMITOOLS_TRIMGALORE:TRIMGALORE (RAP1_UNINDUCED_REP1)` terminated with an error exit status (127)

Command executed:

  [ ! -f  RAP1_UNINDUCED_REP1.fastq.gz ] && ln -s SRR6357073_1.fastq.gz RAP1_UNINDUCED_REP1.fastq.gz
  trim_galore \
      --fastqc_args '-t 2' \
      --cores 1 \
      --gzip \
      RAP1_UNINDUCED_REP1.fastq.gz

  cat <<-END_VERSIONS > versions.yml
  "NFCORE_RNASEQ:RNASEQ:FASTQ_FASTQC_UMITOOLS_TRIMGALORE:TRIMGALORE":
      trimgalore: $(echo $(trim_galore --version 2>&1) | sed 's/^.*version //; s/Last.*$//')
      cutadapt: $(cutadapt --version)
  END_VERSIONS

Command exit status:
  127

Command output:
  (empty)

Command error:
  .command.sh: line 4: trim_galore: command no
[nextflow.log](https://github.com/nf-core/rnaseq/files/13936673/nextflow.log)
t found

Work dir:
  /home/asbarros/work/1c/eb86e409f0c99003e235a805324de0

Tip: you can try to figure out what's wrong by changing to the process work dir and showing the script file named `.command.sh`

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

Relevant files

nextflow.log file

System information

Windows 11

@andrebolerbarros andrebolerbarros added the bug Something isn't working label Jan 15, 2024
@MatthiasZepper
Copy link
Member

This is no surprise. You need to additionally specify another profile that will take care of all the dependencies: docker, singularity or conda (not recommended, though).

@MatthiasZepper MatthiasZepper removed the bug Something isn't working label Jan 19, 2024
@drpatelh drpatelh added this to the 3.15.0 milestone May 13, 2024
@drpatelh drpatelh added the question Further information is requested label May 13, 2024
@drpatelh
Copy link
Member

Hi @andrebolerbarros ! Did @MatthiasZepper suggestions work for you? I will close this issue because it seems to be an issue getting the pipeline to run and you will be better served getting real-time help from the community for these sorts of things by joining the nf-core Slack Workspace and asking your questions in the #rnaseq channel. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants