Skip to content

Commit

Permalink
Database path is not present for rest of the world.
Browse files Browse the repository at this point in the history
  • Loading branch information
biocoder committed Sep 10, 2024
1 parent f198a95 commit c20608f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflows/conf/bettercallsal.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ params {
workflow_conceived_by = 'Kranti Konganti'
workflow_built_by = 'Kranti Konganti'
workflow_version = '1.0.0'
bcs_root_dbdir = '/hpc/db/bettercallsal/latest'
bcs_root_dbdir = '/tmp'
bcs_db_mode = 'snp'
bcs_db_mode_index = (params.bcs_db_mode ==~ /snp/ ? '_cluster' : '_serotype')
bcs_thresholds = 'strict'
Expand Down
2 changes: 1 addition & 1 deletion workflows/conf/bettercallsal_lr.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ params {
workflow_conceived_by = 'Kranti Konganti'
workflow_built_by = 'Kranti Konganti'
workflow_version = '1.0.0'
bcs_root_dbdir = '/hpc/db/bettercallsal/latest'
bcs_root_dbdir = '/tmp'
bcs_db_mode = 'snp'
bcs_db_mode_index = (params.bcs_db_mode ==~ /snp/ ? '_cluster' : '_serotype')
bcs_thresholds = 'strict'
Expand Down

0 comments on commit c20608f

Please sign in to comment.