broadinstitute / pooled-cell-painting-profiling-template

:hammer_and_wrench: Use me to version control Pooled Cell Painting data and processing pipelines
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Add exact_match_reads_col config in options.yaml #19

Open gwaybio opened 3 years ago

gwaybio commented 3 years ago

This will be a required argument after merging broadinstitute/pooled-cell-painting-profiling-recipe#65

It will belong in the process-spots heading. For example:

  process-spots:
    perform: true
    force_overwrite: true
    image_cols:
      well: "Metadata_Well"
      site: "Metadata_Site"
      plate: "Metadata_Plate"
    barcode_cols:
      - Barcode_MatchedTo_Barcode
    gene_cols:
      - Barcode_MatchedTo_GeneCode
    location_cols:
      - Location_Center_X
      - Location_Center_Y
    spot_score_cols:
      - Barcode_MatchedTo_Score
    foci_cols:
      - Barcode_BarcodeCalled
      - Barcode_MatchedTo_ID
    exact_match_reads_col: "exact_match_reads_per_cell"