Skip to content

Commit

Permalink
update test config
Browse files Browse the repository at this point in the history
  • Loading branch information
ramprasadn committed Sep 15, 2023
1 parent f1566cd commit 29c9c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ params {
mito_name = 'MT'

// analysis params
skip_cnv_calling = true
skip_mt_analysis = true
skip_cnv_calling = true
skip_mt_annotation = System.getenv("GITHUB_ACTIONS").equals(null) ? false : true // skip annotation on Github CI

// Input data
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/raredisease/testdata/samplesheet_trio.csv'
Expand Down

0 comments on commit 29c9c85

Please sign in to comment.