You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| AWS_BUCKET | 'BUCKET' | 'BUCKET' | 'BUCKET' | 'BUCKET' | 'BUCKET' | Usually a bucket in the account that is running DCP. |
38
38
| 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. |
39
40
| DESTINATION_BUCKET | 'BUCKET' | 'BUCKET' | 'BUCKET' | 'BUCKET' | 'BUCKET' | Usually a bucket in the account that is running DCP. |
40
41
| UPLOAD_FLAGS | '' | '' | '' | '' | '' ||
41
42
| 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. |
<td><p>Usually a bucket in the account that is running DCP.</p></td>
524
532
</tr>
525
-
<trclass="row-odd"><td><p>UPLOAD_FLAGS</p></td>
533
+
<trclass="row-even"><td><p>UPLOAD_FLAGS</p></td>
526
534
<td><p>‘’</p></td>
527
535
<td><p>‘’</p></td>
528
536
<td><p>‘’</p></td>
529
537
<td><p>‘’</p></td>
530
538
<td><p>‘’</p></td>
531
539
<td><p></p></td>
532
540
</tr>
533
-
<trclass="row-even"><td><p>ECS_CLUSTER</p></td>
541
+
<trclass="row-odd"><td><p>ECS_CLUSTER</p></td>
534
542
<td><p>‘default’</p></td>
535
543
<td><p>‘default’</p></td>
536
544
<td><p>‘default’</p></td>
537
545
<td><p>‘default’</p></td>
538
546
<td><p>‘default’</p></td>
539
547
<td><p>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.</p></td>
<td><p>number of plates / CPUs and rounded up</p></td>
544
552
<td><p>25-100</p></td>
545
553
<td><p>25-100</p></td>
546
554
<td><p>100-200</p></td>
547
555
<td><p>AWS has limits on the number of machines you can request at a time. 200 is generally the largest we request for a single job to ensure there is some capacity for other users in the team.</p></td>
<td><p>Historically we have used m4.xlarge and then m5.xlarge however very recently we have been having a hard time getting m class machines so we have switched to c class. Note that they have different memory sizes so you need to make sure MEMORY is set correctly if changing between classes.</p></td>
564
572
</tr>
565
-
<trclass="row-even"><td><p>MACHINE_PRICE</p></td>
573
+
<trclass="row-odd"><td><p>MACHINE_PRICE</p></td>
566
574
<td><p>.20</p></td>
567
575
<td><p>.20</p></td>
568
576
<td><p>.20</p></td>
569
577
<td><p>.20</p></td>
570
578
<td><p>.20</p></td>
571
579
<td><p>Will be different for different size/classes of machines.</p></td>
572
580
</tr>
573
-
<trclass="row-odd"><td><p>EBS_VOL_SIZE (if using S3 mounted as a file system)</p></td>
581
+
<trclass="row-even"><td><p>EBS_VOL_SIZE (if using S3 mounted as a file system)</p></td>
574
582
<td><p>22</p></td>
575
583
<td><p>22</p></td>
576
584
<td><p>22</p></td>
577
585
<td><p>22</p></td>
578
586
<td><p>22</p></td>
579
587
<td><p>Files are read directly off of S3, mounted as a file system when <codeclass="docutils literal notranslate"><spanclass="pre">DOWNLOAD_FILES</span><spanclass="pre">=</span><spanclass="pre">False</span></code>.</p></td>
<td><p>Files are downloaded to the EBS volume when <codeclass="docutils literal notranslate"><spanclass="pre">DOWNLOAD_FILES</span><spanclass="pre">=</span><spanclass="pre">True</span></code>.</p></td>
0 commit comments