Skip to content

Commit b7279d1

Browse files
committed
Updated version number and changelog
1 parent e5a338a commit b7279d1

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

CHANGELOG.md

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

3+
# v1.3.0
4+
_2022-10-21_
5+
6+
* Added graphs that show how ambiguous positions in the final sequence are connected (#176)
7+
* Updated the reads alignment to be able to dynamically show reads, with options to only show CDR reads and show an overview (#162, #196)
8+
* Updated overview of the main report to work better with large numbers of segments and groups (#135)
9+
* Fixed a lot of bugs
10+
* Worked on the error messages to have a more helpful context in many cases
11+
312
# v1.2.1
413
_2022-10-07_
514

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.2.1
2+
version: 1.3.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.1
2+
Version : 1.3
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.1
2+
Version : 1.3
33
Runname : Monoclonal Herceptin
44
RawDataDirectory: R:\F1\peng0013\201912
55

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.1
2+
Version : 1.3
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
@@ -7,7 +7,7 @@
77
<PublishSingleFile>true</PublishSingleFile>
88
<PublishTrimmed>true</PublishTrimmed>
99
<Optimize>true</Optimize>
10-
<Version>1.2.1</Version>
10+
<Version>1.3.0</Version>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)