Releases: CaiLiLab/MuRaL
Releases · CaiLiLab/MuRaL
v1.2.0
Major Features
New INDEL Module and Unified Command-Line Interface:
- Introduced the new
mural_indelmodule for predicting INDEL mutation rates. - Refactored the existing SNV tool invocation to
mural_snv. - Established unified command patterns between
mural_indelandmural_snvwith consistent subcommand structures - Implemented parallel workflows including
train,predict,evaluate,transfer,calc_scaling_factor,scale,get_best_modelsubcommands for both modules
Documentation and CLI enhancements
- Updated all documentation to reflect version 1.2.0 changes and new features
- Add
DEVELOPER.mdto separate developer-focused parameters from main CLI documentation
Version Management
- Updated the version in
MuRaL/_version.pyto1.2.0 - Documented all major features and changes in the
CHANGELOG file
v1.1.2
- use a new preprocessing strategy (segmenting the genome and more effective I/O operations)
- modify data loading process
- add support for large input sequence lengths (up to 64,000 bp)
- add a new training control way (without Ray; see train_utils.py, printer_utils.py)
- update documentation