snkmt
A TUI for monitoring Snakemake workflows in real-time.
File Explorer
Download Latest Version (.zip)- release-please.yml
- test.yml
- long-success.smk
- simple-failure.smk
- simple-success.smk
- run.sh
- snkmt_logo_dark.svg
- snkmt_logo_light.svg
- dashboard.png
- failedjob_dropdown.png
- logfile_modal.png
- workflow_failed.png
- __init__.py
- overview.py
- __init__.py
- app.py
- command.py
- snkmt.tcss
- widgets.py
- a088a7b93fe5_initial_schema.py
- addc0edea736_remove_snkmt_db_version.py
- env.py
- README
- script.py.mako
- __init__.py
- alembic.ini
- session.py
- snkmt.db
- version.py
- __init__.py
- base.py
- error.py
- file.py
- job.py
- rule.py
- workflow.py
- __init__.py
- sql.py
- __init__.py
- config.py
- __init__.py
- dto.py
- enums.py
- __init__.py
- cli.py
- py.typed
- version.py
- legacy.db
- __init__.py
- test_cli.py
- test_db.py
- .gitattributes
- .gitignore
- CHANGELOG.md
- LICENSE
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/cademirch/snkmt
Downloads the entire project code from GitHub to your computer.
cd snkmt
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install snakemake-logger-plugin-snkmt
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install snakemake-logger-plugin-snkmt
Installs the package published on PyPI directly โ no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
