Skip to content

Commit

Permalink
remove duplicate set -euo pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright committed Dec 16, 2024
1 parent e2407d4 commit b230816
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks/utilities/file_handling/task_cat_lanes.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ task cat_lanes {

exists() { [[ -f $1 ]]; }

set -euo pipefail

cat ~{read1_lane1} ~{read1_lane2} ~{read1_lane3} ~{read1_lane4} > "~{samplename}_merged_R1.fastq.gz"

if exists "~{read2_lane1}" ; then
Expand Down

0 comments on commit b230816

Please sign in to comment.