Description

A Python application to generate self-contained HTML reports for variant review and other genomic applications

Input

Name (Type)
Description
Pattern

meta (map)

Groovy Map containing sample information
e.g. [ id:‘test’, single_end

]

sites (file)

VCF, BED, MAF, BEDPE, or generic tab delimited file of genomic variant sites

tracks (file)

List of any set of files of the types that IGV can display,
eg BAM/CRAM, GTF/GFF, VCF, BED, etc

tracks_indices (file)

Track index files, eg bai/crai files. This may not be required,
but for some file types, eg BAM/CRAM, they are. They are not used in the
igvreports cmds, but may need to exist in the working directory

meta2 (map)

Groovy Map containing genome information
e.g. [ id:‘genome_name’ ]

fasta (file)

Reference fasta file

*.{fasta,fa}

fai (file)

Reference fasta file index

*.{fai}

Output

Name (Type)
Description
Pattern

versions (file)

File containing software versions

versions.yml

report (file)

html report with a table of genomic sites and an embedded
IGV genome browser for viewing data for each site

*.{html}

Tools

igvreports
MIT

Creates self-contained html pages for visual variant review with IGV (igv.js).