Getting Started with genomic-config
version: 0.1.7
The genomic-config package provides an interface to configuration files that provide the locations for various genomic based files that might exist on a system. It can be used by external programs and Python code to provide a central point to locate the files. Currently, it only supports ini files but will be expanded to incorporate other configuration file types in the future.
genomic-config provides access to:
- Reference genome assemblies (fasta files)
- Reference genotype files (i.e. 1000 genomes)
- Chain files for liftovers
- Sample lists
- variant annotation/mapping VCF files
- mappings between chromosome synonyms
- Providing access to a chromosome sort order
There is online documentation.
Installation instructions
Can be installed using either pip or conda.
Using pip:
pip install genomic-config
Using conda:
conda install -c cfin -c bioconda genomic-config
Next steps...
If you have cloned the repository, after installation, you may want to run the tests:
- Run the tests using
pytest ./tests- If you have installed using conda, you will need to clone the repository using git to run the tests. - Setup your configuration file.
Release files for genomic-config 0.1.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| genomic_config-0.1.7.tar.gz | 50.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| genomic_config-0.1.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 100.4 kB
Release files / genomic_config-0.1.7.tar.gz
| Download URL | genomic_config-0.1.7.tar.gz |
|---|---|
| Size | 50.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a2b5253ac80940e3c30ad261c2105bb75be5eb780f6593292314c114da37ef1a
|
|
BLAKE2b-256 checksum How to use checksums |
ac9ac8dffc396333ef69f69d9437181d92732a968f78e29c97a06c232a9c2aaf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.0
|
Release files / genomic_config-0.1.7-py3-none-any.whl
| Download URL | genomic_config-0.1.7-py3-none-any.whl |
|---|---|
| Size | 50.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6b4b2273ed5dd3f799480e820d4cd814e580cacd178a23dddd3fba476640393f
|
|
BLAKE2b-256 checksum How to use checksums |
14d3f10721b61bffda927e309d4c1dd51ed47106aaff2858638e8aae9749d535
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.0
|