Skip to content
/ Metaviz Public

Metaviz is an interactive visualization tool for metagenomic data with a navigation mechanism suited for taxonomic features.

License

Notifications You must be signed in to change notification settings

epiviz/Metaviz

Folders and files

NameName
Last commit message
Last commit date
Nov 22, 2017
Jan 7, 2019
Aug 12, 2015
Aug 7, 2017
Feb 2, 2018
Jun 1, 2020
Aug 22, 2017
Dec 15, 2015
Nov 16, 2015
Dec 18, 2017
Nov 22, 2017
Nov 22, 2017
Nov 22, 2017
Nov 22, 2017
Nov 22, 2017
Nov 22, 2017
May 11, 2020
Nov 22, 2017
Apr 24, 2014
Feb 2, 2018
Mar 8, 2015

Repository files navigation

Metaviz

Metaviz is an interactive visualization tool for metagenomic data with a navigation mechanism suited for taxonomic features.

For more information, visit - http://metaviz.org

Using any PHP supported webserver

Copy the Metaviz directory to the webserver configured directory. Navigate to /Metaviz/index.php on your browser.

Using PHP

PHP (http://php.net/) lets your run local webservers. Navigate to localhost:8181 on your browser. To run epiviz use:

php.exe -S localhost:8181 -t <location of the Metaviz directory>

Using Docker

Docker-compose scripts are available for use from the following github repository URL: https://github.com/epiviz/metaviz-docker

To Compile closure

java -jar compiler.jar --js_output_file=metaviz-compiled-jar.js --js 'src/epiviz/**' --js '!src/epiviz/default-settings.js' --js '!src/epiviz/epivizr-settings.js' --js '!src/epiviz/standalone-settings.js' --entry_point=goog:epiviz.main