Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marekkokot committed May 28, 2019
1 parent 9c51873 commit b7de846
Show file tree
Hide file tree
Showing 102 changed files with 207 additions and 207 deletions.
4 changes: 2 additions & 2 deletions kmc_api/kmc_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#include "stdafx.h"
Expand Down
4 changes: 2 additions & 2 deletions kmc_api/kmc_file.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _KMC_FILE_H
Expand Down
4 changes: 2 additions & 2 deletions kmc_api/kmer_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Sebastian Deorowicz and Agnieszka Debudaj-Grabysz
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/


Expand Down
4 changes: 2 additions & 2 deletions kmc_api/kmer_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
Authors: Sebastian Deorowicz and Agnieszka Debudaj-Grabysz
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _KMER_API_H
Expand Down
8 changes: 4 additions & 4 deletions kmc_api/kmer_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
Authors: Sebastian Deorowicz and Agnieszka Debudaj-Grabysz
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/


#ifndef _KMER_DEFS_H
#define _KMER_DEFS_H

#define KMC_VER "3.1.0"
#define KMC_DATE "2018-05-10"
#define KMC_VER "3.1.1"
#define KMC_DATE "2019-05-19"

#ifndef MIN
#define MIN(x,y) ((x) < (y) ? (x) : (y))
Expand Down
4 changes: 2 additions & 2 deletions kmc_api/mmer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#include "../kmc_api/mmer.h"
Expand Down
4 changes: 2 additions & 2 deletions kmc_api/mmer.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _MMER_H
Expand Down
4 changes: 2 additions & 2 deletions kmc_dump/kmc_dump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#include "stdafx.h"
Expand Down
4 changes: 2 additions & 2 deletions kmc_dump/nc_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#include "stdafx.h"
Expand Down
4 changes: 2 additions & 2 deletions kmc_dump/nc_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#include <string>
Expand Down
4 changes: 2 additions & 2 deletions kmc_dump_sample/kmc_dump_sample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#include "stdafx.h"
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/bundle.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _BUNDLE_H
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/check_kmer.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _CHECK_KMER_H
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _CONFIG_H
Expand Down
8 changes: 4 additions & 4 deletions kmc_tools/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _DEFS_H
Expand All @@ -30,8 +30,8 @@ using uchar = unsigned char;
//#define ENABLE_DEBUG
//#define ENABLE_LOGGER

#define KMC_VER "3.1.0"
#define KMC_DATE "2018-05-10"
#define KMC_VER "3.1.1"
#define KMC_DATE "2019-05-19"

#define DEFAULT_CIRCULAL_QUEUE_CAPACITY (4)

Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/dump_writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _DUMP_WRITER_H
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/expression_node.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _EXPRESSION_NODE_H
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/fastq_filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#include "stdafx.h"
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/fastq_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _FASTQ_FILTER_H
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/fastq_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#include "stdafx.h"
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/fastq_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _FASTQ_READER_H
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/fastq_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#include "stdafx.h"
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/fastq_writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _FASTQ_WRITER_H
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/histogram_writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _HISTOGRAM_WRITER_H
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/kmc1_db_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _KMC1_DB_READER_H
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/kmc1_db_writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _KMC1_DB_WRITER_H
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/kmc2_db_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _KMC2_DB_READER_H
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/kmc_header.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#include "stdafx.h"
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/kmc_header.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _KMC_HEADER_H
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/kmc_tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#include "stdafx.h"
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/kmer.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _KMER_H
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/meta_oper.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#ifndef _META_OPER_H
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/nc_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#include "stdafx.h"
Expand Down
4 changes: 2 additions & 2 deletions kmc_tools/nc_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Marek Kokot
Version: 3.1.0
Date : 2018-05-10
Version: 3.1.1
Date : 2019-05-19
*/

#include <string>
Expand Down
Loading

0 comments on commit b7de846

Please sign in to comment.