Entering edit mode
8.2 years ago
Bade
▴
40
Hi All,
I have a list of biosample identifiers like SAMN01096167, SAMN01096168 and SAMN01096169. Is there anyway I can download FASTQ files from SRA database using these identifiers? Usually, I use fastq-dump with SRR identifiers to download files like this:
fastq-dump -A SRR1642913 --split-files
But fastq-dump doesn't works for biosample identifiers. I would appreciate your suggestions.
Bade