Skip to content

Latest commit

 

History

History
92 lines (66 loc) · 2.2 KB

README.md

File metadata and controls

92 lines (66 loc) · 2.2 KB

SOLIDA-VIEW

SolidaView is a Docker-based tool that encapsulates Panoptes to monitor the execution of Snakemake workflows in real time.


Main Features

  • Real-time monitoring of computational workflows.
  • Simple and portable Docker interface.
  • Fast and flexible configuration via Makefile.

Installation

  1. Clone the repository

    git clone https://github.com/solida-core/solida-view.git
    cd solida-view
  2. Start SolidaView
    Specify a port and use the make command:

    make PORT=5000 start
  3. Access the interface
    Once started, the interface will be available at:

    http://localhost:5000
    

Usage

Main Commands

Use make with the following targets:

Command Description
start Start SolidaView
stop Stop SolidaView
clean Remove SolidaView from your system

Example:

make PORT=8080 start

Available Options

Option Description
PORT Specify the TCP/IP port for SolidaView

Troubleshooting

Issue: Port is already in use

This error occurs if the specified port is busy. Change the port using the PORT option:

make PORT=8081 start

Issue: Container does not start

Check the container logs to identify the issue:

docker-compose logs solida-view

Cleanup

To completely remove SolidaView from your system:

make clean

Support

If you encounter issues or have questions: