Hi all,
i've mapped my reads with Bowtie to a number of scaffolds, and now i want to know on every position on the scaffolds what the coverage is. Does anyone know how to do this, or is there a script/program available?
As output I want something like;
scaffold pos coverage
scaffold1 1 4
scaffold1 2 6
scaffold1 3 10
...
scaffold2 1 5
scaffold2 2 15
...
Thanks in advance,
Marten
i've mapped my reads with Bowtie to a number of scaffolds, and now i want to know on every position on the scaffolds what the coverage is. Does anyone know how to do this, or is there a script/program available?
As output I want something like;
scaffold pos coverage
scaffold1 1 4
scaffold1 2 6
scaffold1 3 10
...
scaffold2 1 5
scaffold2 2 15
...
Thanks in advance,
Marten
Comment