Socket
Socket
Sign inDemoInstall

pymip

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pymip

Provides a Python API to manipulate MIP


Maintainers
1

PyMIP PyPI version Build Status

Provides a Python API to manipulate the MIP analysis pipeline: setup, starting, monitoring, and parsing output.

Features

  • TODO

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc