Skip to content

Finding $SEYMOUR_HOME on an existing SMRT Analysis Installation

Joey Karalius edited this page May 9, 2013 · 3 revisions

Where is $SEYMOUR_HOME?

Often, previous installations of SMRT Analysis will not be in the default path /opt/smrtanalysis. To find $SEYMOUR_HOME for a running instance of SMRT Analysis, use the following one-liner:

ps -ef | grep 'redist/tomcat' | perl -ne 'print "$1/\n" if /.*-Dcatalina\.base=(\S*)\/redist\/tomcat.*/'

Clone this wiki locally