bedtools coverage fails when gff file and genome file are not sorted the same way #1037
Closed
5 tasks done
Labels
bug
Something isn't working
Milestone
Check Documentation
I have checked the following places for your error:
- nf-core/eager FAQ/troubleshooting can be found here
Description of the bug
Bedtools coverage fails when there's a mismatch between the sorting order of the genome and the
gff
files.Steps to reproduce
Steps to reproduce the behaviour:
Expected behaviour
I expect
bedtools coverage
to complete successfully.I was able to overcome this by removing the
-sorted
flag and lettingbedtools
sort the files when running the command.Log files
Have you provided the following extra information/files:
.nextflow.log
fileSystem
Nextflow Installation
Container engine
Additional context
Fixed the problem by removing the
-sorted
flag from the command, see #1036A similar change should be done to the
DLS2
version of the bedtools module in line 24 of modules/nf-core/bedtools/main.nf, but I haven't tested it.Thanks, Ido
The text was updated successfully, but these errors were encountered: