How to generate .sra files from Fastq
I have been downloading a lot of NCBI short read archive files (.sra files) and I know how to convert them to bam, sam, fastq, etc but is there a way to generate my own .sra files? The tools in the SRA toolkit do not seem to convert to .sra
Relevant Information:
• 7,468 views
•
link
2 answers
You would use one of the X-load tools from the SRA toolkit, where X is bam, fastq, etc. Now why you would actually want to do this is beyond me. You're better off sticking to BAM and fastq, which are actually normal formats used by tools.
• 2 views
•
link
Log in to answer this question.
Out of curiosity: what would you like to do with *.sra files when you already have the *.bam/*.sam/*.fastq files?