User Tools

Site Tools


act-software

Differences

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

Link to this comparison view

Next revision
Previous revision
act-software [2016/04/20 10:57] – created joguyaact-software [2016/05/23 07:35] (current) joguya
Line 14: Line 14:
 <code>$ module avail act</code> <code>$ module avail act</code>
  
-Load vntrseek+Load easer
 <code>$ module load act/13.0.0</code> <code>$ module load act/13.0.0</code>
  
Line 27: Line 27:
 </code> </code>
  
 +I created a simple wrapper shell script named ''act'' to run act.jar. Otherwise, a user would have to specify the full path to act.jar which can be complex & unfriendly. ''/export/apps/act/13.0.0/act''<code>
 +#!/bin/env bash
 +
 +readonly PREFIX=$(dirname $0)
 +java -jar $PREFIX/act.jar $*
 +</code>
act-software.txt · Last modified: 2016/05/23 07:35 by joguya