|
442 | 442 | } |
443 | 443 | ], |
444 | 444 | "source": [ |
445 | | - "from como.rnaseq_gen import rnaseq_gen, FilteringTechnique\n", |
| 445 | + "from como.rnaseq_gen import FilteringTechnique, rnaseq_gen\n", |
446 | 446 | "\n", |
447 | 447 | "replicate_ratio = 0.75\n", |
448 | 448 | "high_confidence_replicate_ratio = 1.0\n", |
|
452 | 452 | "cutoff = -3\n", |
453 | 453 | "\n", |
454 | 454 | "for i, context in enumerate(context_names):\n", |
455 | | - " await rnaseq_gen( # noqa\n", |
| 455 | + " await rnaseq_gen(\n", |
456 | 456 | " context_name=context,\n", |
457 | 457 | " input_rnaseq_filepath=trna_matrix_filepath[i],\n", |
458 | 458 | " input_gene_info_filepath=gene_info_filepath[i],\n", |
|
494 | 494 | "metadata": {}, |
495 | 495 | "outputs": [], |
496 | 496 | "source": [ |
497 | | - "from como.rnaseq_gen import rnaseq_gen, FilteringTechnique\n", |
| 497 | + "from como.rnaseq_gen import FilteringTechnique, rnaseq_gen\n", |
498 | 498 | "\n", |
499 | 499 | "replicate_ratio = 0.75\n", |
500 | 500 | "high_confidence_replicate_ratio = 1.0\n", |
|
546 | 546 | "metadata": {}, |
547 | 547 | "outputs": [], |
548 | 548 | "source": [ |
549 | | - "from como.rnaseq_gen import rnaseq_gen, FilteringTechnique\n", |
| 549 | + "from como.rnaseq_gen import FilteringTechnique, rnaseq_gen\n", |
550 | 550 | "\n", |
551 | 551 | "replicate_ratio = 0.75\n", |
552 | 552 | "high_confidence_replicate_ratio = 1.0\n", |
|
744 | 744 | " [\n", |
745 | 745 | " \"python3\", \"como/merge_xomics.py\",\n", |
746 | 746 | " \"--merge-zfpkm-distribution\",\n", |
747 | | - " \"--total-rnaseq-config-file\", trnaseq_config_file,\n", |
748 | | - " \"--mrnaseq-config-file\", mrnaseq_config_file,\n", |
| 747 | + " \"--total-rnaseq-config-file\", trnaseq_config_file, # noqa: F821\n", |
| 748 | + " \"--mrnaseq-config-file\", mrnaseq_config_file, # noqa: F821\n", |
749 | 749 | " # \"--scrnaseq-config-file\", scrnaseq_config_file, # If using single-cell data, uncomment the start of this line\n", |
750 | 750 | " # \"--proteomics-config-file\", proteomics_config_file, # If using proteomics data, uncomment the start of this line\n", |
751 | 751 | " \"--requirement-adjust\", requirement_adjust,\n", |
|
0 commit comments