Skip to content

Commit

Permalink
Update test_full.config
Browse files Browse the repository at this point in the history
Changed mindagap params for full test to reduce runtime.
  • Loading branch information
FloWuenne authored Jan 24, 2024
1 parent 6d5f606 commit ae4c361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ params {
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/molkart/test_data/samplesheets/samplesheet_full_test.csv'

segmentation_method = "mesmer,cellpose"
mindagap_boxsize = 7
mindagap_loopnum = 100
mindagap_boxsize = 3
mindagap_loopnum = 40
cellpose_pretrained_model = "nuclei"
}

0 comments on commit ae4c361

Please sign in to comment.