Hi everyone, I'm trying to use bedtools intersect to check the number of mapped reads in target regions (in a .bed file) originated by targeted bisulfite sequencing experiment (EpiSeq Roche).
I used the following command.
The program terminate with the following message and no result at all.
I tried to modify the original SAM file removing the read that cause the problem (that was the first read in the SAM file) and the problem persists with the second read. I tried also the option -nonamecheck with no results.
Can someone help us? Thank you.
Nicola
I used the following command.
Code:
./bedtools intersect -bed -abam sample2.bam -b ~/Data/MethylSeq/dataset/Agesmoke_dataset/AgeSmkSop_all_primary_targets.bed
Code:
* WARNING: File sample2.bam has inconsistent naming convention for record: NC_000016.9 24163386 24163537 M03971:33:000000000-BN5NL:1:2114:12003:16132/1 255 + * WARNING: File sample2.bam has inconsistent naming convention for record: NC_000016.9 24163386 24163537 M03971:33:000000000-BN5NL:1:2114:12003:16132/1 255 +
Can someone help us? Thank you.
Nicola
Comment