Hi, I was trying to use bedtools to align a bed file with a Fasta file.
The first line of bed look like this:
DN38.contig00001 654 2138
When I was checking the output of bedtools, the result sequence starts at 655, instead of 654.
I am wondering that is the result generated by bedtools always between the 'start' and 'end', instead of starting at the 'start' and ending at 'end'?
Thanks!
there is no tool to "align a bed with a fasta". which sub tool are you using ? what was the cmd line ? did you read Cheat Sheet For One-Based Vs Zero-Based Coordinate Systems ? and How To Ask Good Questions On Technical And Scientific Forums ?