Commit ea02276
Fix partis imports to use installed package instead of submodule
Updated parse_cluster.py and write_lh_annotations.py to import from
the partis-bcr PyPI package (installed via requirements.txt) instead of
the deprecated lib/partis submodule path.
Changes:
- Removed manual sys.path manipulation for lib/partis
- Changed imports from python.utils to partis.utils
- Changed imports from python.glutils to partis.glutils
- Changed imports from python.clusterpath to partis.clusterpath
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 5bdf960 commit ea02276
2 files changed
+5
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
0 commit comments