theislab / bindome

Assembling of biomolecule binding data (TF/RNA) from genomics databases for ML-downstream.
MIT License
1 stars 1 forks source link

Generic downloader function for ChIP-atlas #16

Open ilibarra opened 1 year ago

ilibarra commented 1 year ago

Description

The branch chipatlas_seq_download now contains a more generic downloader to retrieve files through wget. I am using this file to sequentially download dozens of BigWig and bed.gz files into the webserver. If useful please take a look. @ivirshup @mumichae Chatting later about ways to refine this with code. https://github.com/theislab/bindome/blob/chipatlas_seq_download/bindome/datasets/chipatlas.py#L151

Tasks