Entering edit mode
8.9 years ago
ChillarAnand
▴
80
NCBI stores data in .sra format. We can download it and convert it into fastq format using fastq-dump
from SRA toolkit.
However I want to convert fastq files into sra format to save disk space. Any ideas how to convert fastq to sra?
Related question:
A: How to generate .sra files from Fastq
And a SeqAnswers discussion:
http://seqanswers.com/forums/showthread.php?t=61763
http://www.mothur.org/wiki/Make.sra
Mothur seems to have a Make.sra command that converts fastq to sra format.
I think the original question was to convert fastq into .sra format, not fasta format, but perhaps I misunderstood.
Thanks Sean for the correction, I misunderstood the original question.