|
108 | 108 | "metadata": {}, |
109 | 109 | "outputs": [], |
110 | 110 | "source": [ |
111 | | - "!pwd" |
| 111 | + "! pwd" |
112 | 112 | ] |
113 | 113 | }, |
114 | 114 | { |
|
141 | 141 | "metadata": {}, |
142 | 142 | "outputs": [], |
143 | 143 | "source": [ |
144 | | - "!grep -c \">\" ./resources/trans/Oncorhynchus_mykiss_GGBN01.1.fa" |
| 144 | + "! grep -c \">\" ./resources/trans/Oncorhynchus_mykiss_GGBN01.1.fa" |
145 | 145 | ] |
146 | 146 | }, |
147 | 147 | { |
|
176 | 176 | "metadata": {}, |
177 | 177 | "outputs": [], |
178 | 178 | "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" |
180 | 180 | ] |
181 | 181 | }, |
182 | 182 | { |
|
229 | 229 | "metadata": {}, |
230 | 230 | "outputs": [], |
231 | 231 | "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", |
233 | 233 | "-profile docker --onlyAnn " |
234 | 234 | ] |
235 | 235 | }, |
|
248 | 248 | "metadata": {}, |
249 | 249 | "outputs": [], |
250 | 250 | "source": [ |
251 | | - "!ls -l ./onlyAnnRun/output" |
| 251 | + "! ls -l ./onlyAnnRun/output" |
252 | 252 | ] |
253 | 253 | }, |
254 | 254 | { |
|
266 | 266 | "metadata": {}, |
267 | 267 | "outputs": [], |
268 | 268 | "source": [ |
269 | | - "!cat ./onlyAnnRun/output/RUN_INFO.txt" |
| 269 | + "! cat ./onlyAnnRun/output/RUN_INFO.txt" |
270 | 270 | ] |
271 | 271 | }, |
272 | 272 | { |
|
297 | 297 | "metadata": {}, |
298 | 298 | "outputs": [], |
299 | 299 | "source": [ |
300 | | - "!docker images" |
| 300 | + "! docker images" |
301 | 301 | ] |
302 | 302 | }, |
303 | 303 | { |
|
321 | 321 | "metadata": {}, |
322 | 322 | "outputs": [], |
323 | 323 | "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" |
325 | 325 | ] |
326 | 326 | }, |
327 | 327 | { |
|
365 | 365 | "source": [ |
366 | 366 | "numthreads=!lscpu | grep '^CPU(s)'| awk '{print $2-1}'\n", |
367 | 367 | "THREADS = int(numthreads[0])\n", |
368 | | - "!echo $THREADS" |
| 368 | + "! echo $THREADS" |
369 | 369 | ] |
370 | 370 | }, |
371 | 371 | { |
|
375 | 375 | "metadata": {}, |
376 | 376 | "outputs": [], |
377 | 377 | "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", |
379 | 379 | "-i /home/jupyter/resources/trans/Oncorhynchus_mykiss_GGBN01.1.fa \\\n", |
380 | 380 | "-l vertebrata_odb10 -o GGBN01_busco_vertebrata \\\n", |
381 | 381 | "--out_path /home/jupyter/buscoOutput -m tran -c $THREADS" |
|
425 | 425 | "outputs": [], |
426 | 426 | "source": [ |
427 | 427 | "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')" |
429 | 429 | ] |
430 | 430 | }, |
431 | 431 | { |
|
445 | 445 | "metadata": {}, |
446 | 446 | "outputs": [], |
447 | 447 | "source": [ |
448 | | - "display_flashcards('Transcriptome-Assembly-Refinement-and-Applications/quiz-material/03-cp1-2.json')" |
| 448 | + "display_flashcards('../quiz-material/03-cp1-2.json')" |
449 | 449 | ] |
450 | 450 | }, |
451 | 451 | { |
|
542 | 542 | ] |
543 | 543 | } |
544 | 544 | ], |
545 | | - "metadata": {}, |
| 545 | + "metadata": { |
| 546 | + "language_info": { |
| 547 | + "name": "python" |
| 548 | + } |
| 549 | + }, |
546 | 550 | "nbformat": 4, |
547 | 551 | "nbformat_minor": 5 |
548 | 552 | } |
0 commit comments