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

can't find bbsplit.sh #1045

Closed
LinsenHou opened this issue Jun 9, 2023 · 2 comments
Closed

can't find bbsplit.sh #1045

LinsenHou opened this issue Jun 9, 2023 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@LinsenHou
Copy link

Description of the bug

I met the error ".command.sh: line 3: bbsplit.sh: command not found" when try to run the pipline using test profile
and I checked the workdir:
image

Command used and terminal output

nextflow run nf-core/rnaseq --outdir output --genome GRCh37 -profile test

Relevant files

No response

System information

No response

@LinsenHou LinsenHou added the bug Something isn't working label Jun 9, 2023
@drpatelh drpatelh added this to the 3.12.1 milestone Oct 15, 2023
@drpatelh
Copy link
Member

Hi @LinsenHou ! It looks like you haven't provided a containerisation profile to run with the pipeline e..g Docker or Singularity. You also don't need to provide a genome when running -profile test as this has already been created.

If you are using Docker, the correct way to run the test profile of the pipeline would be:

nextflow run nf-core/rnaseq --outdir output -profile test,docker

If you are using Singularity, the correct way to run the test profile of the pipeline would be:

nextflow run nf-core/rnaseq --outdir output -profile test,singularity

Will close this issue then. Please feel free to join the nf-core Slack Workspace for any future questions/issues. We have an #rnaseq channel where you can get more real-time help.

@LinsenHou
Copy link
Author

Got it, thanks @drpatelh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants