Skip to content

Commit

Permalink
Correct parameter type in RunScMetabolism
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Feb 7, 2024
1 parent e06af2b commit b97cd9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public Provider()
put("initialValues", "KEGG;REACTOME");
put("delimiter", ";");
put("joinReturnValue", true);
}}, "KEGG;REACTOME").delimiter(";")
}}, "KEGG;REACTOME", null, true, true).delimiter(";")
), null, null);
}

Expand Down

0 comments on commit b97cd9d

Please sign in to comment.