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:false ]

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

List of indices for the tracks

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

report

meta:file

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

*.{html}

*.html:file

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

*.{html}

versions

versions.yml:file

File containing software versions

versions.yml

Tools

igvreports
MIT

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