|
208 | 208 | "output_type": "stream", |
209 | 209 | "text": [ |
210 | 210 | "WARNING:cool_seq_tool.mappers.exon_genomic_coords:48406078 on NC_000023.11 occurs more than 150 bp outside the exon boundaries of the NM_005636.4 transcript, indicating this may not be a chimeric transcript junction and is unlikely to represent a contiguous coding sequence. Confirm that the genomic position 48406078 is being used to represent transcript junction and not DNA breakpoint.\n", |
211 | | - "WARNING:fusor.harvester:15 fusion(s) were dropped during translation\n" |
| 211 | + "WARNING:fusor.harvester:15 fusion(s) were dropped during translation\n", |
| 212 | + "WARNING:fusor.models:Cached fusions file already exists. Overwriting with new file\n" |
212 | 213 | ] |
213 | 214 | }, |
214 | 215 | { |
|
228 | 229 | "from fusor.models import save_fusions_cache\n", |
229 | 230 | "\n", |
230 | 231 | "# Generate categorical fusions list\n", |
231 | | - "harvester = CIVICHarvester(fusor=fusor)\n", |
| 232 | + "harvester = CIVICHarvester(fusor=fusor, local_cache_path=\"civic_cache.pkl\")\n", |
232 | 233 | "harvester.fusions_list = variants\n", |
233 | 234 | "civic_fusions = await harvester.load_records()\n", |
234 | 235 | "\n", |
|
532 | 533 | "id": "92b5485c", |
533 | 534 | "metadata": {}, |
534 | 535 | "outputs": [ |
535 | | - { |
536 | | - "name": "stdout", |
537 | | - "output_type": "stream", |
538 | | - "text": [ |
539 | | - "Downloading v.2025-06-12.zip...\n" |
540 | | - ] |
541 | | - }, |
542 | 536 | { |
543 | 537 | "name": "stderr", |
544 | 538 | "output_type": "stream", |
545 | 539 | "text": [ |
546 | | - "519kB [00:00, 4.56MB/s]\n" |
| 540 | + "WARNING:fusor.models:Cached fusions file already exists. Overwriting with new file\n" |
547 | 541 | ] |
548 | 542 | } |
549 | 543 | ], |
550 | 544 | "source": [ |
551 | 545 | "from fusor.harvester import MOAHarvester\n", |
552 | | - "harvester = MOAHarvester(fusor=fusor, cache_dir=config.data_root)\n", |
| 546 | + "harvester = MOAHarvester(fusor=fusor, cache_dir=Path.cwd())\n", |
553 | 547 | "moa_fusions = harvester.load_records()\n", |
554 | 548 | "\n", |
555 | 549 | "# Save cache for later\n", |
|
0 commit comments