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: MSFragger-GUI/src/umich/msfragger/gui/MsfraggerGuiFrame.form
+2-2
Original file line number
Diff line number
Diff line change
@@ -510,7 +510,7 @@
510
510
<TitledBordertitle="DB Slicing"/>
511
511
</Border>
512
512
</Property>
513
-
<Propertyname="toolTipText"type="java.lang.String"value="<html>Requires <b>Python 3</b> with packages <b>Numpy, Pandas</b>
Ways to get everything set up:<br>
<ul>
<li>Install Python 3 if you don't yet have it.</li>
<li>Install required python modules using <i>pip</i>, the python package manager, with commands:</li>
<ul>
<li>pip install numpy</li>
<li>pip install pandas</li>
<li>pip install cython</li>
<li>pip install msproteomicstools</li>
</ul>
</ul>
"/>
513
+
<Propertyname="toolTipText"type="java.lang.String"value="<html>Requires <b>Python 3</b> with packages <b>Numpy, Pandas</b>
Ways to get everything set up:<br>
<ul>
<li>Install Python 3 if you don't yet have it.</li>
<li>Install required python modules using <i>pip</i>, the python package manager, with command:</li>
<ul>
<li>pip install numpypandas</li>
</ul>
</ul>
"/>
514
514
</Properties>
515
515
516
516
<Layout>
@@ -571,7 +571,7 @@
571
571
<TitledBordertitle="Spectral Lib generation"/>
572
572
</Border>
573
573
</Property>
574
-
<Propertyname="toolTipText"type="java.lang.String"value="<html>Requires <b>Python 3</b> with packages <b>Cython, Msproteomicstools</b>.<br/>
Ways to get everything set up:<br>
<ul>
<li>Install Python 3 if you don't yet have it.</li>
<li>Install required python modules using <i>pip</i>, the python package manager, with commands:</li>
<ul>
<li>pip install numpy</li>
<li>pip install pandas</li>
<li>pip install cython</li>
<li>pip install msproteomicstools</li>
</ul>
</ul>
"/>
574
+
<Propertyname="toolTipText"type="java.lang.String"value="<html>Requires <b>Python 3</b> with packages <b>Cython, Msproteomicstools</b>.<br/>
Ways to get everything set up:<br>
<ul>
<li>Install Python 3 if you don't yet have it.</li>
<li>Install required python modules using <i>pip</i>, the python package manager, with commands:</li>
<ul>
<li>pip install numpypandas cython</li>
<li>pip install msproteomicstools</li>
</ul>
</ul>
"/>
jPanel2.setToolTipText("<html>Requires <b>Python 3</b> with packages <b>Numpy, Pandas</b>\nWays to get everything set up:<br>\n<ul>\n<li>Install Python 3 if you don't yet have it.</li>\n<li>Install required python modules using <i>pip</i>, the python package manager, with commands:</li>\n<ul>\n<li>pip install numpy</li>\n<li>pip install pandas</li>\n<li>pip install cython</li>\n<li>pip install msproteomicstools</li>\n</ul>\n</ul>\n");
1072
+
jPanel2.setToolTipText("<html>Requires <b>Python 3</b> with packages <b>Numpy, Pandas</b>\nWays to get everything set up:<br>\n<ul>\n<li>Install Python 3 if you don't yet have it.</li>\n<li>Install required python modules using <i>pip</i>, the python package manager, with command:</li>\n<ul>\n<li>pip install numpypandas</li>\n</ul>\n</ul>\n");
1073
1073
1074
1074
lblDbsliceInfo1.setText(DbSlice.DEFAULT_MESSAGE);
1075
1075
@@ -1105,7 +1105,7 @@ public void stateChanged(javax.swing.event.ChangeEvent evt) {
jPanel1.setToolTipText("<html>Requires <b>Python 3</b> with packages <b>Cython, Msproteomicstools</b>.<br/>\nWays to get everything set up:<br>\n<ul>\n<li>Install Python 3 if you don't yet have it.</li>\n<li>Install required python modules using <i>pip</i>, the python package manager, with commands:</li>\n<ul>\n<li>pip install numpy</li>\n<li>pip install pandas</li>\n<li>pip install cython</li>\n<li>pip install msproteomicstools</li>\n</ul>\n</ul>\n");
1108
+
jPanel1.setToolTipText("<html>Requires <b>Python 3</b> with packages <b>Cython, Msproteomicstools</b>.<br/>\nWays to get everything set up:<br>\n<ul>\n<li>Install Python 3 if you don't yet have it.</li>\n<li>Install required python modules using <i>pip</i>, the python package manager, with commands:</li>\n<ul>\n<li>pip install numpypandas cython</li>\n<li>pip install msproteomicstools</li>\n</ul>\n</ul>\n");
0 commit comments