Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/targene/tarviz

Visualization dashboard for TarGene results
https://github.com/targene/tarviz

Last synced: 9 days ago
JSON representation

Visualization dashboard for TarGene results

Awesome Lists containing this project

README

        

# TarViz
Visualization dashboard for TarGene results

## Requirements

Conda environment with poetry

## Development from Eddie

In order to forward and display the the app in the browser (workaround taken from the [jupyther notebook config](https://docs.anaconda.com/anaconda/user-guide/tasks/remote-jupyter-notebook/)):

1. Create a SSH tunnel from your local machine:

```bash
ssh -fNL 8501:localhost:8501
```

or

```
ssh -fN @ -J @eddie.ecdf.ed.ac.uk -L 8501:localhost:8501
```
where is the node where the app will be running and is described in the ssh config file.

2. Run the app:

```bash
poetry run streamlit run 0_🌶_Home.py --server.port=8501 NEXTFLOW_RUNDIR
```

where `NEXTFLOW_RUNDIR` is the TarGene pipeline's run directory.