Home > Community > Upgrading guppy basecaller on Oxford Nanopore Gridion via PPA
Upvote

26

Downvote
+ Bioinformatics
Posted by
Nancy Rubenstein

Upgrading guppy basecaller on Oxford Nanopore Gridion via PPA

Bryan Foong Zhi Chuan  Follow

This is an ONT problem, not an ubuntu problem. Keys can expire over time, and need to be updated.

The keys for the Guppy basecaller are not present in the ubuntu repository; you need to get them from ONT. This is indicated by the installation instructions for Guppy (which you've already linked to):

sudo apt-get updatesudo apt-get install wget lsb-releaseexport PLATFORM=$(lsb_release -cs)###wget -O- https://mirror.oxfordnanoportal.com/apt/ont-repo.pub | sudo apt-key add -###echo "deb http://mirror.oxfordnanoportal.com/apt ${PLATFORM}-stable non-free" | sudo tee /etc/apt/sources.list.d/nanoporetech.sources.listsudo apt-get update

More

Upvote

VOTE

Downvote
Eugene Buff  Follow
export PLATFORM=$(lsb_release -cs)More
Upvote

VOTE

Downvote
Gaurav Raje  Follow
Yes it turned out that the upgrade worked after repeating all these commands (which I thought it was not necessary because I had already added the PPA). There was, however, an issue with the release, so More
Upvote

VOTE

Downvote
Emile de Groot  Follow
fixed the issueMore
Upvote

VOTE

Downvote