Download sample from 1000G project.
pip install one_thousand_genomes_downloader
downloader = OneThousandGenomesDownloader()
downloader('HG00102')
OneThousandGenomesDownloader()
- file_format: the file format of the sample: bam or cram
- use_mapped_file: if to download the mapped or the unmapped file
- use_exome_alignment: if to download from the exome alignment folder
- on_download_finish: a callback function
- output_folder: output folder
Elior Avraham – [email protected]