Difference between revisions of "Task8 Hemochromatosis Protocol"

From Bioinformatikpedia
(Created page with "Casting spell: Create Protocol Page")
 
Line 1: Line 1:
  +
== Getting started ==
Casting spell: Create Protocol Page
 
  +
  +
  +
<br style="clear:both;">
  +
  +
=== Setting up AGroS ===
  +
  +
  +
Get AGroS:
  +
module load git
  +
  +
git clone git://github.com/offmarc/AGroS.git
  +
  +
Add line to .profile
  +
export PATH=$PATH:$HOME/masterprakt/task8/AGroS/
  +
  +
<br style="clear:both;">
  +
  +
=== Setting up SCWRL4 ===
  +
  +
  +
Install SCWRL4 into AGroS directory.
  +
Add link from "scwrl" to "Scwrl4" (otherwise AGroS won't find it).
  +
ln -s scwrl Scwrl4

Revision as of 12:38, 27 June 2012

Getting started


Setting up AGroS

Get AGroS:

module load git

git clone git://github.com/offmarc/AGroS.git

Add line to .profile

export PATH=$PATH:$HOME/masterprakt/task8/AGroS/


Setting up SCWRL4

Install SCWRL4 into AGroS directory. Add link from "scwrl" to "Scwrl4" (otherwise AGroS won't find it).

ln -s scwrl Scwrl4