User Tools

Site Tools


gsea-software

Differences

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

Link to this comparison view

gsea-software [2017/02/06 06:52] – created joguyagsea-software [2017/02/06 06:54] (current) – [Installation] joguya
Line 27: Line 27:
 </code> </code>
  
 +I created a generic ''gsea'' wrapper shell script for running gsea2-2.2.3.jar, as it must otherwise be run with ''java -jar ..'' which is rather user-unfriendly.
 +
 +/export/apps/gsea/2.2.3/gsea2-2.2.3.jar<code>#!/usr/bin/env bash
 +
 +readonly PREFIX=$(dirname $0)
 +
 +java -jar $PREFIX/gsea2-2.2.3.jar $*
 +</code>
gsea-software.1486363973.txt.gz · Last modified: 2017/02/06 06:52 by joguya