Skip to main content

No project description provided

Project description

Fastq Downloader (WIP)

This python package let you download fastq files from ena. It can automatic merge and rename fastq files based on the input file provided. If you have trouble downloading this repo's release, please go to fastgit

How to use

auto merge multiple files of paired end reads are not tested now, but should be usable

conda create --name fastq-downloader -c conda-forge -c hcc -c bioconda aspera-cli snakemake httpx lxml click beautifulsoup4 python=3.9
## use what ever you want to download the gist mentioned above to thisname.smk
## download whl file from github release of this project to thisname.whl
conda activate fastq-downloader
pip install fastq-downloader==0.3.1
## make sure to create an infotsv before, you can just copy from the geo website,
## then go to vim, type :set paste to get into paste mode, paste the table into vim,
## save the file as whatever name you want, then exit vim
## the white space will be auto convert to underscore
## refresh_acc need to be False if you don't want to query again the accesion number,
## or due to the recreation of the link file(default set to false), all files are to be downloaded.
fastq-downloader smk --info thisname.tsv --out thisname --refresh_acc False

It will automatically try to download the file, check md5, retry if file integrity check failed, and merge the files if the number of files is more than 2, finally rename the files to the description you provided.

prepare the info.tsv like this: note the file must be tab delimited (tsv file), you can simply achieve this by paste it from the Excel or GEO website. Or from SRA Run Selector downloaded csv file.

GSM12345  h3k9me3_rep1
GSM12345  h3k9me3_rep2

todo

  • test for paired-end reads run merge
  • publish to bioconda
  • if fail, retry
  • use dag to run the pipeline (sort of, implemented by using snakemake)
  • option to resume download when md5 not match
  • option to continue from last time download
  • implement second level parallelization

update content

  • 0.3.2:
    • add filter for library layout (some sra entry has content mismatches its library layout)

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

fastq-downloader-0.3.3.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

fastq_downloader-0.3.3-py3-none-any.whl (13.2 kB view details)

Uploaded Python 3

File details

Details for the file fastq-downloader-0.3.3.tar.gz.

File metadata

  • Download URL: fastq-downloader-0.3.3.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.10.1 Linux/5.10.60.1-microsoft-standard-WSL2

File hashes

Hashes for fastq-downloader-0.3.3.tar.gz
Algorithm Hash digest
SHA256 bf8dc12fd9d083dd4d46159058017e326068795b94179b9aaa510175226ed63b
MD5 98345730b43dbb7828bbac43abad0efd
BLAKE2b-256 5e089c77d11037d22b7eab6ce61dbec7c8d557d5b82db3e66b81b79303bf568a

See more details on using hashes here.

File details

Details for the file fastq_downloader-0.3.3-py3-none-any.whl.

File metadata

  • Download URL: fastq_downloader-0.3.3-py3-none-any.whl
  • Upload date:
  • Size: 13.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.10.1 Linux/5.10.60.1-microsoft-standard-WSL2

File hashes

Hashes for fastq_downloader-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a83b1a0200a72f3829a993de98995cdb44cf95ce77135fb3d290fe2a8ee1cda3
MD5 6b946b57bc41f1389aff5d0ecbb3bca6
BLAKE2b-256 48c72a085b180dd16558d493a0c507f89355b3eace8db341b8721d7ae7a89393

See more details on using hashes here.

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