You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: primeseq/src/org/labkey/primeseq/PrimeseqController.java
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -632,6 +632,7 @@ public ModelAndView getConfirmView(PerformMhcCleanupForm o, BindException errors
632
632
633
633
returnnewHtmlView(HtmlString.unsafe(HtmlString.of("This will run a pipeline job to delete low-frequency MHC results to save space. Do you want to continue?") +
634
634
"<br>Check box to delete records: <input type=\"checkbox\" name=\"performDeletes\" />" +
0 commit comments