@@ -39,7 +39,8 @@ def __init__(self, test=False, service_instance=None, authorizer=None):
3939 test (bool): When ``False``, the dataset will be processed normally.
4040 When ``True``, the dataset will be processed, but submitted to
4141 test/sandbox/temporary resources instead of live resources.
42- This includes the ``mdf-test`` Search index and MDF Test Publish collection.
42+ This includes the ``mdf-test`` Search index and test DOIs minted
43+ with MDF Publish.
4344 **Default:** ``False``
4445 service_instance (str): The instance of the MDF Connect API to use.
4546 This value should not normally be changed from the default.
@@ -479,17 +480,18 @@ def add_service(self, service, parameters=None):
479480 service (str): The integrated service to submit your dataset to.
480481 Connected services include:
481482
482- * ``globus_publish `` (publication with DOI minting)
483+ * ``mdf_publish `` (publication with DOI minting)
483484 * ``citrine`` (industry-partnered machine-learning specialists)
484485 * ``mrr`` (NIST Materials Resource Registry)
485486
486487 parameters (dict): Optional, service-specific parameters.
487488
488- * For ``globus_publish``:
489+ * For ``mdf_publish``:
490+ * **publication_location** (*str*) - The Globus Endpoint
491+ and path on which to save the published files.
492+ It is recommended to not specify this parameter,
493+ which causes the dataset to be published on MDF resources.
489494
490- * **collection_id** (*int*) - The collection for submission.
491- Overwrites ``collection_name``.
492- * **collection_name** (*str*) - The collection for submission.
493495 * For ``citrine``:
494496 * **public** (*bool*) - When ``True``, will make data public.
495497 Otherwise, it is inaccessible.
@@ -543,7 +545,8 @@ def set_test(self, test):
543545 test (bool): When ``False``, the dataset will be processed normally.
544546 When ``True``, the dataset will be processed, but submitted to
545547 test/sandbox/temporary resources instead of live resources.
546- This includes the ``mdf-test`` Search index and MDF Test Publish collection.
548+ This includes the ``mdf-test`` Search index and test DOIs minted
549+ with MDF Publish.
547550 **Default:** ``False``
548551 """
549552 self .test = test
0 commit comments