Skip to content

Commit

Permalink
fix: Update analysis software error message (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
karatugo authored Jul 10, 2024
1 parent c8cfad7 commit df7ae61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sumstats_service/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def _env_variable_else(env_var_name, default):
{"id": 11, "errorText": "The raw sumstats file can not be found"},
{
"id": 12,
"errorText": "Analysis software must be provided in the metadata template for summary statistics containing 0 p-values.",
"errorText": "Analysis software must be provided in the metadata template for summary statistics containing p-values equal to zero.",
},
]

Expand Down

0 comments on commit df7ae61

Please sign in to comment.