Skip to main content

A package to download genome, annotations and bowtie2 indexes

Project description

Introduction

This package can be used to download commonly used reference genomes and annotations associated with them. Currently hg19, hg19 and hg19 genomes are supported

Downloading a genome

python -m genome_downloader <genome> <destination>

Genome directory structure

Each genome is downloaded into <destination>/<genome> folder (e.g. python -m genome_downloader mm10 genomes will download data into genomes/mm10 folder)

<destination>
└── <genome>
    │   annotation
    │   ├── ChromInfo.txt               - Chromosome sizes
    │   ├── cytoBand.txt                - Cytoband information
    │   ├── <genome>.chrom.sizes        - Chromosome sizes
    │   ├── <genome>.ncbiRefSeq.gtf.gz  - Genome annotations with putative transcripts
    │   ├── <genome>.refGene.gtf.gz     - Curated genome annotations
    │   └── ucsc_repeatmasker.tsv       - Repeatmasker's repeats coordinates
    ├── <genome>.fa                     - Reference genome
    ├── <genome>.fai                    - Reference genome index
    ├── <genome>.*.bt2                  - Bowtie2 index files
    └── <genome>.rev.*.bt2              - Bowtie2 index files

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

genome_downloader-0.0.6.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

genome_downloader-0.0.6-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page