Skip to content

Commit

Permalink
Add autoPROC to list of reprocessing pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
JPHall-DLS authored Feb 23, 2022
1 parent 6961df8 commit ea45eef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/src/js/modules/mc/views/datacollections.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,10 @@ define(['backbone', 'marionette',
this.rps.show(new ReprocessOverview({ collection: this.reprocessings, embed: true, results: true }))

this.pipelines = new Pipelines([
{ NAME: 'Xia2 3dii', VALUE: 'xia2-3dii' },
{ NAME: 'Xia2 DIALS', VALUE: 'xia2-dials' },
{ NAME: 'Xia2 3dii', VALUE: 'xia2-3dii' },
{ NAME: 'Fast DP', VALUE: 'fast_dp' },
{ NAME: 'autoPROC', VALUE: 'autoPROC' },
])

this.ui.met.html(this.pipelines.opts())
Expand All @@ -213,4 +214,4 @@ define(['backbone', 'marionette',

})

})
})

0 comments on commit ea45eef

Please sign in to comment.