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

Targeted pipeline does not work with BWA #73

Closed
npatel-ah opened this issue Aug 15, 2023 · 2 comments
Closed

Targeted pipeline does not work with BWA #73

npatel-ah opened this issue Aug 15, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@npatel-ah
Copy link

npatel-ah commented Aug 15, 2023

Description of the bug

Hello,

I was trying to the V2.0.0 using Docker with --aligner bwa, however, I am getting error.

nextflow run nf-core/crisprseq -profile docker --overrepresented --input samplesheet.csv --analysis targeted --outdir $PWD --aligner bwa -r 2.0.0 -resume

Command used and terminal output

nextflow run nf-core/crisprseq -profile docker  --overrepresented --input samplesheet.csv --analysis targeted --outdir $PWD -aligner bwa  -r 2.0.0 -resume


ERROR ~ Error executing process > 'NFCORE_CRISPRSEQ:CRISPRSEQ_TARGETED:BWA_INDEX (7)'

Caused by:
  Not a valid path value type: org.codehaus.groovy.runtime.NullObject (null)


Tip: view the complete command output by changing to the process work dir and entering the command `cat .command.out`

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

Relevant files

No response

System information

No response

@npatel-ah npatel-ah added the bug Something isn't working label Aug 15, 2023
@mirpedrol
Copy link
Member

Hello @npatel-ah,
this is fixed now in the dev version. If you would like to test it previous to the next release, you can use -r dev with your command. But please note that this version will change while we continue developing.
Thanks for reporting the bug!

@npatel-ah
Copy link
Author

Thanks for quick fix and all your support, I am getting error with dev but I understand it's work in progress. I will wait for the new version release, meanwhile I have plenty review.

Project nf-core/crisprseq contains uncommitted changes -- Cannot switch to revision: dev

Thanks

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