Hi,
Who is familiar with NCBI SRA Toolkit?
I downloaded a SRA data(SRR015256.sra) form NCBI. I want to convert it from SRA format to fastq format. When I use SRA Toolkit (version 2.0.b5, CentOS Linux 64 bit architecture) on Ubuntu like this:
it works! But after several minutes, when converting is nearly finished, it print error, like this :
Why it can run, but can't finish? The toolkit has bugs?
Does anybody know the error's meaning? How to solve it?
Thanks a lot!
PS:
I run the toolkit on Windows7, it has the same problem!
Who is familiar with NCBI SRA Toolkit?
I downloaded a SRA data(SRR015256.sra) form NCBI. I want to convert it from SRA format to fastq format. When I use SRA Toolkit (version 2.0.b5, CentOS Linux 64 bit architecture) on Ubuntu like this:
Code:
./fastq-dump -A SRR015256 -D ./SRR015256.sra
Code:
fastq-dump err: row not found while executing function whitin virtual database module - Failed SRR015256
Does anybody know the error's meaning? How to solve it?
Thanks a lot!
PS:
I run the toolkit on Windows7, it has the same problem!
Comment