Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ENH: Sort cellprofiler commands numerically to estimate progress
  • Loading branch information
pan14001 committed Mar 22, 2017
1 parent eb9cab8 commit b18ee8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -82,7 +82,7 @@ $(call singleton,$(TARGETS_cellprofiler)) : $(SOURCES_cellprofiler_headless)
$(PARALLEL) :::: $<

$(TARGETS_cellprofiler_commands) : $(SOURCES_cellprofiler_commands)
$(CELLPROFILER) --get-batch-commands=$< | sed 's#^CellProfiler#$(CELLPROFILER)#' > $@
$(CELLPROFILER) --get-batch-commands=$< | sed 's#^CellProfiler#$(CELLPROFILER)#' | sort -nk 8.14 > $@

$(TARGETS_cellprofiler_batch) : $(SOURCES_cellprofiler)
$(CELLPROFILER) $(CELLPROFILER_OPTS) --run-headless
Expand Down

0 comments on commit b18ee8b

Please sign in to comment.