User Tools

Site Tools


nanopolish-software

Differences

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

Link to this comparison view

nanopolish-software [2018/11/17 22:20] – created aorthnanopolish-software [2023/02/22 13:36] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 0.10.2+  * Version: 0.14.0
   * Added: November, 2018   * Added: November, 2018
 +  * Updated: February, 2023
   * Link: https://github.com/jts/nanopolish   * Link: https://github.com/jts/nanopolish
  
Line 14: Line 15:
  
 Load one version into your environment and run it: Load one version into your environment and run it:
-<code>$ module load nanopolish/0.10.2+<code>$ module load nanopolish/0.14.0
 $ nanopolish help</code> $ nanopolish help</code>
  
Line 23: Line 24:
 $ git clone --recursive https://github.com/jts/nanopolish.git $ git clone --recursive https://github.com/jts/nanopolish.git
 $ cd nanopolish $ cd nanopolish
-$ git checkout v0.10.2 +$ git checkout v0.14.
-$ make +# Load the htslib and minimap2 modules because they provide necessary 
-$ sudo mkdir -p /export/apps/nanopolish/0.10.2 +# CPPFLAGS and LDFLAGS for the build 
-$ sudo chown -R aorth:aorth /export/apps/nanopolish/0.10.2 +$ module load htslib/1.15.1 minimap2/2.24 
-$ cp -r bin docs nanopolish nanopolish_test scripts README.md LICENSE /export/apps/nanopolish/0.10.2 +HTS=noinstall MINIMAP2=noinstall make 
-$ python3.6m -m venv /export/apps/nanopolish/0.10.2 +$ sudo mkdir -p /export/apps/nanopolish/0.14.0 
-$ source /export/apps/nanopolish/0.10.2/bin/activate +$ sudo chown aorth:aorth /export/apps/nanopolish/0.14.0 
-pip3 install biopython pysam +$ cp -r bin docs nanopolish test scripts README.md LICENSE /export/apps/nanopolish/0.14.
-$ sudo chown -R root:root /export/apps/nanopolish/0.10.2</code>+$ module load python/3.8 
 +$ python3.-m venv /export/apps/nanopolish/0.14.0/venv 
 +$ source /export/apps/nanopolish/0.14.0/venv/bin/activate 
 +pip install -r scripts/requirements.txt 
 +$ sudo chown -R root:root /export/apps/nanopolish/0.14.0</code>
nanopolish-software.1542493230.txt.gz · Last modified: 2018/11/17 22:20 by aorth