We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have checked the following places for your error:
bwa index create indexes at working folder but not bwa subfolder as before under conda environment. (previous it works)
It can be fixed by change bwa/index/main.nf line 32
bwa index $options.args $fasta -p bwa/${fasta.baseName}
to
bwa index $options.args -p bwa/${fasta.baseName} $fasta
The text was updated successfully, but these errors were encountered:
Closing as outdated
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Check Documentation
I have checked the following places for your error:
Description of the bug
bwa index create indexes at working folder but not bwa subfolder as before under conda environment. (previous it works)
System
Nextflow Installation
Container engine
Additional context
It can be fixed by change bwa/index/main.nf line 32
to
The text was updated successfully, but these errors were encountered: