We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2061f6 commit 2fe03f8Copy full SHA for 2fe03f8
2 files 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} \\
modules/nf-core/gcta/remlldms/main.nf
@@ -29,7 +29,6 @@ process GCTA_REMLLDMS {
def extra_args = task.ext.args ?: ''
35
--reml-no-constrain \\
0 commit comments