User Tools

Site Tools


medaka-software

Differences

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

Link to this comparison view

medaka-software [2019/09/03 22:12] – created aorthmedaka-software [2021/08/25 12:15] (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: 0.8.2+  * Latest Version: 1.4.3
   * Added: September, 2019   * Added: September, 2019
 +  * Updated: August, 2021
   * Link: https://github.com/nanoporetech/medaka   * Link: https://github.com/nanoporetech/medaka
  
Line 10: Line 11:
 <code>$ module avail medaka</code> <code>$ module avail medaka</code>
  
-Load a particular version of medaka into your environment and run it:+Load one version into your environment and run it:
  
-<code>$ module load medaka/0.8.2 +<code>$ module load medaka/1.4.3 
-$ medaka</code>+$ medaka -h</code>
  
 ===== Installation ===== ===== Installation =====
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ sudo mkdir -p /export/apps/medaka/v0.8.2 +<code>$ sudo mkdir -p /export/apps/medaka/1.4.3 
-$ sudo chown aorth /export/apps/medaka/v0.8.2 +$ sudo chown -R aorth:aorth /export/apps/medaka/1.4.3 
-$ python3 -m venv /export/apps/medaka/v0.8.2 +$ module load python/3.7 
-$ source /export/apps/medaka/v0.8.2/bin/activate+$ python3 -m venv /export/apps/medaka/1.4.3 
 +$ source /export/apps/medaka/1.4.3/bin/activate
 $ pip install --upgrade pip setuptools $ pip install --upgrade pip setuptools
-$ pip install medaka +$ pip install medaka==1.4.3 
-$ sudo chown -R root:root </code> +$ sudo chown -R root:root /export/apps/medaka/1.4.3</code>
- +
-This uses the CentOS 7 system's Python 3.6 environment.+
medaka-software.1567548722.txt.gz · Last modified: 2019/09/03 22:12 by aorth