File tree 2 files changed +6
-0
lines changed
src/main/java/org/broadinstitute/hellbender/tools/copynumber
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 64
64
* the python environment is already set up. Otherwise, the environment must be created and activated as described in the
65
65
* main GATK README.md file.</p>
66
66
*
67
+ * <p>OpenMP and MKL parallelism can be controlled by setting the <code>OMP_NUM_THREADS</code> and <code>MKL_NUM_THREADS</code>
68
+ * environment variables, respectively.</p>
69
+ *
67
70
* <p>Advanced users may wish to set the <code>THEANO_FLAGS</code> environment variable to override the GATK theano
68
71
* configuration. For example, by running
69
72
* <code>THEANO_FLAGS="base_compiledir=PATH/TO/BASE_COMPILEDIR" gatk DetermineGermlineContigPloidy ...</code>, users can specify
Original file line number Diff line number Diff line change 89
89
* the python environment is already set up. Otherwise, the environment must be created and activated as described in the
90
90
* main GATK README.md file.</p>
91
91
*
92
+ * <p>OpenMP and MKL parallelism can be controlled by setting the <code>OMP_NUM_THREADS</code> and <code>MKL_NUM_THREADS</code>
93
+ * environment variables, respectively.</p>
94
+ *
92
95
* <p>Advanced users may wish to set the <code>THEANO_FLAGS</code> environment variable to override the GATK theano
93
96
* configuration. For example, by running
94
97
* <code>THEANO_FLAGS="base_compiledir=PATH/TO/BASE_COMPILEDIR" gatk GermlineCNVCaller ...</code>, users can specify
You can’t perform that action at this time.
0 commit comments