美文网首页
将SRA转为fastq,fastq-dump

将SRA转为fastq,fastq-dump

作者: 一只小脑斧 | 来源:发表于2021-09-13 15:38 被阅读0次

fastq-dump --gzip --split-files SRR10096826.1.sra

fastq-dump --gzip --split-files SRR10096827.1.sra

重命名:

_S1_L001_I1_001

_S1_L001_R1_001

_S1_L001_R2_001

read type有3种,I1为sample index read, R1为barcode和UMI, R2才是测序read.

相关文章

网友评论

      本文标题:将SRA转为fastq,fastq-dump

      本文链接:https://www.haomeiwen.com/subject/jmjfgltx.html