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
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 fastq-downloader-0.3.2.tar.gz
.
File metadata
- Download URL: fastq-downloader-0.3.2.tar.gz
- Upload date:
- Size: 11.2 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc03eda475205f5b82632a178c3592348ccd83b91ec413c125feb68fd100f5d2 |
|
MD5 | 5930f9636120fab82005857ee25052a5 |
|
BLAKE2b-256 | 9e521a1d541f6452b1eba14c78da8a92790bb1d6b31108eb100ebc8c1a0a956c |
File details
Details for the file fastq_downloader-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: fastq_downloader-0.3.2-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ef6537c1633788dfd9711838950a6d16868f14c2eb7c10a6ae4d2320727b165 |
|
MD5 | 305733bc6717f7b5c2127c1acf9660e2 |
|
BLAKE2b-256 | dddd11781b0822e64e511f8d477faa965390e498da98df7dd242ca27370891f7 |