<?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[ONT basecalling Guppy]]></title><description><![CDATA[<p dir="auto"><a href="https://community.nanoporetech.com/protocols/Guppy-protocol/v/gpb_2003_v1_revs_14dec2018/linux-guppy" rel="nofollow ugc">https://community.nanoporetech.com/protocols/Guppy-protocol/v/gpb_2003_v1_revs_14dec2018/linux-guppy</a></p>
<p dir="auto">Choosing a Guppy package<br />
Depending on whether you are basecalling on a CPU or a GPU, you will need to choose an appropriate Guppy package. These packages are available as separate installers on the Software Downloads page:</p>
<p dir="auto">GPU basecalling is available in the ont-guppy package and will require a GPU driver for basecalling to work. It is also possible to perform CPU basecalling using this package. You will need to specify the GPU device(s) you want to use when setting up your experiment, otherwise Guppy will default to CPU calling.<br />
CPU-only basecalling is available in the ont-guppy-cpu package.</p>
<p dir="auto">Supported platforms for Guppy<br />
Debian packages:</p>
<ul>
<li>64-bit Ubuntu 16 amd64 (for either GPU-enabled Guppy or cpu-only Guppy)</li>
<li>64-bit Ubuntu 16 arm64v8 (for GPU-enabled Guppy only)</li>
</ul>
<p dir="auto">RPM packages:</p>
<ul>
<li>Centos 7 (for either GPU-enabled Guppy or CPU-only Guppy)</li>
</ul>
<p dir="auto">Archive package:</p>
<ul>
<li>Most 64-bit amd64 Linux platforms (for either GPU-enabled Guppy or CPU-only Guppy – the package was built on Centos 6)</li>
<li>64-bit Ubuntu 16 arm64v8 (for GPU-enabled Guppy only - the package was built on a Jetson TX2)</li>
</ul>
<p dir="auto">GPU devices:</p>
<ul>
<li>A supported NVIDIA GPU for the ont-guppy packages</li>
</ul>
<p dir="auto">From version 2.3.8 onwards, Guppy no longer officially supports Ubuntu 14.04, as that version of Ubuntu has reached its End of Life (EOL) date. It should still be possible to run the Guppy archive releases on that platform, although it is not explicitly supported.</p>
<p dir="auto">Use this installation process if you are installing from .deb for Guppy:<br />
Add Oxford Nanopore's deb repository to your system (this is to install Oxford Nanopore Technologies-specific dependency packages):</p>
<p dir="auto">sudo apt-get update<br />
sudo apt-get install wget lsb-release<br />
export PLATFORM=$(lsb_release -cs)<br />
wget -O- <a href="https://mirror.oxfordnanoportal.com/apt/ont-repo.pub" rel="nofollow ugc">https://mirror.oxfordnanoportal.com/apt/ont-repo.pub</a> | sudo apt-key add -<br />
echo "deb <a href="http://mirror.oxfordnanoportal.com/apt" rel="nofollow ugc">http://mirror.oxfordnanoportal.com/apt</a> ${PLATFORM}-stable non-free" | sudo tee /etc/apt/sources.list.d/nanoporetech.sources.list<br />
sudo apt-get update</p>
<p dir="auto">To install the .deb for Guppy, use the following command:</p>
<p dir="auto">sudo apt update<br />
sudo apt install ont-guppy</p>
<p dir="auto">This will install the GPU version of Guppy.<br />
<strong>GPU版本也可以运算纯CPU模式</strong></p>
<p dir="auto">or:<br />
<strong>注意：这个命令会覆盖GPU版本　强烈建议不要安装</strong><br />
sudo apt update<br />
sudo apt install ont-guppy-cpu</p>
<p dir="auto"><strong>To install the CPU-only version of Guppy.</strong></p>
<p dir="auto">Use this installation process if you are installing from .tar.gz:<br />
Download the .tar.gz archive file. This can be found on the Software Downloads page of the Nanopore Community.<br />
Unpack the archive:</p>
<p dir="auto">tar -xf ont-guppy_xxx_linux&lt;64 or aarch64&gt;.tar.gz</p>
<p dir="auto">or to unpack the CPU-only version of Guppy:</p>
<p dir="auto">tar -xf ont-guppy-cpu_xxx_linux&lt;64 or aarch64&gt;.tar.gz</p>
<p dir="auto">Note: 'xxx' in the command denotes the version number e.g. 3.0.3.</p>
<p dir="auto">Use this installation process if you are installing from .rpm:<br />
Download the .rpm file. This can be found on the Software Downloads page of the Nanopore Community.<br />
Install the epel-release repository:</p>
<p dir="auto">yum install epel-release</p>
<p dir="auto">Install the rpm:</p>
<p dir="auto">yum install &lt;path&gt;/&lt;to&gt;/ont-guppy_xxx.rpm</p>
<p dir="auto">This command installs the GPU version of Guppy.</p>
<p dir="auto">or</p>
<p dir="auto">yum install &lt;path&gt;/&lt;to&gt;/ont-guppy-cpu_xxx.rpm</p>
<p dir="auto">This command installs the CPU-only version of Guppy.</p>
<p dir="auto">The GPU-enabled ont-guppy package will not install a GPU driver by default – it will be necessary to handle installing this yourself, e.g. by visiting NVIDIA's website. Guppy requires an NVIDIA driver of at least version 384.</p>
<p dir="auto">Using unsupported NVIDIA GPUs<br />
Newer GPUs may require more up-to-date versions of NVIDIA drivers and CUDA APIs than the ont-guppy deb recommends. It is possible to install the ont-guppy deb without installing any GPU drivers by not installing the recommended ones, leaving it to the user to ensure that their system has the required minimum drivers:</p>
<p dir="auto">apt-get install ont-guppy --no-install-recommends</p>
<p dir="auto">In general NVIDIA APIs and drivers are backwards compatible, so it will usually be safe to install a later / higher version than Guppy requires. Check for the minimum driver version that Guppy requires using apt-cache show:</p>
<p dir="auto">$ apt-cache show ont-guppy<br />
Package: ont-guppy<br />
Version: 0.0.0-1~xenial<br />
Architecture: amd64<br />
Depends: libc6 (&gt;=2.23), libcurl4-openssl-dev, libssl-dev, libhdf5-cpp-11, libzmq5, libboost-atomic1.58.0, libboost-chrono1.58.0, libboost-date-time1.58.0, libboost-filesystem1.58.0, libboost-program-options1.58.0, libboost-regex1.58.0, libboost-system1.58.0, libboost-log1.58.0<br />
Recommends: nvidia-384, libcuda1-384<br />
[...]</p>
<p dir="auto">In this example the driver version (384) can be seen as part of the nvidia and libcuda1 package names in the "Recommends" section. Driver versions higher than 384 will likely be compatible with this version of Guppy.</p>
<p dir="auto">Note that Guppy only supports GPUs with an NVIDIA compute version of 6.1 or higher.</p>
<p dir="auto">Setting custom GPU parameters in Guppy</p>
<p dir="auto">If using an unsupported GPU then the following calculation provides a rough ceiling to the amount of GPU memory that Guppy will use:</p>
<p dir="auto">runners * chunks_per_runner * chunk_size &lt; 100000 * [max GPU memory in GB]</p>
<p dir="auto">For example, a GPU with 8GB of memory would require:<br />
runners * chunks_per_runner * chunk_size &lt; 800000</p>
]]></description><link>http://an.forum.genostack.com/topic/21/ont-basecalling-guppy</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 12:16:49 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/21.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Jul 2020 09:31:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ONT basecalling Guppy on Tue, 06 Apr 2021 08:58:09 GMT]]></title><description><![CDATA[<p dir="auto">查询流程配置<br />
guppy_basecaller --print_workflows</p>
<p dir="auto">R10版本：<br />
sudo guppy_basecaller -i ./fast5 -s ./fastq -c dna_r10.3_450bps_hac.cfg --num_callers 2 --cpu_threads_per_caller 1 --gpu_runners_per_device 20 --device "auto"</p>
]]></description><link>http://an.forum.genostack.com/post/545</link><guid isPermaLink="true">http://an.forum.genostack.com/post/545</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Tue, 06 Apr 2021 08:58:09 GMT</pubDate></item><item><title><![CDATA[Reply to ONT basecalling Guppy on Mon, 18 Jan 2021 02:27:35 GMT]]></title><description><![CDATA[<p dir="auto">使用guppy进行样本拆分：<br />
time guppy_basecaller -i ./fast5 -s ./fastq2 --barcode_kits "EXP-NBD104" -c dna_r9.4.1_450bps_hac.cfg --num_callers 2 --cpu_threads_per_caller 1 --gpu_runners_per_device 20 --device "auto"</p>
]]></description><link>http://an.forum.genostack.com/post/314</link><guid isPermaLink="true">http://an.forum.genostack.com/post/314</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Mon, 18 Jan 2021 02:27:35 GMT</pubDate></item><item><title><![CDATA[Reply to ONT basecalling Guppy on Thu, 30 Jul 2020 11:19:12 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://biohpc.cornell.edu/lab/userguide.aspx?a=software&amp;i=653" rel="nofollow ugc">https://biohpc.cornell.edu/lab/userguide.aspx?a=software&amp;i=653</a></p>
]]></description><link>http://an.forum.genostack.com/post/58</link><guid isPermaLink="true">http://an.forum.genostack.com/post/58</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Thu, 30 Jul 2020 11:19:12 GMT</pubDate></item><item><title><![CDATA[Reply to ONT basecalling Guppy on Thu, 30 Jul 2020 10:43:10 GMT]]></title><description><![CDATA[<p dir="auto">time guppy_basecaller -i ./fast5 -s ./guppy_out3 -c dna_r9.4.1_450bps_hac.cfg --num_callers 20 --cpu_threads_per_caller 1</p>
<p dir="auto"><img src="/assets/uploads/files/1595939043688-guppy%E7%BA%AFcpu-20%E7%BA%BF%E7%A8%8B.png" alt="Guppy纯CPU 20线程.png" class=" img-responsive img-markdown" /><br />
20线程大约4个小时　　这样来看GPU的加速还是相当可观</p>
]]></description><link>http://an.forum.genostack.com/post/42</link><guid isPermaLink="true">http://an.forum.genostack.com/post/42</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Thu, 30 Jul 2020 10:43:10 GMT</pubDate></item><item><title><![CDATA[Reply to ONT basecalling Guppy on Thu, 30 Jul 2020 10:42:17 GMT]]></title><description><![CDATA[<p dir="auto">time guppy_basecaller -i ./fast5 -s ./guppy_out2 -c dna_r9.4.1_450bps_hac.cfg --num_callers 2 --cpu_threads_per_caller 1 --gpu_runners_per_device 20 --device "auto"</p>
<p dir="auto"><img src="/assets/uploads/files/1595924969610-screenshot-from-2020-07-28-16-13-47.png" alt="Screenshot from 2020-07-28 16-13-47.png" class=" img-responsive img-markdown" /><br />
GPU用了不到２分钟</p>
]]></description><link>http://an.forum.genostack.com/post/38</link><guid isPermaLink="true">http://an.forum.genostack.com/post/38</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Thu, 30 Jul 2020 10:42:17 GMT</pubDate></item><item><title><![CDATA[Reply to ONT basecalling Guppy on Thu, 30 Jul 2020 10:43:50 GMT]]></title><description><![CDATA[<p dir="auto">time guppy_basecaller -i ./fast5 -s ./guppy_out -c dna_r9.4.1_450bps_hac.cfg --num_callers 2 --cpu_threads_per_caller 1</p>
<p dir="auto">用R740跑了快15个小时<br />
<img src="/assets/uploads/files/1595908097251-ont%E7%A1%85%E8%97%BB.png" alt="ONT硅藻.png" class=" img-responsive img-markdown" /> <img src="/assets/uploads/files/1595908112911-%E7%A1%85%E8%97%BB-resized.jpg" alt="硅藻.jpg" class=" img-responsive img-markdown" /></p>
]]></description><link>http://an.forum.genostack.com/post/33</link><guid isPermaLink="true">http://an.forum.genostack.com/post/33</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Thu, 30 Jul 2020 10:43:50 GMT</pubDate></item></channel></rss>