Giter Site home page Giter Site logo

qiime_2_ll_quick_viewer's Introduction

Qiime 2 Ley Lab Quick Viewer

image

image

Updates

This tool launches a simple web server to quickly visualize the contents locate into the data folder from a Qiime 2 visualization artifact, i.e. files produced by Qiime 2 with extension *.qzv.

  • Free software: MIT license

Installation

You can install this tool on a Python 3.5+ environment using either PIP

pip install qiime_2_ll_quick_viewer

or Conda

conda install -c leylabmpi qiime_2_ll_quick_viewer

Usage

Given a Qiime 2 visualization artifact e.g. demux.qzv you can run this command on your server:

$ qiime_2_ll_quick_viewer --filename /full_path_to/demux.qzv

By default, qiime_2_ll_quick_viewer will launch a web server on the port 8080 but you can change it for the one you want with the option --port XXXX. Then, you can for example open a SSH tunnel to the remote port opened on your server by qiime_2_ll_quick_viewer with this command:

$ ssh -L 8080:localhost:8080 user@your_server

Then, open a browser and go to this address: http://localhost:8080. To close the web server just press CTRL-C.

Command options:

-f, --filename TEXT  Full path to a Qiime2 visualization file (*.qzv). [required]
-p, --port INTEGER   Port to launch the web server. [required]
-h, --help           Show the help info and exit.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

qiime_2_ll_quick_viewer's People

Contributors

gluque avatar pyup-bot avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.