Skip to content

Commit

Permalink
fix param name
Browse files Browse the repository at this point in the history
  • Loading branch information
l-mansouri committed Nov 20, 2023
1 parent acff852 commit c9fb9c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ params {
filename_hpo = ''
sample_name = null
config = 'conf/executors/standard.config'
exomiser_profile = 'full' // 'test' for small mock data, 'full' for full data (120GB)
exomiser_data = false
exomiser_phenotype_data = false
cadd_snvs = false
phenix_data = false
exomiser_profile_files = 'full' // 'test' for small mock data, 'full' for full data (120GB)
exomiser_data = null
exomiser_phenotype_data = null
cadd_snvs = null
phenix_data = null
application_properties = "${params.reference_data_bucket}/pipelines/exomiser-nf/application.properties"
auto_config_yml = '${params.reference_data_bucket}/pipelines/exomiser-nf/auto_config_v2.yml'
hpo_terms_file = false
Expand Down Expand Up @@ -74,7 +74,7 @@ params {
}

includeConfig 'conf/containers/quay.config'
includeConfig 'conf/data/data.config' // Loads in data
//includeConfig 'conf/data/data.config' // Loads in data


profiles {
Expand Down

0 comments on commit c9fb9c9

Please sign in to comment.