-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Scott Warchal edited this page Jun 12, 2017
·
22 revisions
Setting up CellProfiler jobs to run on eddie3.
Make sure you're on a worker node, then load python2.7 with module load python
.
Go to the cptools2 location (/exports/igmm/eddie/Drug-Discovery/tools/cptools2
)
When you're within the cptools2 directory you will see a file called setup.py
.
Install with python setup.py install --user
.
cptools2 uses a config file which details:
- An ImageXpress experiment directory to analyse
- (optional) which selected plates from that experiment to include or exclude
- The number of imagesets to be analysed in each eddie job
- The CellProfiler pipeline to be used
- The location to store the results
An example of a config file:
experiment: /path/to/ImageExpress/experiment
chunk: 96
pipeline: /path/to/cellprofiler/pipeline.cppipe
location: /path/to/output/location
commands location: /where/to/store/commands
More examples here (make a separate page for the config file options)