https://github.com/bcgsc/mavis
Merging, Annotation, Validation, and Illustration of Structural variants
https://github.com/bcgsc/mavis
bioinformatics genomics python structural-variation transcriptome visualization
Last synced: 5 months ago
JSON representation
Merging, Annotation, Validation, and Illustration of Structural variants
- Host: GitHub
- URL: https://github.com/bcgsc/mavis
- Owner: bcgsc
- License: gpl-3.0
- Created: 2017-12-01T01:39:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T21:49:33.000Z (over 1 year ago)
- Last Synced: 2024-12-27T00:07:24.592Z (5 months ago)
- Topics: bioinformatics, genomics, python, structural-variation, transcriptome, visualization
- Language: Python
- Homepage: http://mavis.bcgsc.ca
- Size: 20.8 MB
- Stars: 74
- Watchers: 14
- Forks: 14
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
  [](https://codecov.io/gh/bcgsc/mavis) 
## About
[MAVIS](http://mavis.bcgsc.ca) is python command-line tool for the post-processing of structural variant calls.
The general [MAVIS](http://mavis.bcgsc.ca) pipeline consists of six main stages- convert
- [cluster](https://mavis.readthedocs.io/en/latest/package/mavis/cluster)
- [validate](https://mavis.readthedocs.io/en/latest/package/mavis/validate)
- [annotate](https://mavis.readthedocs.io/en/latest/package/mavis/annotate)
- [pairing](https://mavis.readthedocs.io/en/latest/package/mavis/pairing)
- [summary](https://mavis.readthedocs.io/en/latest/package/mavis/summary)## Getting Help
All steps in the MAVIS pipeline are called following the main mavis entry point. The usage menu can be viewed
by running without any arguments, or by giving the -h/--help option``` bash
mavis -h
```Help sub-menus can be found by giving the pipeline step followed by no arguments or the -h options
``` bash
mavis cluster -h
```Common problems and questions are addressed on the [wiki](https://github.com/bcgsc/mavis/wiki/Help-and-Frequently-Asked-Questions).
If you have a question or issue that is not answered there (or already a github issue) please submit
a github issue to our [github page](https://github.com/bcgsc/mavis/issues) or contact us by email at [[email protected]](mailto:[email protected])## Getting Started
The simplest way to use MAVIS is via Singularity. The MAVIS docker container used
by singularity will take care of installing the aligner as well.```bash
pip install -U setuptools pip wheel
pip install mavis_config # also installs snakemake
```Now you will run mavis via Snakemake as follows
```bash
snakemake \
-j \
--configfile \
--use-singularity \
-s Snakefile
```For other installation options which do not use docker/singularity see the comprehensive install
instructions in the [user manual](https://mavis.readthedocs.io/en/latest/install)## Citation
If you use MAVIS as a part of your project please cite
[Reisle,C. et al. (2018) MAVIS: Merging, Annotation, Validation, and Illustration of Structural variants. Bioinformatics.](https://doi.org/10.1093/bioinformatics/bty621)