Metadata-Version: 2.1
Name: geofetch
Version: 0.10.0
Summary: Downloads data and metadata from GEO and SRA and creates standard PEPs.
Home-page: https://github.com/pepkit/geofetch/
Author: Nathan Sheffield, Vince Reuter, Oleksandr Khoroshevskyi
License: BSD2
Keywords: project,bioinformatics,sequencing,ngs,workflow,GUI
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: attmap (>=0.1.8)
Requires-Dist: colorama (>=0.3.9)
Requires-Dist: peppy (>=0.19.1)
Requires-Dist: logmuse (>=0.0.2)
Requires-Dist: ubiquerg (>=0.4.4)
Requires-Dist: logmuse (>=0.2.7)
Requires-Dist: ubiquerg (>=0.6.0)
Requires-Dist: requests (>=2.28.1)
Requires-Dist: xmltodict (>=0.13.0)

# <img src="https://raw.githubusercontent.com/pepkit/geofetch/master/docs/img/geofetch_logo.svg?sanitize=true" alt="geofetch logo" height="70">

[![PEP compatible](http://pepkit.github.io/img/PEP-compatible-green.svg)](http://pepkit.github.io)
![Run pytests](https://github.com/pepkit/geofetch/workflows/Run%20pytests/badge.svg)
[![docs-badge](https://readthedocs.org/projects/geofetch/badge/?version=latest)](http://geofetch.databio.org/en/latest/)
[![pypi-badge](https://img.shields.io/pypi/v/geofetch)](https://pypi.org/project/geofetch)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

`geofetch` is a command-line tool that downloads sequencing data and metadata from GEO and SRA and creates [standard PEPs](http://pep.databio.org/). `geofetch` is hosted at [pypi](https://pypi.org/project/geofetch/) and documentation is hosted at [geofetch.databio.org](http://geofetch.databio.org) (source in the [/docs](/docs) folder).

You can convert the result of geofetch into unmapped `bam` or `fastq` files with the included `sraconvert` command.


