Conversation
Issues IdentifiedCRITICAL ISSUE 1:
|
| Priority | Issue | Action Required |
|---|---|---|
| CRITICAL | Jenkins update_vfb_terms_to_static_site paths | Update both cd and vfbterms.py argument from blog/releases/ontologies/ to blog/ontologies/ |
| CRITICAL | Datasets path in vfbterms.py | The ../datasets/ relative path (line 885) needs updating since blog/releases/datasets/ is deleted |
| CRITICAL | Term symlink ln -s blog/2022/01/01 term | Determine new Hugo output path for ontology terms under blog/ontologies/ and update symlink + sitemap generation |
| HIGH | Merge conflicts | Resolve before merge |
| LOW | content_report.md placement | Verify intent - still generated into blog/releases/ |
| LOW | geppetto-vfb.md orphaning | Consider whether this file should also be moved or removed |
- Resolve .gitignore conflict (keep both sides' additions) - Update vfbterms.py datasets path from '../datasets/' to 'datasets/' to match new ontologies location at blog/ontologies/ - Add datasets/_index.md under blog/ontologies/ for term page generation - Remove accidentally staged __pycache__ file Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Already DoneMerge conflict - Resolved and merged No Changes NeededSymlink (ln -s blog/2022/01/01 term) - Still works because Hugo's permalink rule blog = "/:section/:year/:month/:day/:slug/" renders by date, not directory structure |
rearrangement and some modifications to docs
I moved ontologies to their own section (so not bloating releases section) - I guess something needs changing to generate stuff in the right place?
I didn't end up moving the content report and I linked to the list of scRNAseq datasets instead of trying to build a page for it.