diff --git a/ms2/src/org/labkey/ms2/compare/comparePeptideQueryOptions.jsp b/ms2/src/org/labkey/ms2/compare/comparePeptideQueryOptions.jsp
index b4dfd7863..3ab93d343 100644
--- a/ms2/src/org/labkey/ms2/compare/comparePeptideQueryOptions.jsp
+++ b/ms2/src/org/labkey/ms2/compare/comparePeptideQueryOptions.jsp
@@ -16,22 +16,23 @@
*/
%>
<%@ page import="org.labkey.api.protein.search.ProphetFilterType" %>
+<%@ page import="org.labkey.api.util.HtmlString" %>
<%@ page import="org.labkey.api.util.PageFlowUtil" %>
<%@ page import="org.labkey.api.view.ActionURL" %>
<%@ page import="org.labkey.api.view.HttpView" %>
<%@ page import="org.labkey.api.view.JspView" %>
<%@ page import="org.labkey.ms2.MS2Controller" %>
<%@ page import="org.labkey.ms2.MS2Controller.PeptideFilteringFormElements" %>
+<%@ page import="org.labkey.ms2.query.FilterView" %>
<%@ page import="static org.labkey.api.protein.search.ProphetFilterType.customView" %>
<%@ page import="static org.labkey.api.protein.search.ProphetFilterType.probability" %>
<%@ page import="static org.labkey.ms2.MS2Controller.PeptideFilteringFormElements.peptideFilterType" %>
<%@ page import="static org.labkey.ms2.MS2Controller.PeptideFilteringFormElements.peptideProphetProbability" %>
<%@ page import="static org.labkey.ms2.MS2Controller.PeptideFilteringFormElements.targetProtein" %>
-<%@ page import="org.labkey.ms2.query.FilterView" %>
<%@ page extends="org.labkey.api.jsp.JspBase"%>
<%@ taglib prefix="labkey" uri="http://www.labkey.org/taglib" %>
<%
-JspView
Optionally require that peptides have a sequence match in protein: " />
- <%=helpPopup("Protein Filter", " Show only peptides whose sequences match against a specified protein. It need not be the protein mapped to the peptide by the search engine or ProteinProphet. If no protein matches the name specified, or if multiple proteins match, this page will be redisplayed to correct the search. Show only peptides whose sequences match against a specified protein. It need not be the protein mapped to the peptide by the search engine or ProteinProphet. If no protein matches the name specified, or if multiple proteins match, this page will be redisplayed to correct the search.
Optionally require that peptides have a sequence match in protein: " /> - <%=helpPopup("Protein Filter", "
Show only peptides whose sequences match against a specified protein. It need not be the protein mapped to the peptide by the search engine or ProteinProphet.
If no protein matches the name specified, or if multiple proteins match, this page will be redisplayed to correct the search.
", true)%> + <%=helpPopup("Protein Filter", HtmlString.unsafe("Show only peptides whose sequences match against a specified protein. It need not be the protein mapped to the peptide by the search engine or ProteinProphet.
If no protein matches the name specified, or if multiple proteins match, this page will be redisplayed to correct the search.
"))%>Show only peptides assigned by search engine
The page displays only the set of peptides that the search engine has chosen as matching the subject protein, based on engine-specific scoring.
Show all peptides with sequence matches
The coverage map and peptide grid show all the filtered trimmed peptides from the run that match a sequence within the subject protein, regardless of whether the protein was chosen by the search engine as matching that specific peptide.
Show only peptides assigned by search engine
The page displays only the set of peptides that the search engine has chosen as matching the subject protein, based on engine-specific scoring.
Show all peptides with sequence matches
The coverage map and peptide grid show all the filtered trimmed peptides from the run that match a sequence within the subject protein, regardless of whether the protein was chosen by the search engine as matching that specific peptide.