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
Copy file name to clipboardExpand all lines: docs/end-user-topics/dois.rst
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,10 @@ When viewing the public page of an entry, the entry's concept DOI and the select
36
36
:alt:Show DOIs
37
37
38
38
Dockstore only displays one DOI associated with a entry, even if there is more than one DOI, e.g., one generated by GitHub-Zenodo integration, and another generated by Dockstore.
39
-
If this situation arises, you can control which DOI is displayed via your dashboard. Select the entry, then click "Manage DOIs", and you'll get a dialog like this. Select your choice
40
-
and click "Save".
39
+
If this situation arises, you can control which DOI is displayed via your dashboard.
40
+
41
+
Select the entry, then click Manage DOIs, and you'll get a dialog like this.
42
+
Under DOI selection, click the radio button for the DOI you want to display and your DOI selection will update immediately. Click Done to close the dialog.
41
43
42
44
43
45
.. figure:: /assets/images/docs/manage-dois.png
@@ -66,9 +68,6 @@ See :doc:`Creating Snapshots & Requesting DOIs </advanced-topics/snapshot-and-do
66
68
Automatic Dockstore DOI Generation
67
69
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68
70
69
-
.. note::
70
-
This feature is currently only available on request. Please contact the Dockstore team at `discuss.dockstore.org <https://discuss.dockstore.org/t/opening-helpdesk-tickets/1506>`__ if you want to participate.
71
-
72
71
Dockstore will automatically mint a DOI for a version that corresponds to a Git tag, if:
73
72
74
73
* The entry is published on Dockstore
@@ -78,16 +77,24 @@ Dockstore will automatically mint a DOI for a version that corresponds to a Git
78
77
Automatically-generated DOIs:
79
78
80
79
* Do not require a Zenodo account
81
-
* Are minted in the Zenodo Dockstore community
80
+
* Are minted in the `Zenodo Dockstore community<https://zenodo.org/communities/dockstore>`__
82
81
* Are editable by request to the Dockstore team
83
82
* Will be editable via a Zenodo account in a subsequent Dockstore release
84
83
85
-
If you wish to override and disable this feature, you can opt-out on a per-workflow basis by adding the following setting to your `.dockstore.yml` files
84
+
If you wish to override and disable this feature, you can opt-out on a per-entry basis.
85
+
86
+
For GitHub App entries, add the following setting to your .dockstore.yml files. This is an entry-wide setting that will affect ALL branches/tags; only set this as needed in a main branch.
87
+
For more information, view the :doc:`full .dockstore.yml template </assets/templates/template>` for your entry which includes an explanation of this field.
86
88
87
89
.. code-block:: yaml
88
90
89
91
enableAutoDois: false
90
92
93
+
For hosted workflows and workflows that were registered using our :doc:`legacy registration methods </advanced-topics/legacy/workflow-legacy-registration>`,
94
+
navigate to your workflow and click the Manage DOIs button. The Manage DOIs dialog will open and you can click the Automatic DOI Generation toggle to disable this feature.
0 commit comments