User Tools

Site Tools


pilon-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
pilon-software [2019/02/15 09:14] aorthpilon-software [2025/05/06 07:38] (current) aorth
Line 5: Line 5:
 ===== Information ===== ===== Information =====
  
-  * Version: 1.23+  * Version: 1.24
   * Added: November, 2018   * Added: November, 2018
-  * Updated: February2019 +  * Updated: May2025 
-  * Link: https://github.com/broadinstitute/pilon/wiki+  * Link: https://github.com/broadinstitute/pilon
  
 ===== Usage ===== ===== Usage =====
  
-Pilon is distributed as a Java JAR file. You need to run it like this: +See which versions are available:
-<code>$ java -Xmx8G -jar /export/apps/pilon/1.23/pilon-1.23.jar</code>+
  
-The [[https://github.com/broadinstitute/pilon/wiki/Requirements-&-Usage|documentation recommends]] using a minimum of 8GB of memory, or 16GB if possible. As a rule of thumb, try to allocate 1GB of memory per megabase of input genome to be processed.+<code>$ module avail pilon</code> 
 + 
 +Load one version into your environment and run it: 
 + 
 +<code>$ module load pilon/1.24 
 +$ pilon</code> 
 + 
 +Note: the [[https://github.com/broadinstitute/pilon/wiki/Requirements-&-Usage|documentation recommends]] using a minimum of 8GB of memory. As a rule of thumb, try to allocate 1GB of memory per megabase of input genome to be processed. To override the default memory allocation you will need to run Pilon directly, for example:: 
 + 
 +<code>$ java -Xmx16G -jar /export/apps/pilon/1.24/pilon-1.24.jar</code>
  
 ===== Installation ====== ===== Installation ======
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ sudo mkdir -p /export/apps/pilon/1.23 +<code>$ sudo mkdir -p /export/apps/pilon/1.24 
-$ sudo wget https://github.com/broadinstitute/pilon/releases/download/v1.23/pilon-1.23.jar -O /export/apps/pilon/1.23/pilon-1.23.jar</code>+$ sudo wget https://github.com/broadinstitute/pilon/releases/download/v1.24/pilon-1.24.jar -O /export/apps/pilon/1.24/pilon-1.24.jar 
 +$ # edit /export/apps/pilon/1.24/pilon 
 +$ cat /export/apps/pilon/1.24/pilon 
 +#!/usr/bin/env bash 
 + 
 +readonly PREFIX=$(dirname $0) 
 +# Default to 8G of heap 
 +java -jar -Xmx8G $PREFIX/pilon-1.24.jar $* 
 +$ sudo chmod +x /export/apps/pilon/1.24/pilon</code>
pilon-software.1550222085.txt.gz · Last modified: by aorth