converting the format of read files in GEO datasets (SRA) to fasta and fatsq
1
2
Entering edit mode
9.0 years ago
zizigolu ★ 4.3k

Hey guys,

I have an accession number, how I can convert the sra to fasta in Windows?

RNA-seq • 3.6k views
ADD COMMENT
3
Entering edit mode
9.0 years ago
arnstrm ★ 1.8k

You can use SRAtools for this purpose. I think it is available for both Windows and Linux. Once installed, you can download/convert sra files to fastq as follows:

fastq-dump myfile.sra #for single end
fastq-dump --split-files myfile.sra #if paired end
ADD COMMENT
0
Entering edit mode

Thank you very much

ADD REPLY
0
Entering edit mode
ADD REPLY
0
Entering edit mode

For converting to fastq directly

 fastq-dump --split-files --gzip
ADD REPLY

Login before adding your answer.

Traffic: 1647 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6