Metadata-Version: 2.4
Name: camel_core
Version: 0.1.0
Summary: CAMEL core is a set of utilities used by Bioinformatics Platform at the Belgian Public Health institute (Sciensano).
Author-email: Sciensano BIOIT team <bioit@sciensano.be>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/BioinformaticsPlatformWIV-ISP/MiST
Project-URL: Issues, https://github.com/BioinformaticsPlatformWIV-ISP/MiST/issues
Keywords: research,microbial,genomics
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: biopython
Requires-Dist: bs4
Requires-Dist: click
Requires-Dist: cyvcf2
Requires-Dist: furl
Requires-Dist: humanize
Requires-Dist: pandas
Requires-Dist: pysam
Requires-Dist: rauth
Requires-Dist: requests
Requires-Dist: scipy
Requires-Dist: snakemake
Requires-Dist: yattag
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-xdist; extra == "dev"

# CAMEL core

CAMEL core is a set of utilities used by Bioinformatics Platform at the Belgian Public Health institute (Sciensano).

This package is not meant to be used directly, but contains functionality that is shared between various projects.


## Functionality

- Command execution through subprocess
- Input/output (IO) classes for handling tool / input output
- Utility functions for handling common bioinformatics formats such as FASTQ, FASTA, BAM
- HTML reports
- Utility functions for working with Snakemake
- BaseTool class
- Logging
