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 502bb77 commit 45f4a7b
Showing 1 changed file with 1 addition and 1 deletion.
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 45f4a7b

Please sign in to comment.