Skip to content

Commit

Permalink
fix batch dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sahakiann committed May 14, 2024
1 parent a2ebd1b commit 9704a24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelines/skylab/snm3C/snm3C.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ task Hisat_paired_end {
if [ ~{cromwell_root_dir} = "gcp" ]; then
batch_dir="batch*/"
else
batch_dir="~{cromwell_root_dir}/*/*/*/*/*/*/*/*/*/*/*/batch*/"
batch_dir="~{cromwell_root_dir}/*/*/*/*/*~{cromwell_root_dir}/*/*/*/*/batch*/"
fi
task() {
Expand Down

0 comments on commit 9704a24

Please sign in to comment.