User Tools

Site Tools


satsuma2-software

This is an old revision of the document!


satsuma2

Information

  • Version: git-37c5f386
  • Added: September, 2021
  • Link:

Usage

See versions of satsuma2 that are available:

$ module avail satsuma2

Load one version into your environment and run it:

$ module load satsuma2/git-37c5f386
$ SatsumaSynteny2

Installation

Notes from the sysadmin during installation.

$ cd /tmp
$ git clone https://github.com/bioinfologics/satsuma2.git
$ cd satsuma2
$ scl enable devtoolset-7 bash
$ mkdir build && cd build
$ cmake3 .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/export/apps/satsuma2/git-37c5f386
$ make
$ sudo mkdir -p /export/apps/satsuma2/git-37c5f386
$ sudo chown aorth /export/apps/satsuma2/git-37c5f386
$ make install
$ sudo chown -R root:root /export/apps/satsuma2/git-37c5f386
satsuma2-software.1632832904.txt.gz · Last modified: 2021/09/28 12:41 by aorth