Skip to content

qiime2/q2view-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Instructions for adding a visualization to the QIIME 2 View Gallery

Open a PR against this repo adding the following:

/gallery/
        |__<entry-name>/
                       |__info.json
                       |__thumb.png

info.json contents

info.json must contain the following key: value pairs.

title: The name of your gallery entry
desc: A short description of your gallery entry
href: The URL of your visualization (This URL MUST have appropriate CORS headers set)

thumb.png

The .png you wish to use as the thumbnail for your visualization in the gallery. This should be a screenshot of your visualization.

/gallery/index.json

Edit /gallery/index.json adding <entry-name> to the end of the list. This must be the same as the name of the directory you added under /gallery.

Example PR

An example PR showing the addition of an entry to the gallery in a single atomic commit.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages