diff --git a/README.md b/README.md index 8f4c71b..6fe4037 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ Then, in your track configuration, use the following example block: ## Usage -![demo window](img/effectwindow2.png =250x) -![demo zoomedout](img/zoomedout.png =250x) -![demo color](img/colorcoding.png =250x) +![demo window](img/effectwindow2.png) +![demo zoomedout](img/zoomedout.png) +![demo color](img/colorcoding.png) Each variant in the loaded VCF file that has the 'ANN' field in the last column will be parsed to display the Variant Effect information in human-readable format in the Info Window box when a variant is clicked in the Browser view. It also changes the default coloring of the Zoomed Out view to be color coded, as well as when you zoom in. diff --git a/img/colorcoding.png b/img/colorcoding.png index d692ad8..38fe45f 100644 Binary files a/img/colorcoding.png and b/img/colorcoding.png differ diff --git a/img/effectwindow2.png b/img/effectwindow2.png index 9bc1578..2bf8f3e 100644 Binary files a/img/effectwindow2.png and b/img/effectwindow2.png differ diff --git a/img/zoomedout.png b/img/zoomedout.png index 7eb0a85..cf87ea3 100644 Binary files a/img/zoomedout.png and b/img/zoomedout.png differ