Skip to content

Commit

Permalink
deploy: d204e26
Browse files Browse the repository at this point in the history
  • Loading branch information
ErinWeisbart committed Nov 5, 2024
1 parent 2100227 commit b4c5fd9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _sources/config_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Our internal configurations for each pipeline are as follows:
|---|---|---|---|---|---|---|
| APP_NAME | 'PROJECT_NAME_Zproj' |'PROJECT_NAME_Illum' | 'PROJECT_NAME_QC' |' PROJECT_NAME_AssayDev' | 'PROJECT_NAME_Analysis' | If the PROJECT_NAME is excessively long you can enter a truncated version of it here but you will need to be careful to use the correct version in subsequent steps in the protocol. (e.g. 2021_06_08_WCPC_Zproj) |
| LOG_GROUP_NAME | APP_NAME | APP_NAME | APP_NAME | APP_NAME |APP_NAME | We never change this. |
| DOCKERHUB_TAG | 'cellprofiler/distributed-cellprofiler:2.0.0_4.2.4' | 'cellprofiler/distributed-cellprofiler:2.0.0_4.2.4' | 'cellprofiler/distributed-cellprofiler:2.0.0_4.2.4' | 'cellprofiler/distributed-cellprofiler:2.0.0_4.2.4' | 'cellprofiler/distributed-cellprofiler:2.0.0_4.2.4' | Ensure the CP tag number matches the version of CellProfiler for your pipeline (can easily see by opening the pipeline in a text editor and looking for the 3rd line “DateRevision: 413”). |
| DOCKERHUB_TAG | 'cellprofiler/distributed-cellprofiler:2.2.0_4.2.8' | 'cellprofiler/distributed-cellprofiler:2.2.0_4.2.8' | 'cellprofiler/distributed-cellprofiler:2.2.0_4.2.8' | 'cellprofiler/distributed-cellprofiler:2.2.0_4.2.8' | 'cellprofiler/distributed-cellprofiler:2.2.0_4.2.8' | Ensure the CP tag number matches the version of CellProfiler for your pipeline (can easily see by opening the pipeline in a text editor and looking for the 3rd line “DateRevision: 413”). |
| AWS_REGION | 'us-east-1' | 'us-east-1' | 'us-east-1' | 'us-east-1' | 'us-east-1' | |
| AWS_PROFILE | 'default' | 'default' | 'default' | 'default' | 'default' | |
| SSH_KEY_NAME | 'YOURPEM.pem' | 'YOURPEM.pem' | 'YOURPEM.pem' | 'YOURPEM.pem' | 'YOURPEM.pem' | |
Expand Down
10 changes: 5 additions & 5 deletions config_examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -467,11 +467,11 @@ <h1>config.py configuration examples<a class="headerlink" href="#config-py-confi
<td><p>We never change this.</p></td>
</tr>
<tr class="row-even"><td><p>DOCKERHUB_TAG</p></td>
<td><p>‘cellprofiler/distributed-cellprofiler:2.0.0_4.2.4</p></td>
<td><p>‘cellprofiler/distributed-cellprofiler:2.0.0_4.2.4</p></td>
<td><p>‘cellprofiler/distributed-cellprofiler:2.0.0_4.2.4</p></td>
<td><p>‘cellprofiler/distributed-cellprofiler:2.0.0_4.2.4</p></td>
<td><p>‘cellprofiler/distributed-cellprofiler:2.0.0_4.2.4</p></td>
<td><p>‘cellprofiler/distributed-cellprofiler:2.2.0_4.2.8</p></td>
<td><p>‘cellprofiler/distributed-cellprofiler:2.2.0_4.2.8</p></td>
<td><p>‘cellprofiler/distributed-cellprofiler:2.2.0_4.2.8</p></td>
<td><p>‘cellprofiler/distributed-cellprofiler:2.2.0_4.2.8</p></td>
<td><p>‘cellprofiler/distributed-cellprofiler:2.2.0_4.2.8</p></td>
<td><p>Ensure the CP tag number matches the version of CellProfiler for your pipeline (can easily see by opening the pipeline in a text editor and looking for the 3rd line “DateRevision: 413”).</p></td>
</tr>
<tr class="row-odd"><td><p>AWS_REGION</p></td>
Expand Down
Loading

0 comments on commit b4c5fd9

Please sign in to comment.