Skip to content

Commit

Permalink
removed “File name regular expression guesses” option (resolves #1942)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed May 12, 2016
1 parent ca28734 commit 6d822f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
16 changes: 0 additions & 16 deletions cellprofiler/gui/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -1847,21 +1847,6 @@
</ul>
"""

FILE_RE_GUESS_HELP = """
Specifies a text file, if any, containing regular expression guesses for
image file names. This functionality is used in the
<b>Metadata</b> module for regular expression matching of file names, via the
magnifying glass icon.
<p>The file should have one guess per line. The regular expression
editor will check each regular expression in the file against the example
file name and will choose the first one that matches.
<br>You can use this to customize the regular expression editor's guesses
or to distribute a standardized list of regular expressions within an
organization.</p>
See the <b>Metadata</b> module for more details on regular expression usage
in CellProfiler.
"""

BATCHPROFILER_URL_HELP = """
The base URL for BatchProfiler. BatchProfiler is a set of CGI scripts for
running CellProfiler on a GridEngine cluster or compatible. If BatchProfiler
Expand Down Expand Up @@ -1895,7 +1880,6 @@
("Maximum number of workers", MAX_WORKERS_HELP),
("Temporary folder", TEMP_DIR_HELP),
("Save pipeline and/or file list in addition to project", SAVE_PIPELINE_WITH_PROJECT_HELP),
("File name regular expression guesses", FILE_RE_GUESS_HELP),
("BatchProfiler URL", BATCHPROFILER_URL_HELP)
)
PREFERENCES_HELP = """The Preferences allow you to change many options in CellProfiler
Expand Down
5 changes: 0 additions & 5 deletions cellprofiler/gui/preferencesdlg.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,11 +342,6 @@ def get_preferences(self):
cellprofiler.preferences.set_save_pipeline_with_project,
cellprofiler.preferences.SPP_ALL,
cellprofiler.gui.help.SAVE_PIPELINE_WITH_PROJECT_HELP],
['File name regular expression guesses',
cellprofiler.preferences.get_filename_re_guess_file,
cellprofiler.preferences.set_filename_re_guess_file,
FILEBROWSE,
cellprofiler.gui.help.FILE_RE_GUESS_HELP],
['Batch Profiler URL',
cellprofiler.preferences.get_batchprofiler_url,
cellprofiler.preferences.set_batchprofiler_url,
Expand Down

0 comments on commit 6d822f7

Please sign in to comment.