igvteam / igv-reports

Python application to generate self-contained pages embedding IGV visualizations, with no dependency on original input files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why is variant sites a mandatory input for igv-reports

gopalpeddinti opened this issue · comments

Hi, why is the variants file such as VCF a mandatory argument for igv-reports. Quite often I use IGV (the standalone app) to visualize the RNA-seq data (alignment files) along with just the reference genome and annotations (GFF) file. Is it possible to replicate such behavior using igv-reports so that the reports can be shared more easily withy my colleagues?

Because the point of igv-reports is to extract small portions of the file so it can be inserted into the html. This would be impossible to do with an entire bam file. Think about what you are trying to do.

Thank you for you reply. Just a clarification, please: the igv-tools however also adds alignment tracks using BAM files, right?

What are you referring to by igv-tools?

igv-reports supports CRAM and BAM files as inputs