medaka-software
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| medaka-software [2019/09/03 22:12] – created aorth | medaka-software [2025/05/13 12:27] (current) – aorth | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| medaka is a tool to create a consensus sequence from nanopore sequencing data. This task is performed using neural networks applied from 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. | medaka is a tool to create a consensus sequence from nanopore sequencing data. This task is performed using neural networks applied from 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. | ||
| - | * Latest Version: | + | * Latest Version: |
| * Added: September, 2019 | * Added: September, 2019 | ||
| + | * Updated: May, 2025 | ||
| * Link: https:// | * Link: https:// | ||
| ===== Usage ===== | ===== Usage ===== | ||
| - | Show all available | + | |
| + | Show which versions | ||
| < | < | ||
| - | Load a particular | + | Load one version into your environment and run it: |
| - | < | + | < |
| - | $ medaka</ | + | $ medaka |
| ===== Installation ===== | ===== Installation ===== | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | $ sudo chown aorth / | + | $ sudo mkdir -p / |
| - | $ python3 | + | $ sudo chown aorth / |
| - | $ source / | + | $ python |
| - | $ pip install --upgrade | + | $ source / |
| - | $ pip install medaka | + | $ python -m pip install -U pip setuptools |
| - | $ sudo chown -R root:root </ | + | $ python -m pip install medaka==1.12.1 |
| - | + | $ sudo chown -R root: | |
| - | This uses the CentOS 7 system' | + | |
medaka-software.1567548722.txt.gz · Last modified: by aorth
