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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file genome_downloader-0.0.6.tar.gz
.
File metadata
- Download URL: genome_downloader-0.0.6.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d57394e95ae1c27c14f96718629f4f906b6e9d516d6af748227ea41671f1f91c |
|
MD5 | 72377811596ac8c12ab22722cf5c9a2a |
|
BLAKE2b-256 | 531ddd3affb931c2c9660e14702a2e141fcc35e71bfe067e62ff2cc7ad0b8d3f |
File details
Details for the file genome_downloader-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: genome_downloader-0.0.6-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9895597a90849432bdc03d2fbbcc41f45d44f5e8fd92c541a1c9eeb3ceab437b |
|
MD5 | 8c57838b3518bed682ffe7a9b843e36f |
|
BLAKE2b-256 | 0958b50a1543e41c10098e2ddd1316b528db70e4dea86d19e5ce183bc71d214d |