Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Jul 11, 2023
1 parent 496a1d1 commit 1bc37df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,10 @@ task collectBundleIntoDir(type: Copy) {
from("scripts/sv", { into("scripts/sv") })
from("scripts/cnv_wdl/", { into("scripts/cnv_wdl") })
from("scripts/mutect2_wdl/", { into("scripts/mutect2_wdl") })
from("scripts/variantstore/", { into("scripts/variantstore") })
from("scripts/variantstore/") {
include 'wdl/extract/*.py'
exclude '**/test*.py'
} into("scripts/variantstore")
from("scripts/dataproc-cluster-ui", { into("scripts/")})
into "$buildDir/bundle-files-collected"
}
Expand Down

0 comments on commit 1bc37df

Please sign in to comment.