Skip to content

Commit 40cd32c

Browse files
committed
Added callout to what happens after an application is integrated with Dockstore. Notably, once changes are pushed to GH, they are automatically reflected in Dockstore and made available to be used for job execution.
1 parent 26e2ea8 commit 40cd32c

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

jupyter-notebooks/tutorials/1_working_with_applications.ipynb

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"tags": []
2020
},
2121
"source": [
22-
"## Create a Dockstore account"
22+
"## I. Create a Dockstore account"
2323
]
2424
},
2525
{
@@ -82,7 +82,7 @@
8282
},
8383
"source": [
8484
"---\n",
85-
"## Configure GitHub Account and Repository Access for Dockstore\n"
85+
"## II. Configure GitHub Account and Repository Access for Dockstore\n"
8686
]
8787
},
8888
{
@@ -111,6 +111,26 @@
111111
"\n",
112112
"Add a `.dockstore.yml` configuration file to your repository. Documentation to configure this file can be found [here](https://docs.dockstore.org/en/stable/getting-started/github-apps/github-apps.html). Once you have added this file to your repository, it will take approximiately 5 minutes for Dockstore to process it. once completed, your application will show in your Dockstore account under \"My Workflows\"."
113113
]
114+
},
115+
{
116+
"cell_type": "markdown",
117+
"id": "721fbed7-ac51-4b31-98c1-8f3c7b5b8073",
118+
"metadata": {
119+
"jp-MarkdownHeadingCollapsed": true,
120+
"tags": []
121+
},
122+
"source": [
123+
"---\n",
124+
"## III. Continue development and maintenance of application"
125+
]
126+
},
127+
{
128+
"cell_type": "markdown",
129+
"id": "2595b6d6-fe13-4ac0-aa26-6ab6b29d7644",
130+
"metadata": {},
131+
"source": [
132+
"Now that your application is integrated with Dockstore, as you make changes, they will automatically be reflected in Dockstore."
133+
]
114134
}
115135
],
116136
"metadata": {

0 commit comments

Comments
 (0)