Metadata-Version: 2.1
Name: mavis_config
Version: 1.2.0
Summary: Config validation for running MAVIS via Snakemake
Home-page: https://github.com/bcgsc/mavis_config.git
Author: Caralyn Reisle
Author-email: creisle@bcgsc.ca
License: UNKNOWN
Download-URL: https://github.com/bcgsc/mavis_config/archive/v1.2.0.tar.gz
Project-URL: mavis_config, http://mavis.bcgsc.ca
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: deploy
License-File: LICENSE

# MAVIS Config

[![build](https://github.com/bcgsc/mavis_config/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/bcgsc/mavis_config/actions/workflows/build.yml) [![codecov](https://codecov.io/gh/bcgsc/mavis_config/branch/master/graph/badge.svg)](https://codecov.io/gh/bcgsc/mavis_config) ![PyPi](https://img.shields.io/pypi/v/mavis_config.svg)

Workflow configuration validation for [MAVIS](https://github.com/bcgsc/mavis) via snakemake. This package should not be used without [MAVIS](https://github.com/bcgsc/mavis). If you are a [MAVIS](https://github.com/bcgsc/mavis) user, please see [MAVIS](https://github.com/bcgsc/mavis) instead.

## For Developers

This is a separate package from [MAVIS](https://github.com/bcgsc/mavis)
itself so that [MAVIS](https://github.com/bcgsc/mavis) users running snakemake with the
docker container do not need to install [MAVIS](https://github.com/bcgsc/mavis) to check their snakemake config JSON.
This is to ensure that all the hard-to-install [MAVIS](https://github.com/bcgsc/mavis) dependencies are not required to run 
snakemake with docker.


