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

[BUG] bwa index not work correctly #627

Closed
2 tasks done
jianhong opened this issue Jul 26, 2021 · 1 comment
Closed
2 tasks done

[BUG] bwa index not work correctly #627

jianhong opened this issue Jul 26, 2021 · 1 comment

Comments

@jianhong
Copy link
Contributor

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

  • Hardware: MAC book
  • Executor: local
  • OS: macOS Big Sur
  • Version: 11.4

Nextflow Installation

  • Version: 21.05.0-edge.5563

Container engine

  • Engine: Conda
  • version: 4.9.2
  • Image tag: nf-core/tools version 2.0.1.dev0

Additional context

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
@SPPearce
Copy link
Contributor

Closing as outdated

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

Successfully merging a pull request may close this issue.

2 participants