Skip to content

Commit

Permalink
Quick ternary check
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot authored Sep 15, 2023
1 parent c00b03a commit 9c11604
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion conf/test/cache.config
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,17 @@ params {
split_fastq = 0 // no FASTQ splitting
tools = 'strelka' // Variant calling with Strelka

sentieon_license_extension = true
// sentieon_license_extension = true

// Ignore params that will throw warning through params validation
validationSchemaIgnoreParams = 'genomes,test_data'
}

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

// This must contain .* in order to properly overwrite the standard config in test cases
withName:'.*:FREEC_SOMATIC'{
Expand Down

0 comments on commit 9c11604

Please sign in to comment.