<?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[临时修改tmp目录的方法]]></title><description><![CDATA[<h1>Linux临时修改tmp目录</h1>
<p dir="auto">使用qiime2会使用/tmp目录，如果数据过大，tmp目录空间不足可以进行临时修改</p>
<pre><code class="language-bash">export TMPDIR='/ceph_disk3/lx/ws/user_dir_for_bioinfo/qiime_train_classifier/sample/tmp'


qiime feature-classifier fit-classifier-naive-bayes   \
--i-reference-reads ref-seqs.qza   \
--i-reference-taxonomy ref-taxonomy.qza   \
--o-classifier classifier.qza

cd ${TMPDIR}
watch -n 2 ls -l

</code></pre>
]]></description><link>http://an.forum.genostack.com/topic/606/临时修改tmp目录的方法</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 12:32:45 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/606.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 25 Mar 2022 01:43:43 GMT</pubDate><ttl>60</ttl></channel></rss>