PyMIP
![Build Status](https://img.shields.io/travis/Clinical-Genomics/pymip.svg?style=flat)
Provides a Python API to manipulate the MIP analysis pipeline: setup, starting, monitoring, and parsing output.
Features
Archive analysis
After a case has been solved or abandoned it is necessary to wrap up the analysis and archive the results. Pymip will handle this task by bundling the most vital assets from the output and deleting the rest.
Assets that are kept:
- CRAM file as a source of the raw (aligned) reads
- BCF file as a source of all (unannotated) variants
- QC metrics as a source for quality metrics
Pymip will not touch any of the files under "exomes/genomes" only "analysis". Physically the files will be collected in a folder under "exomes/genomes" names "archive". The script will also update the AnalysisRunStatus
in the QC sample info file to Archived
.
Install for development
$ pip install --editable .
Contributing
Anyone can help make this project better - read CONTRIBUTING to get started!
License
MIT. See the LICENSE file for more details.