Hi everyone,
I tried to convert SRA to fastq using SRATOOLKIT 2.6.3, fastq-dump. The archive is from a ChIP-seq (single reads). This is my command line:
./fastq-dump --split-3 $DIR/SRR3722567.sra > $DIR/SRR3722567.fastq
It produces a fastq file which is empty (Written 34892751 spots for $DIR/SRR3722567.sra). I also tried the option --split-files but it produced error. How can I do ?
Thanks a lot for your help !
Lenha
Did you try without redirecting it into a new file?
Thanks you very much ! I used ./fastq-dump SRR3722567.sra and it works ! :)
Simply use the identifier SRR3722567. fastq-dump is quite lenient with cutting off parts of the identifier it doesn't need, though