We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51311bc commit e9413a0Copy full SHA for e9413a0
nextflow.config
@@ -125,6 +125,11 @@ if (!params.igenomes_ignore) {
125
// Increase time available to build conda environment
126
conda { createTimeout = "60 min" }
127
128
+// Export this variable to prevent local Python libraries from conflicting with those in the container
129
+env {
130
+ PYTHONNOUSERSITE = 1
131
+}
132
+
133
// Capture exit codes from upstream processes when piping
134
process.shell = ['/bin/bash', '-euo', 'pipefail']
135
0 commit comments