Skip to content

Commit

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

0 comments on commit 825a2a7

Please sign in to comment.