File tree Expand file tree Collapse file tree 6 files changed +3
-33
lines changed
Expand file tree Collapse file tree 6 files changed +3
-33
lines changed Original file line number Diff line number Diff line change 11# # *******************************************************************
2- # # (C) Copyright 2014 Leiden Institute of Advanced Computer Science
3- # # Universiteit Leiden
4- # # All Rights Reserved
5- # # *******************************************************************
62# # Extractor (library)
73# # *******************************************************************
84# # FILE INFORMATION:
95# # File: Makefile
106# # Author: Jonathan K. Vis
11- # # Revision: 2.1.7
12- # # Date: 2014/12/18
137# # *******************************************************************
148# # DESCRIPTION:
159# # Build the Extractor library for python.
Original file line number Diff line number Diff line change 33
44
55Copyright (c) 2013 Leiden University Medical Center <[email protected] > 6- Copyright (c) 2013 Jonathan K. Vis <jvis@liacs .nl>
6+ Copyright (c) 2016 Jonathan K. Vis <j.k.vis@lumc .nl>
77
88Licensed under the MIT license, see the LICENSE file.
99"""
2020
2121__version__ = extractor .VERSION
2222__author__ = 'LUMC, Jonathan K. Vis'
23- __contact__ = 'jvis@liacs .nl'
23+ __contact__ = 'j.k.vis@lumc .nl'
2424__homepage__ = 'https://github.com/mutalyzer/description-extractor'
2525
2626
Original file line number Diff line number Diff line change 11// *******************************************************************
2- // (C) Copyright 2015 Leiden Institute of Advanced Computer Science
3- // Universiteit Leiden
4- // All Rights Reserved
5- // *******************************************************************
62// Extractor (library)
73// *******************************************************************
84// FILE INFORMATION:
95// File: debug.cc
106// Author: Jonathan K. Vis
11- // Revision: 2.3.0
12- // Date: 2015/07/31
137// *******************************************************************
148// DESCRIPTION:
159// This source can be used to debug the Extractor library within
Original file line number Diff line number Diff line change 11// *******************************************************************
2- // (C) Copyright 2015 Leiden Institute of Advanced Computer Science
3- // Universiteit Leiden
4- // All Rights Reserved
5- // *******************************************************************
62// Extractor (library)
73// *******************************************************************
84// FILE INFORMATION:
95// File: extractor.cc (depends on extractor.h)
106// Author: Jonathan K. Vis
11- // Revision: 2.3.0
12- // Date: 2015/07/31
137// *******************************************************************
148// DESCRIPTION:
159// This library can be used to generete HGVS variant descriptions as
Original file line number Diff line number Diff line change 11// *******************************************************************
2- // (C) Copyright 2015 Leiden Institute of Advanced Computer Science
3- // Universiteit Leiden
4- // All Rights Reserved
5- // *******************************************************************
62// Extractor (library)
73// *******************************************************************
84// FILE INFORMATION:
95// File: extractor.h (implemented in extractor.cc)
106// Author: Jonathan K. Vis
11- // Revision: 2.3.0
12- // Date: 2015/07/31
137// *******************************************************************
148// DESCRIPTION:
159// This library can be used to generate HGVS variant descriptions as
@@ -34,7 +28,7 @@ namespace mutalyzer
3428{
3529
3630// Version string for run-time identification.
37- static char const * const VERSION = " 2.3.0 " ;
31+ static char const * const VERSION = " 2.3.1 " ;
3832
3933
4034// The character type used for all strings. For now it should just be
Original file line number Diff line number Diff line change 11// *******************************************************************
2- // (C) Copyright 2015 Leiden Institute of Advanced Computer Science
3- // Universiteit Leiden
4- // All Rights Reserved
5- // *******************************************************************
62// Extractor (library)
73// *******************************************************************
84// FILE INFORMATION:
95// File: extractor.i (SWIG interface file)
106// Author: Jonathan K. Vis
11- // Revision: 2.2.0
12- // Date: 2015/03/10
137// *******************************************************************
148// DESCRIPTION:
159// Defines the SWIG interface for the Extractor library for use in
You can’t perform that action at this time.
0 commit comments