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 c6d78e2 commit bc643d1Copy full SHA for bc643d1
1 file changed
modules/nf-core/gcta/makegrmpart/main.nf
@@ -28,7 +28,6 @@ process GCTA_MAKEGRMPART {
28
def multi_file_flag = genotype_extension == 'pgen' ? '--mpfile' : '--mbfile'
29
30
"""
31
- set -euo pipefail
32
33
gcta \\
34
${multi_file_flag} ${mfile} \\
0 commit comments