Skip to content

Commit

Permalink
updated test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wells committed Apr 2, 2024
1 parent bebcbb3 commit 2b8de97
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,13 @@ params {
max_time = '1.h'

// Input data
input = 'https://raw.githubusercontent.com/phac-nml/gasnomenclature/main/assets/samplesheet.csv'
input = 'https://raw.githubusercontent.com/phac-nml/gasnomenclature/dev/tests/samplesheets/samplesheet1.csv'
}


/* This is required to run in WSL/Ubuntu using singularity
Without this, profile_dists was not successfully completing
due to issues with multiprocessing in the container. A similar
error is found at https://github.com/marcelm/cutadapt/issues/583
*/
singularity.runOptions = "--contain"
10 changes: 9 additions & 1 deletion conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,13 @@ params {
config_profile_description = 'Full test dataset to check pipeline function'

// Input data for full size test
input = 'https://raw.githubusercontent.com/phac-nml/gasnomenclature/main/assets/samplesheet.csv'
input = 'https://raw.githubusercontent.com/phac-nml/gasnomenclature/dev/tests/samplesheets/samplesheet1.csv'
}

/* This is required to run in WSL/Ubuntu using singularity
Without this, profile_dists was not successfully completing
due to issues with multiprocessing in the container. A similar
error is found at https://github.com/marcelm/cutadapt/issues/583
*/
singularity.runOptions = "--contain"

0 comments on commit 2b8de97

Please sign in to comment.