Skip to content

Commit 99d64a0

Browse files
Merge pull request #14 from NIGMS/remove-module
remove-module
2 parents 3c7a080 + 7e844f0 commit 99d64a0

7 files changed

Lines changed: 27 additions & 225 deletions

Submodule_00_background.ipynb

Lines changed: 7 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@
4242
"cell_type": "code",
4343
"execution_count": null,
4444
"id": "8c479507-0e54-44e1-a727-d13dceaa1c7b",
45-
"metadata": {
46-
"tags": []
47-
},
45+
"metadata": {},
4846
"outputs": [],
4947
"source": [
5048
"# This is an install that you need to run once to allow the quizes to be functional.\n",
@@ -101,9 +99,7 @@
10199
{
102100
"cell_type": "markdown",
103101
"id": "45b85d9f-4115-446d-8120-02c988a7769f",
104-
"metadata": {
105-
"tags": []
106-
},
102+
"metadata": {},
107103
"source": [
108104
"## Why do we sequence RNA?\n",
109105
"RNA-sequencing (RNA-seq) is the most common means by which biological samples are characterized at the molecular level. In brief, it is a means of measuring which genes have RNA copies (transcripts) present in a sample and in what relative abundance. The sample is prepared in such a way that DNA and proteins are degraded away, and then the remaining RNA is prepared such that it can be read (as a series of DNA bases A, C, G, and T) on a modern sequencer. Sequencing machines are generally classified as short read, which produces sequence read lengths of 50 to 150 nucleotides, or long-read, which can generate up to tens of thousands of bases. Short-read sequencers have been available for a longer time, and remain more capable of high throughput quantitative output, and these reads are the focus of our work here.\n",
@@ -240,9 +236,7 @@
240236
"cell_type": "code",
241237
"execution_count": null,
242238
"id": "b64e6f8a-84ba-4279-b002-25ae4f0755ae",
243-
"metadata": {
244-
"tags": []
245-
},
239+
"metadata": {},
246240
"outputs": [],
247241
"source": [
248242
"display_quiz(\"quiz-material/00-cp1.json\", shuffle_questions = True)"
@@ -251,9 +245,7 @@
251245
{
252246
"cell_type": "markdown",
253247
"id": "1b46f12f-f439-425e-ba98-28bfe1b5ec77",
254-
"metadata": {
255-
"tags": []
256-
},
248+
"metadata": {},
257249
"source": [
258250
"## Jupyter Notebook Introduction\n",
259251
"\n",
@@ -281,9 +273,7 @@
281273
"cell_type": "code",
282274
"execution_count": null,
283275
"id": "da4d8800-63cb-4dd8-bc2e-b28a52513c76",
284-
"metadata": {
285-
"tags": []
286-
},
276+
"metadata": {},
287277
"outputs": [],
288278
"source": [
289279
"# Execute 1st:\n",
@@ -372,9 +362,7 @@
372362
"cell_type": "code",
373363
"execution_count": null,
374364
"id": "a080a9dd-9ea6-4d6a-b5d5-ccd3382f09ed",
375-
"metadata": {
376-
"tags": []
377-
},
365+
"metadata": {},
378366
"outputs": [],
379367
"source": [
380368
"display_quiz(\"quiz-material/00-cp2.json\", shuffle_questions = True)"
@@ -402,31 +390,7 @@
402390
]
403391
}
404392
],
405-
"metadata": {
406-
"environment": {
407-
"kernel": "python3",
408-
"name": "common-cpu.m109",
409-
"type": "gcloud",
410-
"uri": "gcr.io/deeplearning-platform-release/base-cpu:m109"
411-
},
412-
"kernelspec": {
413-
"display_name": "Python 3",
414-
"language": "python",
415-
"name": "python3"
416-
},
417-
"language_info": {
418-
"codemirror_mode": {
419-
"name": "ipython",
420-
"version": 3
421-
},
422-
"file_extension": ".py",
423-
"mimetype": "text/x-python",
424-
"name": "python",
425-
"nbconvert_exporter": "python",
426-
"pygments_lexer": "ipython3",
427-
"version": "3.10.11"
428-
}
429-
},
393+
"metadata": {},
430394
"nbformat": 4,
431395
"nbformat_minor": 5
432396
}

Submodule_01_prog_setup.ipynb

Lines changed: 6 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,7 @@
8686
"cell_type": "code",
8787
"execution_count": null,
8888
"id": "be0fb298-b8ff-4f5f-b21b-90d9796f11e1",
89-
"metadata": {
90-
"scrolled": true,
91-
"tags": []
92-
},
89+
"metadata": {},
9390
"outputs": [],
9491
"source": [
9592
"!sudo apt update\n",
@@ -111,10 +108,7 @@
111108
"cell_type": "code",
112109
"execution_count": null,
113110
"id": "ac5b204a-f0db-4ceb-bf37-57eca6d77974",
114-
"metadata": {
115-
"scrolled": true,
116-
"tags": []
117-
},
111+
"metadata": {},
118112
"outputs": [],
119113
"source": [
120114
"!curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh\n",
@@ -134,10 +128,7 @@
134128
"cell_type": "code",
135129
"execution_count": null,
136130
"id": "722415ad-e060-417c-8d41-f0a63f529421",
137-
"metadata": {
138-
"scrolled": true,
139-
"tags": []
140-
},
131+
"metadata": {},
141132
"outputs": [],
142133
"source": [
143134
"!curl https://get.nextflow.io | bash\n",
@@ -158,10 +149,7 @@
158149
"cell_type": "code",
159150
"execution_count": null,
160151
"id": "d7409cc1-540d-42ba-b195-dd2979929fb8",
161-
"metadata": {
162-
"scrolled": true,
163-
"tags": []
164-
},
152+
"metadata": {},
165153
"outputs": [],
166154
"source": [
167155
"!gsutil -m cp -r gs://nigms-sandbox/nosi-inbremaine-storage/TransPi ./"
@@ -199,10 +187,7 @@
199187
"cell_type": "code",
200188
"execution_count": null,
201189
"id": "1233004c-fcad-444e-a5f2-9c38d33b6e95",
202-
"metadata": {
203-
"scrolled": true,
204-
"tags": []
205-
},
190+
"metadata": {},
206191
"outputs": [],
207192
"source": [
208193
"!gsutil -m cp -r gs://nigms-sandbox/nosi-inbremaine-storage/resources ./"
@@ -325,31 +310,7 @@
325310
"source": []
326311
}
327312
],
328-
"metadata": {
329-
"environment": {
330-
"kernel": "python3",
331-
"name": "common-cpu.m109",
332-
"type": "gcloud",
333-
"uri": "gcr.io/deeplearning-platform-release/base-cpu:m109"
334-
},
335-
"kernelspec": {
336-
"display_name": "Python 3",
337-
"language": "python",
338-
"name": "python3"
339-
},
340-
"language_info": {
341-
"codemirror_mode": {
342-
"name": "ipython",
343-
"version": 3
344-
},
345-
"file_extension": ".py",
346-
"mimetype": "text/x-python",
347-
"name": "python",
348-
"nbconvert_exporter": "python",
349-
"pygments_lexer": "ipython3",
350-
"version": "3.10.11"
351-
}
352-
},
313+
"metadata": {},
353314
"nbformat": 4,
354315
"nbformat_minor": 5
355316
}

Submodule_02_basic_assembly.ipynb

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,7 @@
129129
"cell_type": "code",
130130
"execution_count": null,
131131
"id": "ee5985e3-93df-4779-afe1-4464e13bf619",
132-
"metadata": {
133-
"scrolled": true,
134-
"tags": []
135-
},
132+
"metadata": {},
136133
"outputs": [],
137134
"source": [
138135
"!NXF_VER=22.10.1 ./nextflow run ./TransPi/TransPi.nf \\\n",
@@ -288,31 +285,7 @@
288285
]
289286
}
290287
],
291-
"metadata": {
292-
"environment": {
293-
"kernel": "python3",
294-
"name": "common-cpu.m109",
295-
"type": "gcloud",
296-
"uri": "gcr.io/deeplearning-platform-release/base-cpu:m109"
297-
},
298-
"kernelspec": {
299-
"display_name": "Python 3",
300-
"language": "python",
301-
"name": "python3"
302-
},
303-
"language_info": {
304-
"codemirror_mode": {
305-
"name": "ipython",
306-
"version": 3
307-
},
308-
"file_extension": ".py",
309-
"mimetype": "text/x-python",
310-
"name": "python",
311-
"nbconvert_exporter": "python",
312-
"pygments_lexer": "ipython3",
313-
"version": "3.10.11"
314-
}
315-
},
288+
"metadata": {},
316289
"nbformat": 4,
317290
"nbformat_minor": 5
318291
}

Submodule_03_annotation_only.ipynb

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,7 @@
173173
"cell_type": "code",
174174
"execution_count": null,
175175
"id": "3bb702b3-0a36-4a32-aca5-50dc75f9d401",
176-
"metadata": {
177-
"scrolled": true,
178-
"tags": []
179-
},
176+
"metadata": {},
180177
"outputs": [],
181178
"source": [
182179
"!NXF_VER=22.10.1 ./nextflow run ./TransPi/TransPi.nf \\\n",
@@ -186,9 +183,7 @@
186183
{
187184
"cell_type": "markdown",
188185
"id": "8a0f8dfb-366d-4e0f-af4e-d96f6ee97d34",
189-
"metadata": {
190-
"tags": []
191-
},
186+
"metadata": {},
192187
"source": [
193188
"**Step 5:** As with the basic assembly example of the last workbook, the output will be arranged in a directory structure that is automatically created by Nextflow. Let's get a listing."
194189
]
@@ -482,31 +477,7 @@
482477
]
483478
}
484479
],
485-
"metadata": {
486-
"environment": {
487-
"kernel": "python3",
488-
"name": "common-cpu.m109",
489-
"type": "gcloud",
490-
"uri": "gcr.io/deeplearning-platform-release/base-cpu:m109"
491-
},
492-
"kernelspec": {
493-
"display_name": "Python 3",
494-
"language": "python",
495-
"name": "python3"
496-
},
497-
"language_info": {
498-
"codemirror_mode": {
499-
"name": "ipython",
500-
"version": 3
501-
},
502-
"file_extension": ".py",
503-
"mimetype": "text/x-python",
504-
"name": "python",
505-
"nbconvert_exporter": "python",
506-
"pygments_lexer": "ipython3",
507-
"version": "3.10.11"
508-
}
509-
},
480+
"metadata": {},
510481
"nbformat": 4,
511482
"nbformat_minor": 5
512483
}

Submodule_04_google_batch_assembly.ipynb

Lines changed: 5 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,7 @@
197197
"cell_type": "code",
198198
"execution_count": null,
199199
"id": "5d39277a-1128-4b7b-a5a2-db8491bc89ca",
200-
"metadata": {
201-
"scrolled": true,
202-
"tags": []
203-
},
200+
"metadata": {},
204201
"outputs": [],
205202
"source": [
206203
"!gsutil -m cp -r gs://nigms-sandbox/nosi-inbremaine-storage/resources $gbPath/resources"
@@ -349,10 +346,7 @@
349346
"cell_type": "code",
350347
"execution_count": null,
351348
"id": "fc8b9f7a-d069-444b-894a-5b974c2bb6d0",
352-
"metadata": {
353-
"scrolled": true,
354-
"tags": []
355-
},
349+
"metadata": {},
356350
"outputs": [],
357351
"source": [
358352
"!NXF_VER=22.10.1 ./nextflow run ./TransPi/TransPi.nf \\\n",
@@ -392,10 +386,7 @@
392386
"cell_type": "code",
393387
"execution_count": null,
394388
"id": "d7e8f4eb-0e3c-45ce-a5b8-042d66592fe7",
395-
"metadata": {
396-
"scrolled": true,
397-
"tags": []
398-
},
389+
"metadata": {},
399390
"outputs": [],
400391
"source": [
401392
"!gsutil -m cp -r $gbPath/basicRun/output/pipeline_info ./GCBbasicRun/output"
@@ -503,10 +494,7 @@
503494
"cell_type": "code",
504495
"execution_count": null,
505496
"id": "3d032206-02bc-473e-8b2e-c313a1f53e1e",
506-
"metadata": {
507-
"scrolled": true,
508-
"tags": []
509-
},
497+
"metadata": {},
510498
"outputs": [],
511499
"source": [
512500
"!NXF_VER=22.10.1 ./nextflow run ./TransPi/TransPi.nf \\\n",
@@ -550,31 +538,7 @@
550538
"source": []
551539
}
552540
],
553-
"metadata": {
554-
"environment": {
555-
"kernel": "python3",
556-
"name": "common-cpu.m109",
557-
"type": "gcloud",
558-
"uri": "gcr.io/deeplearning-platform-release/base-cpu:m109"
559-
},
560-
"kernelspec": {
561-
"display_name": "Python 3",
562-
"language": "python",
563-
"name": "python3"
564-
},
565-
"language_info": {
566-
"codemirror_mode": {
567-
"name": "ipython",
568-
"version": 3
569-
},
570-
"file_extension": ".py",
571-
"mimetype": "text/x-python",
572-
"name": "python",
573-
"nbconvert_exporter": "python",
574-
"pygments_lexer": "ipython3",
575-
"version": "3.10.11"
576-
}
577-
},
541+
"metadata": {},
578542
"nbformat": 4,
579543
"nbformat_minor": 5
580544
}

0 commit comments

Comments
 (0)