<?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[KrakenUniq建库日志记录]]></title><description><![CDATA[<pre><code class="language-bash">Found jellyfish v1.1.12
Kraken build set to minimize disk writes.
Found 12 sequence files (*.{fna,fa,ffn,fasta,fsa}) in the library directory.
Skipping step 1, k-mer set already exists.
Skipping step 2, no database reduction requested.
Skipping step 3, k-mer set already sorted.
Skipping step 4, seqID to taxID map already complete.
Skipping step 5, taxDB exists.
Skipping step 6, LCAs already set.
Creating database summary report database.report.tsv ...
/cromwell-executions/data/public_data/mngs/miniconda3/envs/tax_classifier/libexec/classify -d ././database.kdb -i ././database.idx -t 64 -r database.report.tsv -a ././taxDB -p 12 /dev/fd/63
 Database ././database.kdb
Loaded database with 43336394260 keys with k of 31 [val_len 4, key_len 8].
Reading taxonomy index from ././taxDB. Done.
25206200 sequences (291385.34 Mbp) processed in 27595.988s (54.8 Kseq/m, 633.54 Mbp/m).
  25150113 sequences classified (99.78%)
  56087 sequences unclassified (0.22%)
Writing report file to database.report.tsv  ..
Reading genome sizes from ././database.kdb.counts ... done
Setting values in the taxonomy tree ... done
Printing classification report ...  done
Report finished in 90019.930 seconds.
Finishing up ...Database construction complete. [Total: 32h51m9.712s]
You can delete all files but database.{kdb,idx} and taxDB now, if you want
</code></pre>
]]></description><link>http://an.forum.genostack.com/topic/282/krakenuniq建库日志记录</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 09:36:43 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/282.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Apr 2021 09:46:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to KrakenUniq建库日志记录 on Tue, 13 Apr 2021 01:28:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://an.forum.genostack.com/uid/3">@ice-melt</a></p>
<h1>问题：<code>xargs: cat: terminated by signal 13</code></h1>
<pre><code class="language-bash">Found jellyfish v1.1.12
Kraken build set to minimize disk writes.
Finding all library files
Found 12 sequence files (*.{fna,fa,ffn,fasta,fsa}) in the library directory.
Creating k-mer set (step 1 of 6)...
Using jellyfish
Hash size not specified, using '343468319717'
/cromwell-executions/data/public_data/mngs/miniconda3/envs/tax_classifier/libexec/build_db.sh: line 46: 42974 Killed                  jellyfish count -m 31 -s 343468319717 -C -t 10 -o database /dev/fd/63
xargs: cat: terminated by signal 13
</code></pre>
<p dir="auto">内存不够时需要指定 <code>--jellyfish-hash-size 20000M</code></p>
]]></description><link>http://an.forum.genostack.com/post/582</link><guid isPermaLink="true">http://an.forum.genostack.com/post/582</guid><dc:creator><![CDATA[ice-melt]]></dc:creator><pubDate>Tue, 13 Apr 2021 01:28:27 GMT</pubDate></item></channel></rss>