Skip to content

Commit c5343eb

Browse files
committed
Remove redundant shell safety boilerplate
1 parent db13e11 commit c5343eb

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

modules/nf-core/gcta/bivariateremlldms/main.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ process GCTA_BIVARIATEREMLLDMS {
2828
def extra_args = task.ext.args ?: ''
2929

3030
"""
31-
set -euo pipefail
3231
3332
gcta \\
3433
--reml-bivar 1 2 \\

modules/nf-core/gcta/makegrmpart/main.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ process GCTA_MAKEGRMPART {
2828
def multi_file_flag = genotype_extension == 'pgen' ? '--mpfile' : '--mbfile'
2929

3030
"""
31-
set -euo pipefail
3231
3332
gcta \\
3433
${multi_file_flag} ${mfile} \\

0 commit comments

Comments
 (0)