Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Douwe Schulte <d.schulte@uu.nl>
  • Loading branch information
douweschulte committed Nov 14, 2023
1 parent 905224e commit 6d3b540
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All releases can also be found here: https://github.com/snijderlab/stitch/releas
# Upcoming Release

* Added loading of sequences from mmCIF files, for ModelAngelo (#207, #217)
* Added loading of sequences from Peaks 11 and Peaks Ab
* Added loading of sequences from Casanovo, pNovo, and MaxNovo (#192)
* Added loading of spectra from Casanovo, pNovo, and MaxNovo (#195)
* Added I/L disambiguation based on satellite ions (#193, #216, #218)
Expand All @@ -21,6 +22,7 @@ All releases can also be found here: https://github.com/snijderlab/stitch/releas
* Fixed leading insertions in reads placement displayed in a different colour, for more clarity in the alignment
* Fixed bugs (#222, #230)
* Performance improvements
* Many more small fixes and improvements

Note
* The benchmarks show a mostly very slightly positive result, with the caveat that I/L disambiguation is not automatically benchmarked yet because raw files are so big.
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.4.0
version: 1.5.0-rc.1
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 batchfiles/basic.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-Run Info---------------
Version : 1.4
Version : 1.5
Runname : Basic run

Input ->
Expand Down
2 changes: 1 addition & 1 deletion batchfiles/modelangelo.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-Run Info---------------
Version : 1.4
Version : 1.5

- Here the input can be defined, this will be used in the TemplateMatching and Recombine steps
Input ->
Expand Down
2 changes: 1 addition & 1 deletion batchfiles/modelangelo_recombined.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-Run Info---------------
Version : 1.4
Version : 1.5

- Here the input can be defined, this will be used in the TemplateMatching and Recombine steps
Input ->
Expand Down
2 changes: 1 addition & 1 deletion batchfiles/monoclonal.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-Run Info---------------
Version : 1.4
Version : 1.5
Runname : Monoclonal Herceptin

- Here the input can be defined, this will be used in the TemplateMatching and Recombine steps
Expand Down
2 changes: 1 addition & 1 deletion batchfiles/polyclonal.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-Run Info---------------
Version : 1.4
Version : 1.5
Runname : COVID 19 patient 14

- Here the input can be defined, this will be used in the TemplateMatching and Recombine steps
Expand Down
2 changes: 1 addition & 1 deletion batchfiles/test_ma.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-Run Info---------------
Version : 1.4
Version : 1.5

- Here the input can be defined, this will be used in the TemplateMatching and Recombine steps
Input ->
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.4.0</Version>
<Version>1.5.0-rc.1</Version>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 6d3b540

Please sign in to comment.