How to download the final reads of SRA data from NCBI using fastq-dumb
Say I have an SRA data file that contains many reads I want to use fastq-dumb to download the final for example 5 reads from this file
fastq
fasta
sra
• 1,687 views
•
link
updated
by
Ram
•
written
by
FadyNabil •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Accessing SRA file with multiple fastqs under one accession
written by tony_88888 •Hi, I am trying to download some fastq files from SRA to align with cellranger. The accession number I am using is GSE246613. The issue …
-
Tutorial: How to get FASTQ reads from the Short Read Archive (SRA)
written by Istvan AlbertThere are many ways for getting FASTQ data out of the short-read archive. I have spent a few hours today investigating the various approaches. (Edit: …
-
how to align many single end fastq files from the same study on each other without using any refere…
written by FadyNabil •I have many single end fastq files that I downloaded from SRA data base I want to align these files on each other to make …
-
Is there is a way to know that the sra data I'm interested in has a bad fastqc from sra database on…
written by FadyNabil •I want to download a bad quality human mRNA fastq data from sra database from NCBI but I do not want to take a long …
-
bulkdownload fastq files from ENA
written by amitpande74 •Hi, I want to download fastq files from this study. Tried pysradb, `pysradb download -p SRP165962 --out-dir`but it downloads all empty folders `anonftp@ftp-trace.ncbi.nlm.nih.gov:/sra/sra-instant/reads/ByRun/sra/SRR/SRR806/SRR8068516/SRR8068516.sra` Any better …
-
How to do pacbio iso-seq analysis begin with NCBI SRA fastq data
written by FeiZhao •Hi, I have downloaded some public data **PRJNA427246** from SRA database. The paper is “Hybrid Sequencing Reveals Insight into Heat Sensing and Signaling of Bread …
-
how i can use SRA accession Number to call raw reads ?
written by sh_shaddad77 •i have project to align 2 genome . Generated the reference index: **bwa index reference.fa** Then i want to align the reads to the reference …
-
How to split SRA/fastq files
written by Shahzad •I have download a data file from SRA database which contains six fastq run files originally. fastq-dump splits its into 2 files with read1 and …
-
downloading fasta or fastq format with aspera
written by zizigoluhey there, I installed aspera to transfer data from NCBI, for example this link starting to download a sra file... http://www.ncbi.nlm.nih.gov/public/?/ftp/sra/sra-instant/reads/ByRun/sra/SRR/SRR292/SRR292241 If I need fasta …
-
Tutorial: How to download raw sequence data from GEO/SRA
written by Obi GriffithSuppose you want to download some raw sequence data in fastq format from GEO/SRA and run through an appropriate aligner (BWA, TopHat, STAR, etc) and …
The command that works for most cases is:
I do not want to split I want to download for example the final 5 reads to check the quality of this data using fastqc
Five reads are not enough for a QC. Download everything and run through fastqc. The split option is important for paired-end data..
the fastq-dumb makes my day, you can check the help for the tool https://ncbi.github.io/sra-tools/fastq-dump.html