Skip to content
Snippets Groups Projects
Commit 52f7647c authored by Léo  HENCHES's avatar Léo HENCHES
Browse files

fixed naming bug

parent c1dea4f6
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ string_input = String.valueOf(params.assembly_MHC) +
String.valueOf(params.perform_accuracy_checks) +
String.valueOf(params.group)
params.hash_params = string_input.md5()
params.hash_input = string_input.md5()
/*****************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment