项目作者: broadinstitute

项目描述 :
Cell Painting and other pipelines from the Imaging Platform
高级语言:
项目地址: git://github.com/broadinstitute/imaging-platform-pipelines.git


Broad Imaging Platform pipelines

Cell Painting and other pipelines from the Imaging Platform.

Guidelines for creating pipelines

Note:

  1. Each pipeline has two versions – one with CreateBatchFiles module enabled (named e.g. analysis.cppipe), and the other with the moduled disabled (named e.g. analysis_without_batchfile.cppipe). When updating the pipeline, ensure that these two versions are always in sync.
    The former is required by a script for creating CellProfiler batch files, which in turn are used to create a list of groups of images to be processed together, as well as Distributed-CellProfiler configuration files. The latter is used to run the pipeline using Distributed-CellProfiler.

  2. The ExportToSpreadsheet module should always be configured with these values in order that the files are saved in a standard format and location

    1. Select the column delimiter:Comma (",")
    2. Add image metadata columns to your object data file?:No
    3. Limit output to a size that is allowed in Excel?:No
    4. Select the measurements to export:No
    5. Output file location:Default Output Folder\x7C
    6. Select source of sample row name:Metadata
    7. Select the image to use as the identifier:None
    8. Select the metadata to use as the identifier:None
    9. Export all measurement types?:Yes
    10. :
    11. Representation of Nan/Inf:NaN
    12. Add a prefix to file names?:No
    13. Filename prefix:
    14. Overwrite existing files without warning?:Yes
    15. Data to export:Do not use
    16. Combine these object measurements with those of the previous object?:No
    17. File name:
    18. Use the object name for the file name?:Yes
  3. The SaveImages module should always be configured with these values in order that the files are saved in a standard format and location. The values shown for Select image name for file prefix and Enter single file name are specific for this example and should be adapted appropriately.

  1. Select image name for file prefix:OrigDNA
  2. Enter single file name:\\\\g<Well>_s\\\\g<Site>--nuclei_outlines
  3. Output file location:Default Output Folder sub-folder\x7Coutlines
  4. Overwrite existing files without warning?:Yes