Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
l-mansouri committed Nov 20, 2023
1 parent d2ac34e commit f09ad97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/data/data.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ params {
}

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"
auto_config_yml = "${params.reference_data_bucket}/pipelines/exomiser-nf/auto_config_V2.yml"

}
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ params {
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"
auto_config_yml = "${params.reference_data_bucket}/pipelines/exomiser-nf/auto_config_V2.yml"
hpo_terms_file = false
modes_of_inheritance = 'AUTOSOMAL_DOMINANT,AUTOSOMAL_RECESSIVE,X_RECESSIVE,UNDEFINED'
prioritisers = 'hiPhivePrioritiser,phivePrioritiser,phenixPrioritiser'
Expand Down

0 comments on commit f09ad97

Please sign in to comment.