Skip to main content

Neural network sequence error correction.

Project description

Oxford Nanopore Technologies logo

Medaka

medaka is a tool to create consensus sequences and variant calls from nanopore sequencing data. This task is performed using neural networks applied a pileup of individual sequencing reads against a reference sequence, mostly commonly either a draft assembly or a database reference sequence. It provides state-of-the-art results outperforming sequence-graph based methods and signal-based methods, whilst also being faster.

© 2018- Oxford Nanopore Technologies Ltd.

Features

  • Requires only basecalled data. (.fasta or .fastq)
  • Improved accuracy over graph-based methods (e.g. Racon).
  • 50X faster than Nanopolish (and can run on GPUs).
  • Includes extras for implementing and training bespoke correction networks.
  • Works on Linux and MacOS.
  • Open source (Oxford Nanopore Technologies PLC. Public License Version 1.0)

For creating draft assemblies we recommend Flye.

Installation

Medaka can be installed in one of several ways.

Installation with pip

Official binary releases of medaka are available on PyPI and can be installed using pip:

pip install medaka

On contemporaray Linux and macOS platforms this will install a precompiled binary, on other platforms a source distribution may be fetched and compiled.

We recommend using medaka within a virtual environment, viz.:

python3 -m venv medaka
. ./medaka/bin/activate
pip install --upgrade pip
pip install medaka

Using this method requires the user to provide several binaries:

and place these within the PATH. samtools/bgzip/tabix versions >=1.14 and minimap2 version >=2.17 are recommended as these are those used in development of medaka.

The default installation has the capacity to run on a GPU (see Using a GPU below), or on CPU. If you are using medaka exclusively on CPU, and don't need the ability to run on GPU, you may wish to install the CPU-only version with:

pip install medaka --extra-index-url https://download.pytorch.org/whl/cpu

The medaka-cpu package has been deprecated for versions >2.2.0 because these are now identical to the standard medaka package. To upgrade an existing virtual environment, remove the medaka-cpu package and install medaka instead.

pip uninstall medaka-cpu
pip install medaka

Installation with conda

The bioconda medaka packages are not supported by Oxford Nanopore Technologies.

For those who prefer the conda package manager, medaka is available via the anaconda.org channel:

conda create -n medaka -c conda-forge -c nanoporetech -c bioconda medaka

Installations with this method will bundle the additional tools required to run an end-to-end correction workflow.

Installation from source

This method is useful only when the above methods have failed, as it will assist in building various dependencies. Its unlikely that our developers will be able to provide further assistance in your specific circumstances if you install using this method.

Medaka can be installed from its source quite easily on most systems.

Before installing medaka it may be required to install some prerequisite libraries, best installed by a package manager. On Ubuntu theses are:

bzip2 g++ zlib1g-dev libbz2-dev liblzma-dev libffi-dev libncurses5-dev
libcurl4-gnutls-dev libssl-dev curl make cmake wget python3-all-dev
python-virtualenv

In addition it is required to install and set up git LFS before cloning the repository.

A Makefile is provided to fetch, compile and install all direct dependencies into a python virtual environment. To set-up the environment run:

# Note: certain files are stored in git-lfs, https://git-lfs.github.com/,
#       which must therefore be installed first.
git clone https://github.com/nanoporetech/medaka.git
cd medaka
make install
. ./venv/bin/activate

Using this method both samtools and minimap2 are built from source and need not be provided by the user.

When building from source, to install a CPU-only version without the capacity to run on GPU, modify the above to:

MEDAKA_CPU=1 make install

Using a GPU

Since version 2.0 medaka uses PyTorch. Prior versions (v1.x) used Tensorflow.

The default version of PyTorch that is installed when building from source or when installing through pip can make immediate use of GPUs via NVIDIA CUDA. However, note that the torch package is compiled against specific versions of the CUDA and cuDNN libraries; users are directed to the torch installation pages for further information. cuDNN can be obtained from the cuDNN Archive, whilst CUDA from the CUDA Toolkit Archive.

Installation with conda is a little different. See the [conda-forge]https://conda-forge.org/docs/user/tipsandtricks/#installing-cuda-enabled-packages-like-tensorflow-and-pytorch) documentation. In summary, the conda package should do something sensible bespoke to the computer it is being installed on.

As described above, if the capability to run on GPU is not required, medaka can be installed with a CPU-only version of PyTorch that doesn't depend on the CUDA libraries, as follows:

pip install medaka --extra-index-url https://download.pytorch.org/whl/cpu

if using the prebuilt packages, or

MEDAKA_CPU=1 make install

if building from source.

GPU Usage notes

Depending on your GPU, medaka may show out of memory errors when running. To avoid these the inference batch size can be reduced from the default value by setting the -b option when running medaka_consensus. A value -b 100 is suitable for 11Gb GPUs.

Usage

medaka can be run using its default settings through the medaka_consensus program. An assembly in .fasta format and basecalls in .fasta or .fastq formats are required. The program uses both samtools and minimap2. If medaka has been installed using the from-source method these will be present within the medaka environment, otherwise they will need to be provided by the user.

source ${MEDAKA}  # i.e. medaka/venv/bin/activate
NPROC=$(nproc)
BASECALLS=basecalls.fa
DRAFT=draft_assm/assm_final.fa
OUTDIR=medaka_consensus
medaka_consensus -i ${BASECALLS} -d ${DRAFT} -o ${OUTDIR} -t ${NPROC}

The variables BASECALLS, DRAFT, and OUTDIR in the above should be set appropriately. The -t option specifies the number of CPU threads to use.

When medaka_consensus has finished running, the consensus will be saved to ${OUTDIR}/consensus.fasta.

Haploid variant calling

Variant calling for haploid samples is enabled through the medaka_variant workflow:

medaka_variant -i <reads.fastq> -r <ref.fasta>

which requires the reads as a .fasta or .fastq and a reference sequence as a .fasta file.

Diploid variant calling

The diploid variant calling workflow that was historically implemented within the medaka package has been surpassed in accuracy and compute performance by other methods, it has therefore been deprecated. Our current recommendation for performing this task is to use Clair3 either directly or through the Oxford Nanopore Technologies provided Nextflow implementation available through EPI2ME Labs.

Models

For best results it is important to specify the correct inference model, according to the basecaller used. Allowed values can be found by running medaka tools list\_models.

Recent basecallers

Recent basecaller versions annotate their output with their model version. In such cases medaka can inspect the files and attempt to select an appropriate model for itself. This typically works best in the case of BAM output from basecallers. It will work also for FASTQ input provided the FASTQ has been created from basecaller output using:

samtools fastq -T '*' dorado.bam | gzip -c > dorado.fastq.gz

The command medaka inference will attempt to automatically determine a correct model by inspecting its BAM input file. The helper scripts medaka_consensus and medaka_variant will make similar attempts from their FASTQ input.

To inspect files for yourself, the command:

medaka tools resolve_model --auto_model <consensus/variant> <input.bam/input.fastq>

will print the model that automatic model selection will use.

Bacterial and plasmid sequencing

For native data with bacterial modifications, such as bacterial isolates, metagenomic samples, or plasmids expressed in bacteria, there is a research model that shows improved consensus accuracy. This model is compatible with several basecaller versions for the R10 chemistries. By adding the flag --bacteria the bacterial model will be selected if it is compatible with the input basecallers:

medaka_consensus -i ${BASECALLS} -d ${DRAFT} -o ${OUTDIR} -t ${NPROC} --bacteria

A legacy default model will be used if the bacterial model is not compatible with the input files. The model selection can be confirmed by running:

medaka tools resolve_model --auto_model consensus_bacteria <input.bam/input.fastq>

which will display the model r1041_e82_400bps_bacterial_methylation if compatible or the default model name otherwise.

Read-level models

Recently, "read-level" consensus polishing models have been developed that integrate additional read information, such as base quality scores, alignment quality scores, and (optionally) dwell time information from the signal. These models are intended primarily for human genome polishing. For those wishing to test these models, we recommend using dorado polish for the best performance and ease of use.

The same models are also provided in medaka for completeness, indicated by "rl" in the model name, but they will not be selected automatically. Since read-level models are significantly more computationally intensive than previous medaka models, it is highly recommended to run them on GPU.

When automatic selection is unsuccessful, and older basecallers

If the name of the basecaller model used is known, but has been lost from the input files, the basecaller model can been provided to medaka directly. It must however be appended with either :consensus or :variant according to whether the user wishing to use the consensus or variant calling medaka model. For example:

medaka inference input.bam output.hdf \
    --model dna_r10.4.1_e8.2_400bps_hac@v4.1.0:variant

will use the medaka variant calling model appropriate for use with the basecaller model named dna_r10.4.1_e8.2_400bps_hac@v4.1.0.

Historically medaka models followed a nomenclature describing both the chemistry and basecaller versions. These old models are now deprecated, users are encouraged to rebasecall their data with a more recent basecaller version prior to using medaka.

Improving parallelism

The medaka_consensus program is good for simple datasets but perhaps not optimal for running large datasets at scale. A higher level of parallelism can be achieved by running independently the component steps of medaka_consensus. The program performs three tasks:

  1. alignment of reads to input assembly (via mini_align which is a thin veil over minimap2)
  2. running of inference algorithm across assembly regions (medaka inference)
  3. aggregation of the results of 2. to create consensus sequences (medaka sequence)

The three steps are discrete, and can be split apart and run independently. In most cases, Step 2. is the bottleneck and can be trivially parallelized. The medaka inference program can be supplied a --regions argument which will restrict its action to particular assembly sequences from the .bam file output in Step 1. Therefore individual jobs can be run for batches of assembly sequences simultaneously. In the final step, medaka sequence can take as input one or more of the .hdf files output by Step 2.

So in summary something like this is possible:

# align reads to assembly
mini_align -i basecalls.fasta -r assembly.fasta -P -m \
    -p calls_to_draft.bam -t <threads>
# run lots of jobs like this:
mkdir results
medaka inference calls_to_draft.bam results/contigs1-4.hdf \
    --region contig1 contig2 contig3 contig4
...
# wait for jobs, then collate results
medaka sequence results/*.hdf assembly.fasta polished.assembly.fasta

It is not recommended to specify a value of --threads greater than 2 for medaka inference since the compute scaling efficiency is poor beyond this. Note also that medaka inference may been seen to use resources equivalent to <threads> + 4 as an additional 4 threads are used for reading and preparing input data.

Origin of the draft sequence

Medaka has been trained to correct draft sequences output from the Flye assembler.

Processing a draft sequence from alternative sources (e.g. the output of canu or wtdbg2) may lead to different results.

Historical correction models in medaka were trained to correct draft sequences output from the canu assembler with racon applied either once, or four times iteratively. For contemporary models this is not the case and medaka should be used directly on the output of Flye.

Acknowledgements

We thank Joanna Pineda and Jared Simpson for providing htslib code samples which aided greatly development of the optimised feature generation code, and for testing the version 0.4 release candidates.

We thank Devin Drown for working through use of medaka with his RTX 2080 GPU.

Help

Licence and Copyright

© 2018- Oxford Nanopore Technologies Ltd.

medaka is distributed under the terms of the Oxford Nanopore Technologies PLC. Public License Version 1.0

Research Release

Research releases are provided as technology demonstrators to provide early access to features or stimulate Community development of tools. Support for this software will be minimal and is only provided directly by the developers. Feature requests, improvements, and discussions are welcome and can be implemented by forking and pull requests. However much as we would like to rectify every issue and piece of feedback users may have, the developers may have limited resource for support of this software. Research releases may be unstable and subject to rapid iteration by Oxford Nanopore Technologies.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

medaka-2.2.2.tar.gz (14.7 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

medaka-2.2.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (15.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

medaka-2.2.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

medaka-2.2.2-cp313-cp313-macosx_12_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

medaka-2.2.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (15.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

medaka-2.2.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

medaka-2.2.2-cp312-cp312-macosx_12_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

medaka-2.2.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (15.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

medaka-2.2.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

medaka-2.2.2-cp311-cp311-macosx_12_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

medaka-2.2.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (15.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

medaka-2.2.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

medaka-2.2.2-cp310-cp310-macosx_12_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

File details

Details for the file medaka-2.2.2.tar.gz.

File metadata

  • Download URL: medaka-2.2.2.tar.gz
  • Upload date:
  • Size: 14.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for medaka-2.2.2.tar.gz
Algorithm Hash digest
SHA256 28ed7402af5c82aa5d62c28325c1b1d6961b69d3ee16b624f44a5dbc34edf44e
MD5 4facb4514f0cf013040bd8f8d8364b50
BLAKE2b-256 4616237f94d845132317844e48eac7b1f64ce3166ae7ea4a1f2addfc6f927670

See more details on using hashes here.

File details

Details for the file medaka-2.2.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for medaka-2.2.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 016e9a142f2c1dc83eb76a3c3e28142d9225cea1b39f18e167e123ee423bcad0
MD5 da29c5b07f55889357d66bc730c9c17a
BLAKE2b-256 51efde37d4f91dd8fa518dc4bec1fac299c67c93eb5363946a444aa8098ba47f

See more details on using hashes here.

File details

Details for the file medaka-2.2.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for medaka-2.2.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 13e08d2118d692496ed66b60adf5313fb699ae85fcd588fc880d48b9bf3fbbc6
MD5 bd0050b85a2e154480830c86118125b0
BLAKE2b-256 84406740a3f1f1be669079252c982f30de09ffc5c29219d0abd47d5fc622bfe1

See more details on using hashes here.

File details

Details for the file medaka-2.2.2-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for medaka-2.2.2-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 9350b79f45613cb51e5ca0b3a42d773439eb2a6ed1c7e94f2a550ecb66305d6e
MD5 bc0456fea748fafdca0b17c394e8cd1c
BLAKE2b-256 11e1371b9f96dcad4af4aa97d9222940503dc175c17479ea295cf24a1db7b5f3

See more details on using hashes here.

File details

Details for the file medaka-2.2.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for medaka-2.2.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 66a1e1d7202d8ca3d957ccaef4754b357c14d9660be86a22ba1e9ea0982ca91d
MD5 3e1aaa600cae50ca4d7cfe0ea83b7784
BLAKE2b-256 5689e65671bacc8a102a9c1e7017079f1137bc4093a1039298c33948e7daa443

See more details on using hashes here.

File details

Details for the file medaka-2.2.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for medaka-2.2.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 67627f30b573f2bc61dfaf45249c839adad62631eb078095ce7b69961d923398
MD5 e511a4c23663ea9c7c1468cb79ae3df0
BLAKE2b-256 f93516357773b2bd53828c4cafa5432f1ce29f206cdc3ea0ae860d4d91d6d28d

See more details on using hashes here.

File details

Details for the file medaka-2.2.2-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for medaka-2.2.2-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 f7fa5ef1e7f8f1bf179f7da42e8ac3c23ae4e391364a38e1d199fd5f16dbee8b
MD5 60eb15e3275cd9cce5d828145007de8c
BLAKE2b-256 61ba9a3b235ff8d86dceeb1ec265a07997dafeed3e679edae7df987f6fb08d06

See more details on using hashes here.

File details

Details for the file medaka-2.2.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for medaka-2.2.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5aa260be53097964fd9fb41d27037005168ed6c70da54b5d631532ed5bb8f886
MD5 5c172c41e3ba1e053e1ce1ead0fff751
BLAKE2b-256 2c9f228ed34c8807eb2f10fc83327f1dbb32315fa5adcd87bf27ed2ffe2d15ed

See more details on using hashes here.

File details

Details for the file medaka-2.2.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for medaka-2.2.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8d153ee2b81a8157c7340a68d01a0a8995668979ed0cab78b0e0002ccba9e4e0
MD5 ea873c5d9385671e8341a3e046dbfd0b
BLAKE2b-256 d4f3235251daf106e0d4427b04d8b6c9bcf116e2db955d2e5f73c0b0a590818a

See more details on using hashes here.

File details

Details for the file medaka-2.2.2-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for medaka-2.2.2-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 794501c5e5a1400414429f9a2cf5b8842ead74cda305fe60f40f7ab46b80036f
MD5 09bd3e23834630b90f1118deb40c3d2a
BLAKE2b-256 9401816cd22a82f0a543e506b372261d895bef9816e628239d7b1f1be374bb83

See more details on using hashes here.

File details

Details for the file medaka-2.2.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for medaka-2.2.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 292f1a87b3cf778d5ea8a7dcd1202a8656c64747f4139cdfefc0e1f4ff6810bc
MD5 e94c82d4be5597a39be33145062411bf
BLAKE2b-256 c54607b503399889114eeefeeda5f54023453109e146aa712709cf60fabbdd3b

See more details on using hashes here.

File details

Details for the file medaka-2.2.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for medaka-2.2.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0b7a16920b568bba647a31c5fc46fcc08e24a91be8a9c945e9a6a56cf99780ec
MD5 3caed9b365bb4d26160f7f9700fd96c9
BLAKE2b-256 7d48a07cc1cd83da830defe11d6232463a44d1886244cb808760e7a056aaac83

See more details on using hashes here.

File details

Details for the file medaka-2.2.2-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for medaka-2.2.2-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 09f0249d0f4db34f957ab44b44ae9b5f671b7638d94df3cbba211f086d970fb2
MD5 e7332a60feb4eeadd5a8aeb1fada203b
BLAKE2b-256 81aa8a06b54d7cea6ddb5754c68668299fb948f3ed4d0ece733ccbc4eb2b9df8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page