Skip to content

Commit

Permalink
CHANGELOG road to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Mar 12, 2024
1 parent 87cd101 commit 75b082e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Linting
run-name: ${{ github.actor }} is testing ScanNeo2
run-name: ${{ github.actor }} is linting ScanNeo2
on: [push]
jobs:
formatting:
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2024-03-07
## [0.3.0] - 2024-03-12

### Features

Expand All @@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- proteome similarity (BLAST against human proteome)
- Prioritization of neoantigens is now done separately for each variant type (speeds up the process)
- NMD information (e.g., escape rule,...) is now also calculated for all variants
- Versioned all environments to ensure reproducibility
- Added script to allow batch processing on HPC
- HLA typing mode in config has changed to list (DNA,RNA,custom) rather than single setting (e.g., BOTH)

## [0.2.2] - 2024-03-01

Expand Down

0 comments on commit 75b082e

Please sign in to comment.