bioinformatic
Sequence Read Archive (SRA) data, available through multiple cloud providers and NCBI servers, is the largest publicly available repository of high throughput sequencing data.
Using the SRA Toolkit to convert .sra files into other formats
Installation
env
test
Download SRA
也可以再同一條指令下載多個SRA f ile
sra to fastq
-t 緩存位置
It is helpful for the speed-up, if the output-path and the scratch-path are on different file-systems. For instance it is a good idea to point the temporary directory to a SSD if available or a RAM-disk like
/dev/shm
if enough RAM is available.
-o 檔名
-e 使用核心數
-p 顯示進度條
search info
HowTo: fasterq dump
How to use NCBI SRA Toolkit effectively?