Skip to content

Commit

Permalink
Moving setup of sentieon-secrets to test.config
Browse files Browse the repository at this point in the history
  • Loading branch information
asp8200 committed Aug 9, 2023
1 parent 90e1861 commit 78eaee6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 0 additions & 4 deletions conf/modules/align_sentieon.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
//

process {
withLabel: 'sentieon' {
ext.sentieon_auth_mech_base64 = secrets.SENTIEON_AUTH_MECH_BASE64
ext.sentieon_auth_data_base64 = secrets.SENTIEON_AUTH_DATA_BASE64
}

withName: '.*ALIGN_SENTIEON:.*' {
ext.when = params.aligner.equals("sentieon")
Expand Down
7 changes: 7 additions & 0 deletions conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ params {
vep_filters = "https://raw.githubusercontent.com/nf-core/test-datasets/raredisease/reference/hgnc.txt"
vep_cache_version = 107
}

process {
withLabel: 'sentieon' {
ext.sentieon_auth_mech_base64 = secrets.SENTIEON_AUTH_MECH_BASE64
ext.sentieon_auth_data_base64 = secrets.SENTIEON_AUTH_DATA_BASE64
}
}

0 comments on commit 78eaee6

Please sign in to comment.