Skip to content

0.3.3

Compare
Choose a tag to compare
@akikuno akikuno released this 07 Nov 23:50
· 457 commits to main since this release
cc482a2

📖 Documentation

✨ 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.