Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
BUG: Fix typo in cellprofiler target name
  • Loading branch information
pan14001 committed Mar 23, 2017
1 parent 4aeceea commit cebf4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -32,7 +32,7 @@ SOURCES_cellprofiler_commands := $(TARGETS_cellprofiler_batch)
TARGETS_cellprofiler_commands := results/cellprofiler/batch_commands.sh
SOURCES_cellprofiler_headless := $(TARGETS_cellprofiler_commands)
TARGETS_cellprofiler_db := results/cellprofiler/rnai-screen-tf.db
TARGETS_cellprofiler_prop := results/cellprofiler/rna-screen-tf.properties
TARGETS_cellprofiler_prop := $(TARGETS_cellprofiler_db:.db=.properties)
TARGETS_cellprofiler := $(TARGETS_cellprofiler_db) $(TARGETS_cellprofiler_prop)
define CELLPROFILER_OPTS_COMMON
--file-list=$(SOURCES_cellprofiler_filelist) \
Expand Down

0 comments on commit cebf4b3

Please sign in to comment.