Hello, I'm having a problem with bedtools that I don't know how to solve.
I have a file with this kind of information:
chr19 frame_2_peak_20020 noCDS 184940 185402 . + . 433
And another one with:
chr19 StrAnA transcript 184909 186112 . + . gene_id "candidate_350";
They are obviously overlapping, however when I do:
bedtools coverage -a candidates_noint.sorted.gtf -b peaks_78.sorted.gtf -s
I get the following result:
chr19 StrAnA transcript 184909 186112 . + . gene_id "candidate_350"; 0 0 1204 0.0000000
I don't get why I'm getting this result, I checked the format like 100 times, maybe I'm not seeing something :/
I tried to use bedtools intersect and as expected after see the results I got with coverage I get an empty file.
Thank you!
software error