Skip to content

Guppy

Guppy is a data toolkit for Oxford Nanopore Technologies' sequencing platforms. The bundle packages version 6.5.7.

UFS HPC Usage Example

If the system has a NVIDIA GPU then the following loads the Guppy bundle:

module load guppy
With the module loaded, Guppy can be run as shown below:
autoconfigure_guppy_server.py
bam_convert
crashpad_handler
guppy_aligner
guppy_barcoder
guppy_basecall_client
guppy_basecaller
guppy_basecaller_duplex
guppy_basecaller_supervisor
guppy_basecall_server minimap2
The guppy_shell can be used to access a shell in the bundle.
guppy_shell

If the system does not have NVIDIA GPU then the submit_pbs command can be used to submit a GPU job and run guppy commands, for example:

submit_pbs --ssh --name=test --gpu=2 --hours=24 --threads=16 --memory=64gb --module=guppy --command=guppy_basecaller -- -i lib1/ -r -s output -x "cuda:all" -c dna_r9.4.1_450bps_sup.cfg --min_qscore 10 --num_callers 4 --gpu_runners_per_device 8 --enable_trim_barcodes --trim_adapters --barcode_kits "EXP-NBD196"
Adjust according to your needs.

Performance Notes

No performance notes available

No recommended resources available

Benchmarks

No benchmarks available.

UFS HPC Community Guides and Tutorials

  • No community guides available.

Official site and documentation

Licensing Information

  • The binaries for Guppy is licensed under a proprietary license.
  • Only researchers who own an Oxford Nanopore sequencing device can currently use Guppy.

Primary citation

External Guides and Resources

  • If you know of a guide/tutorial that you have found useful, please help us share it by contacting the HPC staff at hpc@ufs.ac.za