Skip to content

Commit 1deb650

Browse files
moved quiz to the main folder
1 parent f423386 commit 1deb650

34 files changed

Lines changed: 81 additions & 474 deletions

AWS/Submodule_00_background.ipynb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"metadata": {},
110110
"outputs": [],
111111
"source": [
112-
"display_quiz(\"quiz-material/00-pc1.json\")"
112+
"display_quiz(\"../quiz-material/00-pc1.json\")"
113113
]
114114
},
115115
{
@@ -281,7 +281,7 @@
281281
"metadata": {},
282282
"outputs": [],
283283
"source": [
284-
"display_quiz(\"quiz-material/00-cp1.json\", shuffle_questions = True)"
284+
"display_quiz(\"../quiz-material/00-cp1.json\", shuffle_questions = True)"
285285
]
286286
},
287287
{
@@ -407,7 +407,7 @@
407407
"metadata": {},
408408
"outputs": [],
409409
"source": [
410-
"display_quiz(\"quiz-material/00-cp2.json\", shuffle_questions = True)"
410+
"display_quiz(\"../quiz-material/00-cp2.json\", shuffle_questions = True)"
411411
]
412412
},
413413
{
@@ -444,7 +444,11 @@
444444
]
445445
}
446446
],
447-
"metadata": {},
447+
"metadata": {
448+
"language_info": {
449+
"name": "python"
450+
}
451+
},
448452
"nbformat": 4,
449453
"nbformat_minor": 5
450454
}

AWS/Submodule_01_prog_setup.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@
377377
"outputs": [],
378378
"source": [
379379
"from jupyterquiz import display_quiz\n",
380-
"display_quiz(\"Transcriptome-Assembly-Refinement-and-Applications/quiz-material/01-cp1.json\", shuffle_questions = True)"
380+
"display_quiz(\"../quiz-material/01-cp1.json\", shuffle_questions = True)"
381381
]
382382
},
383383
{
@@ -401,7 +401,11 @@
401401
]
402402
}
403403
],
404-
"metadata": {},
404+
"metadata": {
405+
"language_info": {
406+
"name": "python"
407+
}
408+
},
405409
"nbformat": 4,
406410
"nbformat_minor": 5
407411
}

AWS/Submodule_02_basic_assembly.ipynb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@
320320
"outputs": [],
321321
"source": [
322322
"from jupytercards import display_flashcards\n",
323-
"display_flashcards('Transcriptome-Assembly-Refinement-and-Applications/quiz-material/02-cp1-1.json')\n",
324-
"display_flashcards('Transcriptome-Assembly-Refinement-and-Applications/quiz-material/02-cp1-2.json')"
323+
"display_flashcards('../quiz-material/02-cp1-1.json')\n",
324+
"display_flashcards('../quiz-material/02-cp1-2.json')"
325325
]
326326
},
327327
{
@@ -345,7 +345,11 @@
345345
]
346346
}
347347
],
348-
"metadata": {},
348+
"metadata": {
349+
"language_info": {
350+
"name": "python"
351+
}
352+
},
349353
"nbformat": 4,
350354
"nbformat_minor": 5
351355
}

AWS/Submodule_03_annotation_only.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
"metadata": {},
446446
"outputs": [],
447447
"source": [
448-
"display_flashcards('Transcriptome-Assembly-Refinement-and-Applications/quiz-material/03-cp1-2.json')"
448+
"display_flashcards('../quiz-material/03-cp1-2.json')"
449449
]
450450
},
451451
{
@@ -542,7 +542,11 @@
542542
]
543543
}
544544
],
545-
"metadata": {},
545+
"metadata": {
546+
"language_info": {
547+
"name": "python"
548+
}
549+
},
546550
"nbformat": 4,
547551
"nbformat_minor": 5
548552
}

AWS/Submodule_04_google_batch_assembly.ipynb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,9 +506,9 @@
506506
"outputs": [],
507507
"source": [
508508
"from jupytercards import display_flashcards\n",
509-
"display_flashcards('Transcriptome-Assembly-Refinement-and-Applications/quiz-material/04-cp1-2.json')\n",
510-
"display_flashcards('Transcriptome-Assembly-Refinement-and-Applications/quiz-material/04-cp1-3.json')\n",
511-
"display_flashcards('Transcriptome-Assembly-Refinement-and-Applications/quiz-material/04-cp1-4.json')"
509+
"display_flashcards('../quiz-material/04-cp1-2.json')\n",
510+
"display_flashcards('../quiz-material/04-cp1-3.json')\n",
511+
"display_flashcards('../quiz-material/04-cp1-4.json')"
512512
]
513513
},
514514
{
@@ -598,7 +598,11 @@
598598
]
599599
}
600600
],
601-
"metadata": {},
601+
"metadata": {
602+
"language_info": {
603+
"name": "python"
604+
}
605+
},
602606
"nbformat": 4,
603607
"nbformat_minor": 5
604608
}

GoogleCloud/Submodule_00_background.ipynb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"metadata": {},
110110
"outputs": [],
111111
"source": [
112-
"display_quiz(\"quiz-material/00-pc1.json\")"
112+
"display_quiz(\"../quiz-material/00-pc1.json\")"
113113
]
114114
},
115115
{
@@ -281,7 +281,7 @@
281281
"metadata": {},
282282
"outputs": [],
283283
"source": [
284-
"display_quiz(\"quiz-material/00-cp1.json\", shuffle_questions = True)"
284+
"display_quiz(\"../quiz-material/00-cp1.json\", shuffle_questions = True)"
285285
]
286286
},
287287
{
@@ -407,7 +407,7 @@
407407
"metadata": {},
408408
"outputs": [],
409409
"source": [
410-
"display_quiz(\"quiz-material/00-cp2.json\", shuffle_questions = True)"
410+
"display_quiz(\"../quiz-material/00-cp2.json\", shuffle_questions = True)"
411411
]
412412
},
413413
{
@@ -444,7 +444,11 @@
444444
]
445445
}
446446
],
447-
"metadata": {},
447+
"metadata": {
448+
"language_info": {
449+
"name": "python"
450+
}
451+
},
448452
"nbformat": 4,
449453
"nbformat_minor": 5
450454
}

GoogleCloud/Submodule_01_prog_setup.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@
377377
"outputs": [],
378378
"source": [
379379
"from jupyterquiz import display_quiz\n",
380-
"display_quiz(\"Transcriptome-Assembly-Refinement-and-Applications/quiz-material/01-cp1.json\", shuffle_questions = True)"
380+
"display_quiz(\"../quiz-material/01-cp1.json\", shuffle_questions = True)"
381381
]
382382
},
383383
{
@@ -401,7 +401,11 @@
401401
]
402402
}
403403
],
404-
"metadata": {},
404+
"metadata": {
405+
"language_info": {
406+
"name": "python"
407+
}
408+
},
405409
"nbformat": 4,
406410
"nbformat_minor": 5
407411
}

GoogleCloud/Submodule_02_basic_assembly.ipynb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@
320320
"outputs": [],
321321
"source": [
322322
"from jupytercards import display_flashcards\n",
323-
"display_flashcards('Transcriptome-Assembly-Refinement-and-Applications/quiz-material/02-cp1-1.json')\n",
324-
"display_flashcards('Transcriptome-Assembly-Refinement-and-Applications/quiz-material/02-cp1-2.json')"
323+
"display_flashcards('../quiz-material/02-cp1-1.json')\n",
324+
"display_flashcards('../quiz-material/02-cp1-2.json')"
325325
]
326326
},
327327
{
@@ -345,7 +345,11 @@
345345
]
346346
}
347347
],
348-
"metadata": {},
348+
"metadata": {
349+
"language_info": {
350+
"name": "python"
351+
}
352+
},
349353
"nbformat": 4,
350354
"nbformat_minor": 5
351355
}

GoogleCloud/Submodule_03_annotation_only.ipynb

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"metadata": {},
109109
"outputs": [],
110110
"source": [
111-
"!pwd"
111+
"! pwd"
112112
]
113113
},
114114
{
@@ -141,7 +141,7 @@
141141
"metadata": {},
142142
"outputs": [],
143143
"source": [
144-
"!grep -c \">\" ./resources/trans/Oncorhynchus_mykiss_GGBN01.1.fa"
144+
"! grep -c \">\" ./resources/trans/Oncorhynchus_mykiss_GGBN01.1.fa"
145145
]
146146
},
147147
{
@@ -176,7 +176,7 @@
176176
"metadata": {},
177177
"outputs": [],
178178
"source": [
179-
"!perl -i.allloc -pe 's/basicRun/onlyAnnRun/g' ./TransPi/nextflow.config"
179+
"! perl -i.allloc -pe 's/basicRun/onlyAnnRun/g' ./TransPi/nextflow.config"
180180
]
181181
},
182182
{
@@ -229,7 +229,7 @@
229229
"metadata": {},
230230
"outputs": [],
231231
"source": [
232-
"!NXF_VER=22.10.1 ./nextflow run ./TransPi/TransPi.nf \\\n",
232+
"! NXF_VER=22.10.1 ./nextflow run ./TransPi/TransPi.nf \\\n",
233233
"-profile docker --onlyAnn "
234234
]
235235
},
@@ -248,7 +248,7 @@
248248
"metadata": {},
249249
"outputs": [],
250250
"source": [
251-
"!ls -l ./onlyAnnRun/output"
251+
"! ls -l ./onlyAnnRun/output"
252252
]
253253
},
254254
{
@@ -266,7 +266,7 @@
266266
"metadata": {},
267267
"outputs": [],
268268
"source": [
269-
"!cat ./onlyAnnRun/output/RUN_INFO.txt"
269+
"! cat ./onlyAnnRun/output/RUN_INFO.txt"
270270
]
271271
},
272272
{
@@ -297,7 +297,7 @@
297297
"metadata": {},
298298
"outputs": [],
299299
"source": [
300-
"!docker images"
300+
"! docker images"
301301
]
302302
},
303303
{
@@ -321,7 +321,7 @@
321321
"metadata": {},
322322
"outputs": [],
323323
"source": [
324-
"!docker run -it --rm --volume /home:/home quay.io/biocontainers/busco:5.4.3--pyhdfd78af_0 busco --help"
324+
"! docker run -it --rm --volume /home:/home quay.io/biocontainers/busco:5.4.3--pyhdfd78af_0 busco --help"
325325
]
326326
},
327327
{
@@ -365,7 +365,7 @@
365365
"source": [
366366
"numthreads=!lscpu | grep '^CPU(s)'| awk '{print $2-1}'\n",
367367
"THREADS = int(numthreads[0])\n",
368-
"!echo $THREADS"
368+
"! echo $THREADS"
369369
]
370370
},
371371
{
@@ -375,7 +375,7 @@
375375
"metadata": {},
376376
"outputs": [],
377377
"source": [
378-
"!docker run -it --rm --volume /home:/home quay.io/biocontainers/busco:5.4.3--pyhdfd78af_0 busco \\\n",
378+
"! docker run -it --rm --volume /home:/home quay.io/biocontainers/busco:5.4.3--pyhdfd78af_0 busco \\\n",
379379
"-i /home/jupyter/resources/trans/Oncorhynchus_mykiss_GGBN01.1.fa \\\n",
380380
"-l vertebrata_odb10 -o GGBN01_busco_vertebrata \\\n",
381381
"--out_path /home/jupyter/buscoOutput -m tran -c $THREADS"
@@ -425,7 +425,7 @@
425425
"outputs": [],
426426
"source": [
427427
"from jupytercards import display_flashcards\n",
428-
"display_flashcards('Transcriptome-Assembly-Refinement-and-Applications/quiz-material/03-cp1-1.json')"
428+
"display_flashcards('../quiz-material/03-cp1-1.json')"
429429
]
430430
},
431431
{
@@ -445,7 +445,7 @@
445445
"metadata": {},
446446
"outputs": [],
447447
"source": [
448-
"display_flashcards('Transcriptome-Assembly-Refinement-and-Applications/quiz-material/03-cp1-2.json')"
448+
"display_flashcards('../quiz-material/03-cp1-2.json')"
449449
]
450450
},
451451
{
@@ -542,7 +542,11 @@
542542
]
543543
}
544544
],
545-
"metadata": {},
545+
"metadata": {
546+
"language_info": {
547+
"name": "python"
548+
}
549+
},
546550
"nbformat": 4,
547551
"nbformat_minor": 5
548552
}

GoogleCloud/Submodule_04_google_batch_assembly.ipynb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,9 +506,9 @@
506506
"outputs": [],
507507
"source": [
508508
"from jupytercards import display_flashcards\n",
509-
"display_flashcards('Transcriptome-Assembly-Refinement-and-Applications/quiz-material/04-cp1-2.json')\n",
510-
"display_flashcards('Transcriptome-Assembly-Refinement-and-Applications/quiz-material/04-cp1-3.json')\n",
511-
"display_flashcards('Transcriptome-Assembly-Refinement-and-Applications/quiz-material/04-cp1-4.json')"
509+
"display_flashcards('../quiz-material/04-cp1-2.json')\n",
510+
"display_flashcards('../quiz-material/04-cp1-3.json')\n",
511+
"display_flashcards('../quiz-material/04-cp1-4.json')"
512512
]
513513
},
514514
{
@@ -598,7 +598,11 @@
598598
]
599599
}
600600
],
601-
"metadata": {},
601+
"metadata": {
602+
"language_info": {
603+
"name": "python"
604+
}
605+
},
602606
"nbformat": 4,
603607
"nbformat_minor": 5
604608
}

0 commit comments

Comments
 (0)