Skip to content

Commit 25f8762

Browse files
committed
Updated version number
1 parent 65c1b2f commit 25f8762

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
All releases can also be found here: https://github.com/snijderlab/stitch/releases.
22

3-
# Upcoming
4-
_tba_
3+
# v1.4.0
4+
_2022-12-20_
55

66
* Implemented alignment which can take bigger patches into account, see `Alphabet` in the manual or any of the examples. (#197)
77
* Implemented a more gradual variant of `EnforceUnique` now it can take all reads that score at least `x` * the highest score. (#146)

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: Stitch
2-
version: 1.3.0
2+
version: 1.4.0
33
abstract: Template-based assembly of proteomics short reads for de novo antibody sequencing and repertoire profiling
44
authors:
55
- affiliation: Utrecht University

batchfiles/basic.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-Run Info---------------
2-
Version : 1.3
2+
Version : 1.4
33
Runname : Basic run
44

55
Input ->

batchfiles/monoclonal.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-Run Info---------------
2-
Version : 1.3
2+
Version : 1.4
33
Runname : Monoclonal Herceptin
44

55
- Here the input can be defined, this will be used in the TemplateMatching and Recombine steps

batchfiles/polyclonal.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-Run Info---------------
2-
Version : 1.3
2+
Version : 1.4
33
Runname : COVID 19 patient 14
44

55
- Here the input can be defined, this will be used in the TemplateMatching and Recombine steps

stitch/stitch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net6.0</TargetFramework>
66
<CodeAnalysisRuleSet>StandardRuleset.ruleset</CodeAnalysisRuleSet>
7-
<Version>1.3.0</Version>
7+
<Version>1.4.0</Version>
88
</PropertyGroup>
99
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1010
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)