The Allelic Variation Explorer (AVE) is a web application to visualize (clustered) single-nucleotide variants across genomes. This demo includes a sample dataset of genomic variants in tomato genomes (reference: Solanum lycopersicum str. Heinz 1706, SL2.40 genome build, only 100kbp of chr. 6).
The data/
directory contains the input files as described in more details here.
docker run -d -p 8080:80 ave2/ave-demo
The application will be available on http://<hostname>:8080
docker build -t ave2/ave-demo .