-
Notifications
You must be signed in to change notification settings - Fork 82
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
Possibly faulty samtools index
command?
#84
Comments
I'm quite wondering why this wasn't caught by our CI tests at all. Samtools in the container should actually work fine and the |
Odd... is the reference already indexed in the test? Will test at the weekend once the fix is in the wild. |
No, it isn't - just downloading FastA there. Though this error happens on the BAM level, creating indices for BAM files using |
So my tests were correctly done - I guess indexing doesn't really benefit from parallelization anyways ;-) |
Describe the bug
When running with the
-singularity
profile on the branches/versions-r shh-profile
and-r 2.0.2
, thebwa
module crashes on thesamtools index
on the sorted bamfile.It appears there maybe a misplaced
-@
option which is not applicable tosamtools index
.Samtools standard out/error is below:
To Reproduce
Run the following command (replace paired end data, index file as required):
Additional context
Please provide me with the following files:
.nextflow.log
nextflow.logresults/pipeline_info/...
pipeline_report.txtThe text was updated successfully, but these errors were encountered: