Skip to content

Commit 96d0b44

Browse files
committed
Update version number to 1.3
Update version number to 1.3 Signed-off-by: Gert Hulselmans <[email protected]>
1 parent 13e57cf commit 96d0b44

22 files changed

+37
-26
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# STAMP v.1.2.
1+
# STAMP v.1.3.
22

33
[STAMP](http://www.benoslab.pitt.edu/stamp/) is a tool for characterizing similarities between transcription factor binding motifs.
44

@@ -121,6 +121,17 @@ the **formatMotifs.pl** script.
121121

122122
## Version history:
123123

124+
* **v.1.3:** 2016-09-23:
125+
* Make parsing of STAMP specific TRANSFAC file more robust.
126+
Before this change STAMP only processes TRANSFAC files
127+
correctly when they looked exactly like this:
128+
- motif starts with tag "DE motif_name".
129+
- "DE" tag is directly followed by matrix lines
130+
(no "P0" or "PO" tag allowed).
131+
- matrix lines are directly followed by a "XX" tag line.
132+
- if other tags are present between "DE" and matrix lines or between matrix
133+
lines and "XX", STAMP adds for each of those lines "0.0 0.0 0.0 0.0"
134+
to the matrix (which was wrong).
124135
* **v.1.2:** 2015-05-27:
125136
* This version includes bug fixes and updated compilation instructons
126137
that [Gert Hulselmans (KU Leuven)](https://github.com/ghuls/) performed
@@ -130,9 +141,9 @@ the **formatMotifs.pl** script.
130141
comparisons to a single strand (e.g. for comparing RNA-binding motifs).
131142

132143
* **v.1.1 and earlier:** 2006 - 2008:
133-
* STAMP was written by [Shaun Mahony](http://mahonylab.org/) during
134-
his time as a postdoc in
135-
[Takis Benos' lab at the University of Pittsburgh](http://www.benoslab.pitt.edu).
144+
* STAMP was written by [Shaun Mahony](http://mahonylab.org/) during
145+
his time as a postdoc in
146+
[Takis Benos' lab at the University of Pittsburgh](http://www.benoslab.pitt.edu).
136147

137148

138149
## Citations:

src/Alignment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//////////////////////////////////////////////////////////////////////////////////
22
//
3-
// STAMP version 1.2
3+
// STAMP version 1.3
44
//
55
// Written By: Shaun Mahony
66
//

src/Alignment.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//////////////////////////////////////////////////////////////////////////////////
22
//
3-
// STAMP version 1.2
3+
// STAMP version 1.3
44
//
55
// Written By: Shaun Mahony
66
//

src/ColumnComp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//////////////////////////////////////////////////////////////////////////////////
22
//
3-
// STAMP version 1.2
3+
// STAMP version 1.3
44
//
55
// Written By: Shaun Mahony
66
//

src/ColumnComp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//////////////////////////////////////////////////////////////////////////////////
22
//
3-
// STAMP version 1.2
3+
// STAMP version 1.3
44
//
55
// Written By: Shaun Mahony
66
//

src/Motif.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//////////////////////////////////////////////////////////////////////////////////
22
//
3-
// STAMP version 1.2
3+
// STAMP version 1.3
44
//
55
// Written By: Shaun Mahony
66
//

src/Motif.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//////////////////////////////////////////////////////////////////////////////////
22
//
3-
// STAMP version 1.2
3+
// STAMP version 1.3
44
//
55
// Written By: Shaun Mahony
66
//

src/MultipleAlignment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//////////////////////////////////////////////////////////////////////////////////
22
//
3-
// STAMP version 1.2
3+
// STAMP version 1.3
44
//
55
// Written By: Shaun Mahony
66
//

src/NeuralTree.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//////////////////////////////////////////////////////////////////////////////////
22
//
3-
// STAMP version 1.2
3+
// STAMP version 1.3
44
//
55
// Written By: Shaun Mahony
66
//

src/NeuralTree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//////////////////////////////////////////////////////////////////////////////////
22
//
3-
// STAMP version 1.2
3+
// STAMP version 1.3
44
//
55
// Written By: Shaun Mahony
66
//

0 commit comments

Comments
 (0)