Changes between Initial Version and Version 1 of Software/HawkEye
- Timestamp:
- Oct 1, 2011, 8:46:02 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/HawkEye
v1 v1 1 == Hawkeye assembly browser == 2 3 Hawkeye is an assembly browser part of the AmosPackage. 4 5 Currently 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 11 This would launch hawkeye with 24h runtime and 5GB ram.