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
medaka-software [2021/08/25 12:15] aorthmedaka-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: 1.4.3+  * Latest Version: 1.12.1
   * Added: September, 2019   * Added: September, 2019
-  * Updated: August2021+  * Updated: May2025
   * 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.+$ 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 -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: by aorth