Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit f2aeae7

Browse files
committed
Marked Chromatogram Builder as deprecated
1 parent 39337ab commit f2aeae7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/main/java/net/sf/mzmine/modules/masslistmethods/chromatogrambuilder/ChromatogramBuilderModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
public class ChromatogramBuilderModule implements MZmineProcessingModule {
3434

35-
private static final String MODULE_NAME = "Chromatogram builder";
35+
private static final String MODULE_NAME = "Chromatogram builder (deprecated, see Help)";
3636
private static final String MODULE_DESCRIPTION =
3737
"This module connects data points from mass lists and builds chromatograms.";
3838

src/main/java/net/sf/mzmine/modules/masslistmethods/chromatogrambuilder/help/help.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99

1010
<h1>Chromatogram builder</h1>
1111

12+
<p style="color: red">
13+
<b>
14+
As of April 2019, this module is considered deprecated and will be removed in future MZmine versions.
15+
Please use the ADAP Chromatogram Builder, which is much faster and generates better results.
16+
Contact the developers if you have any questions or concerns.
17+
</b>
18+
</p>
19+
1220
<h2>Description</h2>
1321

1422
<p>

0 commit comments

Comments
 (0)