@@ -342,7 +342,7 @@ type = local # This value can be 'local' or 'sge'
<p>If one of the software listed in the section SOFTWARES is not directly accessible, add the bin folder of this software in the section PATH (see '<ahref="#check_dependencies">Check dependencies installation</a>').</p>
<pre>
[ENV] # Commands to execute to set the environnement (i.e. module load)
preprocess_env = module load compiler/gcc-4.9.1 # for Khmer package
preprocess_env = module load compiler/gcc-4.9.1; ... # for Khmer package
...
</pre>
<p>If one of the software listed in the section SOFTWARES need a specific environment, add the commands to execute to complete the step using this specific tool in this section. The example above shows how to load a module named compiler/gcc-4.9.1 needed to run scripts from the Khmer package. Scripts from this package are used to complete the preprocess step (see the <ahref="third_party_tools.html">DRAP 3rd Party Tools</a> table), so you should give the step name followed by _env and the command to execute at the step start.