Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Douwe Schulte <[email protected]>
  • Loading branch information
douweschulte committed Feb 19, 2024
1 parent 943c1a2 commit d17c6b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
All releases can also be found here: https://github.com/snijderlab/stitch/releases.

# Upcoming Release
# v1.5.0

* Added loading of sequences from mmCIF files, for ModelAngelo (#207, #217)
* Added loading of sequences from Peaks 11 and Peaks Ab
Expand All @@ -10,6 +10,7 @@ All releases can also be found here: https://github.com/snijderlab/stitch/releas
* Added more customization options for peptide fragmentation
* Added hash for all used files in the HTML report (#229)
* Added the option to call parts of a batchfile from another file (`include!(<path>)`) see the examples (#111, #209)
* Added depth of coverage information to the Fasta export
* Updated the main overview header (#212)
* Updated the command line interface (CLI) to be more friendly, *Note: calling stitch has changed to `stitch run <path>`*
* Updated the batchfile parsing to provide more helpful error messages
Expand All @@ -20,7 +21,7 @@ All releases can also be found here: https://github.com/snijderlab/stitch/releas
* Fixed small remaining intensity \[1-2\] scaling for Novor reads to scale \[0-1\]
* Fixed issues with the generation of the consensus sequences in relation to the mass alignment and I/L disambiguation (#220)
* Fixed leading insertions in reads placement displayed in a different colour, for more clarity in the alignment
* Fixed bugs (#222, #230)
* Fixed bugs (#193, #222, #230, #242, #243, #244)
* Performance improvements
* Many more small fixes and improvements

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Stitch
version: 1.5.0-rc.1
version: 1.5.0
abstract: Template-based assembly of proteomics short reads for de novo antibody sequencing and repertoire profiling
authors:
- affiliation: Utrecht University
Expand Down
2 changes: 1 addition & 1 deletion stitch/stitch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<CodeAnalysisRuleSet>StandardRuleset.ruleset</CodeAnalysisRuleSet>
<Version>1.5.0-rc.1</Version>
<Version>1.5.0</Version>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit d17c6b6

Please sign in to comment.