Metadata-Version: 2.4
Name: refgenconf
Version: 0.13.0
Summary: A standardized configuration object for reference genome assemblies
Author: Nathan Sheffield, Vince Reuter, Michal Stolarczyk
License-Expression: BSD-2-Clause
Project-URL: Homepage, https://refgenie.databio.org
Keywords: bioinformatics,sequencing,ngs
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pyfaidx
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: rich>=9.0.1
Requires-Dist: ubiquerg>=0.9.0
Requires-Dist: yacman>=0.9.5
Requires-Dist: tqdm
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-remotedata; extra == "test"
Requires-Dist: mock; extra == "test"
Dynamic: license-file

# refgenconf

![Run pytests](https://github.com/refgenie/refgenconf/workflows/Run%20pytests/badge.svg)
[![codecov](https://codecov.io/gh/refgenie/refgenconf/branch/master/graph/badge.svg)](https://codecov.io/gh/refgenie/refgenconf)
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/refgenconf/README.html)

Configuration object for [refgenie](https://doi.org/10.1093/gigascience/giz149) *et al.*

Documentation for `refgenconf` can be found with the [primary documentation for refgenie](http://refgenie.databio.org).
