<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[从centrifuge的结果中提取某个物种的序列]]></title><description><![CDATA[<p dir="auto">1.从报告中找到物种的ID<br />
less report.tsv | grep "coronavirus 2"</p>
<p dir="auto">2.从结果中将这些物种的结果导出<br />
less result.tsv | grep 2697049 &gt; all_sars19.fastq</p>
<p dir="auto">3.获取seqid<br />
cut -f1 all_sars19.fastq &gt; all_sars19.namelist</p>
<p dir="auto">4.提取序列<br />
seqtk subseq  all.fastq all_sars19.namelist &gt; all_sars19.fastq</p>
]]></description><link>http://an.forum.genostack.com/topic/104/从centrifuge的结果中提取某个物种的序列</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 12:32:30 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/104.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 Nov 2020 05:48:00 GMT</pubDate><ttl>60</ttl></channel></rss>