Skip to content

Commit

Permalink
fix: Change descriptions for profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Aug 22, 2023
1 parent 487262f commit df5d6a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conf/large.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
params {
config_profile_name = 'Test profile'
config_profile_description = 'Minimal test dataset to check pipeline function'
config_profile_name = 'Large profile'
config_profile_description = 'Profile for >1000 sample datasets with subsetting enabled.'

use_ppanggolin = true
use_fasttree = true
Expand Down
4 changes: 2 additions & 2 deletions conf/medium.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
params {
config_profile_name = 'Test profile'
config_profile_description = 'Minimal test dataset to check pipeline function'
config_profile_name = 'Medium profile'
config_profile_description = 'Profile for 100-1000 sample datasets'

use_ppanggolin = true
use_fasttree = true
Expand Down

0 comments on commit df5d6a4

Please sign in to comment.