Skip to content

Commit ccdd01d

Browse files
committed
Update version number to 1.2
1 parent e5224a0 commit ccdd01d

25 files changed

Lines changed: 48 additions & 47 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See INSTALL.txt for compilation and testing instructions.
1111

1212
###########################################################
1313
Version history:
14-
v.1.2: 2015-03-30
14+
v.1.2: 2015-05-27
1515
This version includes bug fixes and updated compilation instructons that Gert Hulselmans (KU Leuven) performed in
1616
Oct 2013. We're very grateful to Gert for getting this code working again. This version also includes a new option
1717
for restricting motif comparisons to a single strand (e.g. for comparing RNA-binding motifs).

src/Alignment.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//////////////////////////////////////////////////////////////////////////////////
22
//
3-
// STAMP version 1
3+
// STAMP version 1.2
44
//
55
// Written By: Shaun Mahony
66
//
77
// Alignment.cpp
88
//
99
// Started: 31st Oct 2005
1010
//
11-
// Copyright 2007 Shaun Mahony
11+
// Copyright 2007-2015 Shaun Mahony
1212
//
1313
// This file is part of STAMP.
1414
//

src/Alignment.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//////////////////////////////////////////////////////////////////////////////////
22
//
3-
// STAMP version 1
3+
// STAMP version 1.2
44
//
55
// Written By: Shaun Mahony
66
//
77
// Alignment.h
88
//
99
// Started: 31st Oct 2005
1010
//
11-
// Copyright 2007 Shaun Mahony
11+
// Copyright 2007-2015 Shaun Mahony
1212
//
1313
// This file is part of STAMP.
1414
//

src/ColumnComp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//////////////////////////////////////////////////////////////////////////////////
22
//
3-
// STAMP version 1
3+
// STAMP version 1.2
44
//
55
// Written By: Shaun Mahony
66
//
77
// ColumnComp.cpp
88
//
99
// Started: 31st Oct 2005
1010
//
11-
// Copyright 2007 Shaun Mahony
11+
// Copyright 2007-2015 Shaun Mahony
1212
//
1313
// This file is part of STAMP.
1414
//

src/ColumnComp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//////////////////////////////////////////////////////////////////////////////////
22
//
3-
// STAMP version 1
3+
// STAMP version 1.2
44
//
55
// Written By: Shaun Mahony
66
//
77
// ColumnComp.h
88
//
99
// Started: 31st Oct 2005
1010
//
11-
// Copyright 2007 Shaun Mahony
11+
// Copyright 2007-2015 Shaun Mahony
1212
//
1313
// This file is part of STAMP.
1414
//

src/Motif.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//////////////////////////////////////////////////////////////////////////////////
22
//
3-
// STAMP version 1
3+
// STAMP version 1.2
44
//
55
// Written By: Shaun Mahony
66
//
77
// Motif.cpp
88
//
99
// Started: 31st Oct 2005
1010
//
11-
// Copyright 2007 Shaun Mahony
11+
// Copyright 2007-2015 Shaun Mahony
1212
//
1313
// This file is part of STAMP.
1414
//

src/Motif.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//////////////////////////////////////////////////////////////////////////////////
22
//
3-
// STAMP version 1
3+
// STAMP version 1.2
44
//
55
// Written By: Shaun Mahony
66
//
77
// Motif.h
88
//
99
// Started: 31st Oct 2005
1010
//
11-
// Copyright 2007 Shaun Mahony
11+
// Copyright 2007-2015 Shaun Mahony
1212
//
1313
// This file is part of STAMP.
1414
//

src/MultipleAlignment.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//////////////////////////////////////////////////////////////////////////////////
22
//
3-
// STAMP version 1
3+
// STAMP version 1.2
44
//
55
// Written By: Shaun Mahony
66
//
77
// MultipleAlignment.cpp
88
//
99
// Started: 16th January 2006
1010
//
11-
// Copyright 2007 Shaun Mahony
11+
// Copyright 2007-2015 Shaun Mahony
1212
//
1313
// This file is part of STAMP.
1414
//

src/MultipleAlignment.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99
// Started: 16th January 2006
1010
//
11-
// Copyright 2007 Shaun Mahony
11+
// Copyright 2007-2015 Shaun Mahony
1212
//
1313
// This file is part of STAMP.
1414
//

src/NeuralTree.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//////////////////////////////////////////////////////////////////////////////////
22
//
3-
// STAMP version 1
3+
// STAMP version 1.2
44
//
55
// Written By: Shaun Mahony
66
//
77
// NeuralTree.cpp
88
//
99
// Started: 14th Feb 2006
1010
//
11-
// Copyright 2007 Shaun Mahony
11+
// Copyright 2007-2015 Shaun Mahony
1212
//
1313
// This file is part of STAMP.
1414
//

0 commit comments

Comments
 (0)