Commit 0438755
committed
Fix proteome_name derivation to use Path.stem
Replace str(proteome).split('/')[-1].split('.')[0] with Path(...).stem in
Matcher and Preprocessor. The old logic truncated names at the first dot
(so human.v1.fasta and human.v2.fasta both mapped to 'human', colliding on
the same .pepidx index) and hardcoded '/' (breaking on Windows paths).1 parent 0caf485 commit 0438755
4 files changed
Lines changed: 356 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments