User Tools

Site Tools


medaka-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
medaka-software [2021/08/25 12:15] – aorthmedaka-software [2026/07/14 06:11] (current) – external edit 127.0.0.1
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: 1.4.3+  * Latest Version: 1.12.1
   * Added: September, 2019   * Added: September, 2019
-  * Updated: August, 2021+  * Updated: May, 2025
   * Link: https://github.com/nanoporetech/medaka   * Link: https://github.com/nanoporetech/medaka
  
 ===== Usage ===== ===== Usage =====
-Show all available versions of medaka:+ 
 +Show which versions are available:
 <code>$ module avail medaka</code> <code>$ module avail medaka</code>
  
 Load one version into your environment and run it: Load one version into your environment and run it:
  
-<code>$ module load medaka/1.4.3+<code>$ module load medaka/1.12.1
 $ medaka -h</code> $ medaka -h</code>
  
Line 19: Line 20:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ sudo mkdir -p /export/apps/medaka/1.4.3 +<code>$ module load python/3.10 
-$ sudo chown -R aorth:aorth /export/apps/medaka/1.4.3 +$ sudo mkdir -p /export/apps/medaka/1.12.1/.venv 
-$ module load python/3.7 +$ sudo chown aorth /export/apps/medaka/1.12.1/.venv 
-$ python3 -m venv /export/apps/medaka/1.4.3 +$ python -m venv /export/apps/medaka/1.12.1/.venv 
-$ source /export/apps/medaka/1.4.3/bin/activate +$ source /export/apps/medaka/1.12.1/.venv/bin/activate 
-$ pip install --upgrade pip setuptools +$ python -m pip install -U pip setuptools wheel 
-$ pip install medaka==1.4.3 +$ python -m pip install medaka==1.12.1 
-$ sudo chown -R root:root /export/apps/medaka/1.4.3</code>+$ sudo chown -R root:root /export/apps/medaka/1.12.1</code>
medaka-software.1629893755.txt.gz · Last modified: (external edit)