Skip to content

Commit 49c1af8

Browse files
committed
update config suggestions
1 parent c97444c commit 49c1af8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

documentation/DCP-documentation/config_examples.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Our internal configurations for each pipeline are as follows:
3636
| SSH_KEY_NAME | 'YOURPEM.pem' | 'YOURPEM.pem' | 'YOURPEM.pem' | 'YOURPEM.pem' | 'YOURPEM.pem' | |
3737
| AWS_BUCKET | 'BUCKET' | 'BUCKET' | 'BUCKET' | 'BUCKET' | 'BUCKET' | Usually a bucket in the account that is running DCP. |
3838
| SOURCE_BUCKET | 'BUCKET' | 'BUCKET' | 'BUCKET' | 'BUCKET' | 'BUCKET' | Can be a public bucket like cellpainting-gallery. |
39+
| WORKSPACE_BUCKET | 'BUCKET' | 'BUCKET' | 'BUCKET' | 'BUCKET' | 'BUCKET' | If reading images from a public bucket, you might still want to read metadata from your bucket. |
3940
| DESTINATION_BUCKET | 'BUCKET' | 'BUCKET' | 'BUCKET' | 'BUCKET' | 'BUCKET' | Usually a bucket in the account that is running DCP. |
4041
| UPLOAD_FLAGS | '' | '' | '' | '' | '' | |
4142
| ECS_CLUSTER | 'default' | 'default' | 'default' | 'default' | 'default' | Most of the time we all just use the default cluster but if there are multiple jobs being run at once you can create your own cluster by changing default to YOURNAME so that the correct dockers go on the correct machines. |

0 commit comments

Comments
 (0)