Skip to content

Commit

Permalink
remove --backend option
Browse files Browse the repository at this point in the history
  • Loading branch information
yihming committed Aug 2, 2024
1 parent eeeb708 commit af891d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/demultiplexing/demuxEM.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ task run_demuxEM {
mkdir result
cp "~{sample_id}_demux".zarr.zip "~{sample_id}".out.demuxEM.zarr.zip "~{sample_id}".*.pdf result
strato sync --backend ~{backend} -m result "~{output_directory}/~{sample_id}"
strato sync -m result "~{output_directory}/~{sample_id}"
}
output {
Expand Down

0 comments on commit af891d9

Please sign in to comment.