User Tools

Site Tools


racon-software

Differences

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

Link to this comparison view

racon-software [2018/11/17 21:28] – created aorthracon-software [2023/06/12 13:24] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 1.3.1+  * Version: 1.5.0
   * Added: November, 2018   * Added: November, 2018
-  * Link: https://github.com/isovic/racon+  * Updated: June, 2023 
 +  * Link: https://github.com/lbcb-sci/racon
  
 ===== Usage ===== ===== Usage =====
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 racon/1.3.1+<code>$ module load racon/1.5.0
 $ racon</code> $ racon</code>
  
-See additional usage notes here: [[https://github.com/isovic/racon/blob/master/README.md|README.md]]+See additional usage notes here: [[https://github.com/lbcb-sci/racon/blob/master/README.md|README.md]]
  
 ===== Installation ====== ===== Installation ======
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code> +<code>$ cd /tmp 
-$ cd /tmp +$ wget https://github.com/lbcb-sci/racon/archive/refs/tags/1.5.0.tar.gz 
-$ wget https://github.com/isovic/racon/releases/download/1.3.1/racon-v1.3.1.tar.gz +$ tar xf 1.5.0.tar.gz 
-$ tar xf racon-v1.3.1.tar.gz +$ cd racon-1.5.0/
-$ cd racon-v1.3.1+
 $ mkdir build $ mkdir build
 $ cd build $ cd build
-cmake3 -DCMAKE_INSTALL_PREFIX=/export/apps/racon/1.3.-DCMAKE_BUILD_TYPE=Release .. +cmake -DCMAKE_INSTALL_PREFIX=/export/apps/racon/1.5.-DCMAKE_BUILD_TYPE=Release .. 
-$ make +$ make -j4 
-$ sudo mkdir -p /export/apps/racon/1.3.1 +$ sudo mkdir -p /export/apps/racon/1.5.0 
-$ sudo chown aorth /export/apps/racon/1.3.1+$ sudo chown aorth /export/apps/racon/1.5.0
 $ make install $ make install
-$ sudo chown -R root:root /export/apps/racon/1.3.1</code>+$ sudo chown -R root:root /export/apps/racon/1.5.0</code>
racon-software.1542490111.txt.gz · Last modified: 2018/11/17 21:28 by aorth