We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db13e11 commit c5343ebCopy full SHA for c5343eb
2 files changed
modules/nf-core/gcta/bivariateremlldms/main.nf
@@ -28,7 +28,6 @@ process GCTA_BIVARIATEREMLLDMS {
28
def extra_args = task.ext.args ?: ''
29
30
"""
31
- set -euo pipefail
32
33
gcta \\
34
--reml-bivar 1 2 \\
modules/nf-core/gcta/makegrmpart/main.nf
@@ -28,7 +28,6 @@ process GCTA_MAKEGRMPART {
def multi_file_flag = genotype_extension == 'pgen' ? '--mpfile' : '--mbfile'
${multi_file_flag} ${mfile} \\
0 commit comments