Difference between revisions of "InterProScan"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) m (Text replace - "<!--Run-->" to "==System Variables== * HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory <!--Run--> ") |
Moskalenko (talk | contribs) |
||
Line 7: | Line 7: | ||
|{{#vardefine:intel|}} <!-- "11.1" - Compiler Module Choice --> | |{{#vardefine:intel|}} <!-- "11.1" - Compiler Module Choice --> | ||
|{{#vardefine:mpi|}} <!-- "openmpi/1.3.4"- MPI Module Choice --> | |{{#vardefine:mpi|}} <!-- "openmpi/1.3.4"- MPI Module Choice --> | ||
− | |{{#vardefine:exe|}} <!--RUNNING --> | + | |{{#vardefine:exe|1}} <!--RUNNING --> |
|{{#vardefine:conf|}} <!--CONFIGS--> | |{{#vardefine:conf|}} <!--CONFIGS--> | ||
|{{#vardefine:pbs|}} <!--PBS SCRIPTS--> | |{{#vardefine:pbs|}} <!--PBS SCRIPTS--> | ||
Line 34: | Line 34: | ||
{{#if: {{#var: exe}}|==How To Run== | {{#if: {{#var: exe}}|==How To Run== | ||
− | + | ||
+ | Interproscan 5 series is run differently from the "4.x" series. See [https://code.google.com/p/interproscan/wiki/i5RC6HowToRun https://code.google.com/p/interproscan/wiki/i5RC6HowToRun] for details or load the module and run "interproscan.sh". To set the amount of memory Interproscan can use set the "_JAVA_OPTIONS" variable to a value different from the default 2048M, e.g. '<code>$ export _JAVA_OPTIONS="-Xmx8192M"</code>' | ||
|}} | |}} | ||
<!--Configuration--> | <!--Configuration--> |
Revision as of 23:42, 3 June 2013
Description
This software allows you to query your sequence against the InterPro databases.
Required Modules
Serial
- iprscan
System Variables
- HPC_{{#uppercase:iprscan}}_DIR - installation directory
How To Run
Interproscan 5 series is run differently from the "4.x" series. See https://code.google.com/p/interproscan/wiki/i5RC6HowToRun for details or load the module and run "interproscan.sh". To set the amount of memory Interproscan can use set the "_JAVA_OPTIONS" variable to a value different from the default 2048M, e.g. '$ export _JAVA_OPTIONS="-Xmx8192M"
'