Changes between Initial Version and Version 1 of Software/HawkEye


Ignore:
Timestamp:
Oct 1, 2011, 8:46:02 PM (13 years ago)
Author:
Mikael Brandström Durling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/HawkEye

    v1 v1  
     1== Hawkeye assembly browser ==
     2
     3Hawkeye is an assembly browser part of the AmosPackage.
     4
     5Currently there is no wrapper for running hawkeye through SGE, which probably will be necessary. For the time being, if you find that hawkeye is killed due to lack of memory, try launching it through a command like this:
     6
     7{{{
     8$ qrsh -now n -N hawkeye -cwd -l h_rt=24:0:0,h_vmem=5G /mykopat/Linux-x86_64/bin/hawkeye
     9}}}
     10
     11This would launch hawkeye with 24h runtime and 5GB ram.