Skip to content

Commit 8af202b

Browse files
authored
Merge pull request #68 from STRIDES/dev/gh-action
dev/gh action
2 parents 747f1ac + f97742d commit 8af202b

15 files changed

+124
-485
lines changed

.github/workflows/action.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: 'Check Links'
2+
on:
3+
workflow_dispatch:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
link_check:
9+
name: 'Link Check'
10+
uses: STRIDES/NIHCloudLab/.github/workflows/check-links.yaml@main
11+
with:
12+
repo_link_ignore_list: ""

.github/workflows/check_links.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/github-lint.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: 'Lint Notebook'
2+
on:
3+
push:
4+
workflow_dispatch:
5+
permissions:
6+
contents: write
7+
id-token: write
8+
9+
jobs:
10+
lint:
11+
name: 'Linting'
12+
uses: STRIDES/NIHCloudLab/.github/workflows/notebook-lint.yaml@main
13+
with:
14+
directory: .

notebooks/ElasticBLAST/run_elastic_blast.ipynb

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
{
1212
"cell_type": "markdown",
13+
"id": "af8ad165",
1314
"metadata": {},
1415
"source": [
1516
"## Overview\n",
@@ -18,6 +19,7 @@
1819
},
1920
{
2021
"cell_type": "markdown",
22+
"id": "1855fc00",
2123
"metadata": {},
2224
"source": [
2325
"## Prerequisites\n",
@@ -26,6 +28,7 @@
2628
},
2729
{
2830
"cell_type": "markdown",
31+
"id": "13e66dc9",
2932
"metadata": {},
3033
"source": [
3134
"## Learning Objectives\n",
@@ -35,13 +38,15 @@
3538
},
3639
{
3740
"cell_type": "markdown",
41+
"id": "a3c61097",
3842
"metadata": {},
3943
"source": [
4044
"## Get Started"
4145
]
4246
},
4347
{
4448
"cell_type": "markdown",
49+
"id": "06e31b2a",
4550
"metadata": {},
4651
"source": [
4752
"### Install packages"
@@ -178,6 +183,7 @@
178183
},
179184
{
180185
"cell_type": "markdown",
186+
"id": "d27edaa5",
181187
"metadata": {},
182188
"source": [
183189
"## Conclusions\n",
@@ -203,31 +209,7 @@
203209
]
204210
}
205211
],
206-
"metadata": {
207-
"environment": {
208-
"kernel": "python3",
209-
"name": "common-cpu.m93",
210-
"type": "gcloud",
211-
"uri": "gcr.io/deeplearning-platform-release/base-cpu:m93"
212-
},
213-
"kernelspec": {
214-
"display_name": "Python 3",
215-
"language": "python",
216-
"name": "python3"
217-
},
218-
"language_info": {
219-
"codemirror_mode": {
220-
"name": "ipython",
221-
"version": 3
222-
},
223-
"file_extension": ".py",
224-
"mimetype": "text/x-python",
225-
"name": "python",
226-
"nbconvert_exporter": "python",
227-
"pygments_lexer": "ipython3",
228-
"version": "3.7.12"
229-
}
230-
},
212+
"metadata": {},
231213
"nbformat": 4,
232214
"nbformat_minor": 5
233215
}

notebooks/GWAS/GWAS_coat_color.ipynb

Lines changed: 6 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@
5353
"cell_type": "code",
5454
"execution_count": null,
5555
"id": "8ec900bd",
56-
"metadata": {
57-
"tags": []
58-
},
56+
"metadata": {},
5957
"outputs": [],
6058
"source": [
6159
"! mkdir GWAS"
@@ -65,9 +63,7 @@
6563
"cell_type": "code",
6664
"execution_count": null,
6765
"id": "3c20d2c1-1f0a-441d-9b5e-4ed018ec01ed",
68-
"metadata": {
69-
"tags": []
70-
},
66+
"metadata": {},
7167
"outputs": [],
7268
"source": [
7369
"%%bash\n",
@@ -79,9 +75,7 @@
7975
"cell_type": "code",
8076
"execution_count": null,
8177
"id": "4d43ae73",
82-
"metadata": {
83-
"tags": []
84-
},
78+
"metadata": {},
8579
"outputs": [],
8680
"source": [
8781
"%%bash\n",
@@ -93,9 +87,7 @@
9387
{
9488
"cell_type": "markdown",
9589
"id": "37567b92-71f1-4c7d-8cce-c08e82b25557",
96-
"metadata": {
97-
"tags": []
98-
},
90+
"metadata": {},
9991
"source": [
10092
"### Install dependencies"
10193
]
@@ -155,9 +147,7 @@
155147
"cell_type": "code",
156148
"execution_count": null,
157149
"id": "e91c7a01",
158-
"metadata": {
159-
"tags": []
160-
},
150+
"metadata": {},
161151
"outputs": [],
162152
"source": [
163153
"%%bash\n",
@@ -441,25 +431,7 @@
441431
"source": []
442432
}
443433
],
444-
"metadata": {
445-
"kernelspec": {
446-
"display_name": "conda_tensorflow2_p310",
447-
"language": "python",
448-
"name": "conda_tensorflow2_p310"
449-
},
450-
"language_info": {
451-
"codemirror_mode": {
452-
"name": "ipython",
453-
"version": 3
454-
},
455-
"file_extension": ".py",
456-
"mimetype": "text/x-python",
457-
"name": "python",
458-
"nbconvert_exporter": "python",
459-
"pygments_lexer": "ipython3",
460-
"version": "3.10.12"
461-
}
462-
},
434+
"metadata": {},
463435
"nbformat": 4,
464436
"nbformat_minor": 5
465437
}

0 commit comments

Comments
 (0)