Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
1.从报告中找到物种的ID less report.tsv | grep "coronavirus 2"
2.从结果中将这些物种的结果导出 less result.tsv | grep 2697049 > all_sars19.fastq
3.获取seqid cut -f1 all_sars19.fastq > all_sars19.namelist
4.提取序列 seqtk subseq all.fastq all_sars19.namelist > all_sars19.fastq