Skip to content

Commit

Permalink
Merge pull request #478 from olofsvensson/issue_472
Browse files Browse the repository at this point in the history
Issue #472, ISPYB-91 : Bug fix for model building step
  • Loading branch information
olofsvensson authored Nov 22, 2018
2 parents d2ce20a + ccbccc5 commit 9f85113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/mx/view/phasingview/phasinggridview.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ PhasingGridView.prototype.printHTML = function(target) {
if (steps[z].metric){
toBePushed = getMetrics(steps[z]);
}
if (step == "MODEL_BUILDING") {
if (step == "MODELBUILDING") {
/* Opening uglymol with:
1) pdb file
2) map1 as first map file
Expand Down

0 comments on commit 9f85113

Please sign in to comment.