From f449b2458e2930c564ad0e688dc44c27de9b58b2 Mon Sep 17 00:00:00 2001 From: Feiyu Du Date: Mon, 31 Jul 2023 01:05:05 -0500 Subject: [PATCH] Remove trailing && --- Soma.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Soma.wdl b/Soma.wdl index cd718c8..b23d90a 100644 --- a/Soma.wdl +++ b/Soma.wdl @@ -400,7 +400,7 @@ task data_transfer { set -eo pipefail && \ /bin/mkdir xfer_staging && \ if [ -n "${InputSpreadSheet}" ]; then - /bin/cp ${QcFile} xfer_staging && \ + /bin/cp ${QcFile} xfer_staging fi /bin/cp ${BatchFastqDir}/H_*.fastq.gz xfer_staging && \ /usr/local/bin/aws s3 cp xfer_staging s3://genoox-upload-wustl/gtacmgi/${XferLabel} --recursive && \