This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Is it OK to use --split-files option in fastq-dump when processing SE data?

Hi, everyone,

I have a list of SRR accessions and need to process them using Fastq-dump. Some of them are SE, and others are PE data. Do you think it OK to use --split-files option in fastq-dump when processing SE data? I want to use one fastq-dump command to process both SE and PE data (my command is: fastq-dump --split-files <accession>). Thank you very much!

fastq-dump

1 answer

Yes, that will always work OK.

Thanks a lot, Devon Ryan.

If this answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted. Upvote|Bookmark|Accept

Off-label usage of SRAtoolkit commands may be dangerous :)

Hi, genomax, could you please tell me the safe usage of fastq-dump? Thank you very much!

That was meant to be a partly humorous comment.

That said, if you know a certain dataset is SE then why use --split-files in first place. In general, search via EBI-ENA to see if the dataset you are looking for is available there since you can directly download fastq files, circumventing need for sratoolkit.

OK, genomax, thanks a lot for your explanations. I will try EBI-ENA.

Log in to answer this question.