Skip to content

Dockerized version of Panoptes, a powerful tool for monitoring the execution of Snakemake workflows.

License

Notifications You must be signed in to change notification settings

solida-core/solida-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Dockerized version of Panoptes, a powerful tool for monitoring the execution of Snakemake workflows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published