Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Update clustering resolution in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisDavie committed Nov 30, 2021
1 parent 066bbcf commit 2f9e645
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 1 deletion.
4 changes: 4 additions & 0 deletions conf/test__bbknn.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ params {
nComps = 2
}
}
clustering {
method = 'louvain'
resolution = 1
}
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions conf/test__bbknn_scenic.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ params {
nComps = 2
}
}
clustering {
method = 'louvain'
resolution = 1
}
}
scenic {
numWorkers = 2
Expand Down
4 changes: 4 additions & 0 deletions conf/test__harmony.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ params {
nComps = 2
}
}
clustering {
method = 'louvain'
resolution = 1
}
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions conf/test__harmony_scenic.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ params {
nComps = 2
}
}
clustering {
method = 'louvain'
resolution = 1
}
}
scenic {
numWorkers = 2
Expand Down
4 changes: 4 additions & 0 deletions conf/test__mnncorrect.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ params {
nComps = 2
}
}
clustering {
method = 'louvain'
resolution = 1
}
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions conf/test__single_sample.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ params {
nComps = 2
}
}
clustering {
method = 'louvain'
resolution = 1
}
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions conf/test__single_sample_decontx_correct.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ params {
nComps = 10
}
}
clustering {
method = 'louvain'
resolution = 1
}
}
celda {
container = 'vibsinglecellnf/celda:1.4.5'
Expand Down
4 changes: 4 additions & 0 deletions conf/test__single_sample_decontx_correct_scrublet.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ params {
nComps = 10
}
}
clustering {
method = 'louvain'
resolution = 1
}
}
celda {
container = 'vibsinglecellnf/celda:1.4.5'
Expand Down
4 changes: 4 additions & 0 deletions conf/test__single_sample_decontx_filter.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ params {
nComps = 10
}
}
clustering {
method = 'louvain'
resolution = 1
}
}
celda {
container = 'vibsinglecellnf/celda:1.4.5'
Expand Down
2 changes: 1 addition & 1 deletion conf/test__single_sample_param_exploration.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ params {
}
}
clustering {
resolutions = [0.8,1.0]
resolutions = [1.0,1.2]
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions conf/test__single_sample_scenic.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ params {
nComps = 2
}
}
clustering {
method = 'louvain'
resolution = 1
}
}
scenic {
grn {
Expand Down
4 changes: 4 additions & 0 deletions conf/test__single_sample_scenic_multiruns.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ params {
nComps = 2
}
}
clustering {
method = 'louvain'
resolution = 1
}
}
scenic {
//filteredLoom = 'https://raw.githubusercontent.com/aertslab/SCENICprotocol/master/example/expr_mat_small.loom'
Expand Down
4 changes: 4 additions & 0 deletions conf/test__single_sample_scrublet.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ params {
nComps = 10
}
}
clustering {
method = 'louvain'
resolution = 1
}
}
scrublet {
container = 'vibsinglecellnf/scrublet:0.2.3'
Expand Down

0 comments on commit 2f9e645

Please sign in to comment.