Sequence correction provided by ONT Research
50K+
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 draft assembly. It
outperforms graph-based methods operating on basecalled data, and can be
competitive with state-of-the-art signal-based methods whilst being much
faster.
© 2018- Oxford Nanopore Technologies Ltd.
.fasta or .fastq)For creating draft assemblies we recommend Flye.
Documentation can be found at https://nanoporetech.github.io/medaka/.
Using Docker
The source code repository contains a Dockerfile which can be used to create
a GPU compatible Docker container image with the appropriate CUDA and cuDNN
library versions for running medaka. The image is built on top of images
provided by NVIDIA designed to run with the NVIDIA Container
Toolkit.
With the toolkit setup on your host computer the following command can be used
to run the latest version of medaka:
docker run --rm --gpus 0 ontresearch/medaka:latest medaka --help
(The --gpus option can be amended as appropriate for your environment). Versioned
tags are also available.
Content type
Image
Digest
sha256:f364400b7…
Size
839.6 MB
Last updated
10 days ago
docker pull ontresearch/medaka