Skip to content

Commit

Permalink
need to keep wild card declaration to ensure precendence
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen committed Jul 12, 2023
1 parent 0d8999b commit bf43387
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ params {

process {

withName:'*.:FREEC_SOMATIC'{
withName:'.*:FREEC_SOMATIC'{
ext.args = {
[
"sample":[
Expand Down
3 changes: 2 additions & 1 deletion conf/test/cache.config
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ process {
ext.sentieon_auth_data_base64 = secrets.SENTIEON_AUTH_DATA_BASE64
}

withName:'FREEC_SOMATIC'{
// This must contain .* in order to properly overwrite the standard config in test cases
withName:'.*:FREEC_SOMATIC'{
ext.args = {
[
"sample":[
Expand Down

0 comments on commit bf43387

Please sign in to comment.