SolidaView is a Docker-based tool that encapsulates Panoptes to monitor the execution of Snakemake workflows in real time.
- Real-time monitoring of computational workflows.
- Simple and portable Docker interface.
- Fast and flexible configuration via Makefile.
-
Clone the repository
git clone https://github.com/solida-core/solida-view.git cd solida-view
-
Start SolidaView
Specify a port and use themake
command:make PORT=5000 start
-
Access the interface
Once started, the interface will be available at:http://localhost:5000
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
Option | Description |
---|---|
PORT |
Specify the TCP/IP port for SolidaView |
This error occurs if the specified port is busy. Change the port using the PORT
option:
make PORT=8081 start
Check the container logs to identify the issue:
docker-compose logs solida-view
To completely remove SolidaView from your system:
make clean
If you encounter issues or have questions:
- Report an issue: Issue Tracker
- Extended Documentation: README.md