This is a test version of Biostars. For the public version, visit https://www.biostars.org.
ncbi-sra,paired end dataset

hi

i have a rna seq dataset from ncbi.it shows paired end but only one sample is given under that sample.

how do we take this dataset? is there any error in the dataset?

please help

rna-seq paired end dataset

Do you mean only 1 .sra file? That's normal, if you download that sra file and extract you will see 2 fastq file for each end usually.

Thank you for all the reply..i solved it ...i used ENA-EBI ..we can directly upload from ENA to galaxy

1 answer

Usually, Read1 and Read2 are merged in sra file. You just need to add --split-3 parameter when using fastq-dump, the program will automatically detect the format and output two fastq files representing R1 and R2 reads if it is paired.

Log in to answer this question.