Python package to quickly download genomes from the UCSC.
Project description
Python package to quickly download genomes from the UCSC.
How do I install this package?
As usual, just download it using pip:
pip install ucsc_genomes_downloader
Tests Coverage
Since some software handling coverages sometime get slightly different results, here’s three of them:
Usage example
Suppose you want to download the genome _hg19:
from ucsc_genomes_downloader import download_genome
download_genome("hg19")
There are a couple options, here’s a more complete example:
from ucsc_genomes_downloader import download_genome
download_genome(
genome="hg19",
path=".", # The path where to save the genome, by default the current directory.
chromosomes=["chr19"], # List of chromosomes to download. By default, all.
cache_dir=".genome", # The path where to store the download cache.
clear_cache=True # Whetever to delete the download cache, by default True.
)
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
Close
Hashes for ucsc_genomes_downloader-1.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a477182b3664ec3470a255fa5327f804c39b36f978674623751a1ef93bd45808 |
|
MD5 | a4512750139cfaf6001ec3cd545645df |
|
BLAKE2b-256 | 849f7eaa1f6d85008f253f738e51db21664b2370638ebf528f8c768f7bbc2f68 |