Commit b6abe60
chore: Prepare v0.2.0 release - documentation, CI, and test fixes
Comprehensive release preparation including documentation reorganization,
CI optimization, validation framework, and critical bug fixes.
## Documentation Improvements
### Reorganized Structure
- Created docs/technical/validation/ with comprehensive validation reports
- Moved validation documentation from root to organized location
- Simplified README.md (262→170 lines, user-focused)
- Updated CLAUDE.md with v0.2.0 features and metrics
- Enhanced docs/README.md with validation section
### Version Updates
- Updated all version references to 0.2.0
- Finalized CHANGELOG.md with complete v0.2.0 feature list
- Updated CITATION.cff metadata
## CI/CD Optimization
- Added fast feedback job (quick-test) running ubuntu+3.11 first
- Full test matrix (5 jobs) now runs only if quick-test passes
- Removed duplicate testing (excluded ubuntu+3.11 from matrix)
- Fixed security check that was hiding failures (removed || true)
- Lint job runs in parallel for faster feedback
## Test Fixes (4 failing tests → all passing)
### Fixed STS Format Validation (3 tests)
- Updated test_all_parsers.py to accept both 3-column and 4-column STS formats
- v0.2.0 enhancement: auto-detection of SIZE column when available
- Maintains backward compatibility with 3-column format
### Fixed Header Validation (1 test)
- Enhanced STS parser to validate header column names
- Now properly rejects invalid headers (e.g., "NAME\tSEQ1\tSEQ2")
- Validates presence of NAME/ID field and FORWARD/REVERSE keywords
## File Cleanup
- Removed 3 obsolete .old workflow files
- Added logo.png to .gitignore
- Deleted SESSION_SUMMARY.md (temporary session notes)
## New Features (from previous work, now committed)
### Alignment Functionality
- Added align.py with high-level alignment API
- Implemented 4 alignment providers:
- BLAST (fast alignment)
- Exonerate (sensitive alignment)
- merPCR (modern Python, recommended)
- me-PCR (legacy C tool)
- 36 comprehensive alignment tests
### Validation Framework
- Created tests/validation/ with 430-line validator
- Added report_generator.py for multi-format reports
- 23 real-data tests with 100% pass rate
- Real tool integration testing (BLAST, Exonerate, merPCR)
### Enhanced STS Format Support
- Auto-detection of 3 vs 4-column formats
- Header/headerless file support
- Compatible with me-PCR and merPCR output
## Test Results
Before: 632 passed, 4 failed
After: 636 passed, 0 failed ✅
All 611 core tests + 23 validation tests + 2 new tests passing.
## Breaking Changes
None in this commit - all changes are backward compatible.
Legacy config removal was in previous commits.
🤖 Generated with Claude Code
https://claude.com/claude-code
Co-Authored-By: Claude <[email protected]>1 parent afebe3f commit b6abe60
File tree
59 files changed
+5349
-2248
lines changed- .github/workflows
- docs
- api
- technical/validation
- user-guide
- preprimer
- alignment
- core
- parsers
- writers
- tests
- validation
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
59 files changed
+5349
-2248
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
10 | 37 | | |
| 38 | + | |
11 | 39 | | |
12 | 40 | | |
13 | 41 | | |
14 | 42 | | |
15 | 43 | | |
16 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
17 | 49 | | |
18 | 50 | | |
19 | 51 | | |
| |||
29 | 61 | | |
30 | 62 | | |
31 | 63 | | |
32 | | - | |
| 64 | + | |
33 | 65 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 66 | + | |
41 | 67 | | |
| 68 | + | |
42 | 69 | | |
43 | 70 | | |
44 | 71 | | |
| |||
69 | 96 | | |
70 | 97 | | |
71 | 98 | | |
72 | | - | |
| 99 | + | |
73 | 100 | | |
74 | | - | |
| |||
0 commit comments