0.3.3
📖 Documentation
- Added troubleshooting.md
✨ New Features
- Excluded the letter 'N' except when all bases are 'N' (which indicates reads with missing ends).
- Upon successful completion, the log file is now moved to the report directory (DAJIN_Results/{name}).
🔧 Modification
- Changed from OneClassSVM to k-means for anomaly detection (d97d32a)
🧰 Maintenance
- Set up weekly tests to run on GitHub Actions.