Skip to content

Commit

Permalink
Merge pull request #15 from dufeiyu/debug
Browse files Browse the repository at this point in the history
Remove trailing &&
  • Loading branch information
dufeiyu authored Jul 31, 2023
2 parents 2327be6 + f449b24 commit a9e93fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Soma.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit a9e93fa

Please sign in to comment.