Metadata-Version: 2.1
Name: ensembl_assembly
Version: 0.0.4
Summary: Utility to search and download Ensembl data such as genome assemblies and gene annotations
Home-page: https://github.com/marco-mariotti/ensembl_assembly
Author: Marco Mariotti
Author-email: marco.mariotti@ub.edu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: <3.10,>=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# ensembl_assembly
Search and download Ensembl data such as genome assemblies and gene annotations

This program will produce a tabular-like format with the metadata for the genomes matching user criteria.
It may also download desired data to a local folder.

## Installation
Install through conda:

```conda install -c mmariotti ensembl_assembly```

Or, alternatively, through pip:

```pip install ensembl_assembly```

## Usage
By default, the program will show information for all available genome assemblies (most recent release).
To see options, run with:

ensembl_assembly.py -h

## Dependencies

- pandas
- [easyterm](https://easyterm.readthedocs.io/)

These are automatically installed through the conda or pip installation procedure.





