igvteam / igv-reports

Python application to generate self-contained pages embedding IGV visualizations, with no dependency on original input files.
MIT License
350 stars 52 forks source link

Why is variant sites a mandatory input for igv-reports #75

Closed gopalpeddinti closed 1 year ago

gopalpeddinti commented 1 year ago

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?

jrobinso commented 1 year ago

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.

gopalpeddinti commented 1 year ago

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

jrobinso commented 1 year ago

What are you referring to by igv-tools?

igv-reports supports CRAM and BAM files as inputs