RockefellerUniversity / Bioconductor_Introduction

Bioconductor Training
https://rockefelleruniversity.github.io/Bioconductor_Introduction/
GNU General Public License v3.0
4 stars 1 forks source link

Does the IGV accept .bai file? #12

Open liusimim opened 4 years ago

liusimim commented 4 years ago

In the Alignment in Bioconductor exercises, the task 7 was to visualize the results in IGV. However, when I import the BAM index files generated in the previous task into IGV, it didn't work and send me the message as follow. The BAM files worked well. image

Does IGV only accept BAM files but not BAM index files?

ThomasCarroll commented 4 years ago

hi,

The BAM file contains the alignment read information so we should just load this. The bai file contains index information for the corresponding BAM and is used by IGV to load reads from regions of interest within the BAM file.

The bai file should not be loaded directly in IGV.

thanks

tom