1.安装好软件之后(fastq-dump)使用代码 ls ./* | while read id;do (nohup fastq-dump --gzip --split-3 -O ./ ${id} &); done 就能将sra文件转换为fastq文件