Skip to content

Commit

Permalink
Update test_full resource specification
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Oct 18, 2024
1 parent 169d612 commit 0cae480
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@
----------------------------------------------------------------------------------------
*/

process {
resourceLimits = [
cpus: 6,
memory: '15.GB',
time: '6.h'
]
}

params {
config_profile_name = 'Full test profile'
config_profile_description = 'Full test dataset to check pipeline function'

// Limit resources
max_cpus = 6
max_memory = '8.GB'
max_time = '6.h'

// Input data for full size test
input = params.pipelines_testdata_base_path + 'scdownstream/samplesheet.csv'
integration_methods = 'scvi,harmony,bbknn,combat'
Expand Down

0 comments on commit 0cae480

Please sign in to comment.