Skip to content

Commit

Permalink
ver. 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marekkokot committed Jan 22, 2015
1 parent c500353 commit eb982b3
Show file tree
Hide file tree
Showing 51 changed files with 110 additions and 110 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: 2.11
Date : 2015-01-21
Version: 2.1.1
Date : 2015-01-22
*/

#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: 2.11
Date : 2015-01-21
Version: 2.1.1
Date : 2015-01-22
*/

#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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/


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 @@
Authors: Sebastian Deorowicz and Agnieszka Debudaj-Grabysz
Version: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/


#ifndef _KMER_DEFS_H
#define _KMER_DEFS_H

#define KMC_VER "2.0"
#define KMC_DATE "2014-07-04"
#define KMC_VER "2.1.1"
#define KMC_DATE "2015-01-22"

#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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#include "stdafx.h"
Expand Down
12 changes: 6 additions & 6 deletions kmer_counter.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Global
{8C8B90DA-28B7-4D82-81F3-C0E7CE52D59F}.Debug|Win32.Build.0 = Debug|Win32
{8C8B90DA-28B7-4D82-81F3-C0E7CE52D59F}.Debug|x64.ActiveCfg = Debug|x64
{8C8B90DA-28B7-4D82-81F3-C0E7CE52D59F}.Debug|x64.Build.0 = Debug|x64
{8C8B90DA-28B7-4D82-81F3-C0E7CE52D59F}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{8C8B90DA-28B7-4D82-81F3-C0E7CE52D59F}.Release|Mixed Platforms.Build.0 = Release|Win32
{8C8B90DA-28B7-4D82-81F3-C0E7CE52D59F}.Release|Mixed Platforms.ActiveCfg = Release|x64
{8C8B90DA-28B7-4D82-81F3-C0E7CE52D59F}.Release|Mixed Platforms.Build.0 = Release|x64
{8C8B90DA-28B7-4D82-81F3-C0E7CE52D59F}.Release|Win32.ActiveCfg = Release|Win32
{8C8B90DA-28B7-4D82-81F3-C0E7CE52D59F}.Release|Win32.Build.0 = Release|Win32
{8C8B90DA-28B7-4D82-81F3-C0E7CE52D59F}.Release|x64.ActiveCfg = Release|x64
Expand All @@ -36,8 +36,8 @@ Global
{8939AD12-23D5-469C-806B-DC3F98F8A514}.Debug|Win32.ActiveCfg = Debug|Win32
{8939AD12-23D5-469C-806B-DC3F98F8A514}.Debug|Win32.Build.0 = Debug|Win32
{8939AD12-23D5-469C-806B-DC3F98F8A514}.Debug|x64.ActiveCfg = Debug|Win32
{8939AD12-23D5-469C-806B-DC3F98F8A514}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{8939AD12-23D5-469C-806B-DC3F98F8A514}.Release|Mixed Platforms.Build.0 = Release|Win32
{8939AD12-23D5-469C-806B-DC3F98F8A514}.Release|Mixed Platforms.ActiveCfg = Release|x64
{8939AD12-23D5-469C-806B-DC3F98F8A514}.Release|Mixed Platforms.Build.0 = Release|x64
{8939AD12-23D5-469C-806B-DC3F98F8A514}.Release|Win32.ActiveCfg = Release|Win32
{8939AD12-23D5-469C-806B-DC3F98F8A514}.Release|Win32.Build.0 = Release|Win32
{8939AD12-23D5-469C-806B-DC3F98F8A514}.Release|x64.ActiveCfg = Release|x64
Expand All @@ -47,8 +47,8 @@ Global
{17823F37-86DE-4E58-B354-B84DA9EDA6A1}.Debug|Win32.ActiveCfg = Debug|Win32
{17823F37-86DE-4E58-B354-B84DA9EDA6A1}.Debug|Win32.Build.0 = Debug|Win32
{17823F37-86DE-4E58-B354-B84DA9EDA6A1}.Debug|x64.ActiveCfg = Debug|Win32
{17823F37-86DE-4E58-B354-B84DA9EDA6A1}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{17823F37-86DE-4E58-B354-B84DA9EDA6A1}.Release|Mixed Platforms.Build.0 = Release|Win32
{17823F37-86DE-4E58-B354-B84DA9EDA6A1}.Release|Mixed Platforms.ActiveCfg = Release|x64
{17823F37-86DE-4E58-B354-B84DA9EDA6A1}.Release|Mixed Platforms.Build.0 = Release|x64
{17823F37-86DE-4E58-B354-B84DA9EDA6A1}.Release|Win32.ActiveCfg = Release|Win32
{17823F37-86DE-4E58-B354-B84DA9EDA6A1}.Release|Win32.Build.0 = Release|Win32
{17823F37-86DE-4E58-B354-B84DA9EDA6A1}.Release|x64.ActiveCfg = Release|Win32
Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/asmlib_wrapper.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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#ifndef _ASMLIB_WRAPPER_H
Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/bkb_merger.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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#ifndef _HBH_MERGER_H
Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/bkb_reader.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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#include "stdafx.h"
Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/bkb_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#ifndef _BKB_READER_H_
Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/bkb_sorter.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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#ifndef _BKB_SORTER_H
Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/bkb_subbin.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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#ifndef _BKB_SUBBIN_H
Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/bkb_uncompactor.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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#ifndef _BKB_UNCOMPACTOR_H
Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/bkb_writer.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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#include "stdafx.h"
Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/bkb_writer.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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#ifndef _BKB_WRITER_H
Expand Down
8 changes: 4 additions & 4 deletions kmer_counter/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#ifndef _DEFS_H
#define _DEFS_H

#define KMC_VER "2.1"
#define KMC_DATE "2014-12-18"
#define KMC_VER "2.1.1"
#define KMC_DATE "2015-01-22"

#define _CRT_SECURE_NO_WARNINGS

Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/fastq_reader.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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#include <algorithm>
Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/fastq_reader.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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#ifndef _FASTQ_READER_H
Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/kb_collector.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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#ifndef _KB_COLLECTOR_H
Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/kb_completer.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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/
#include <algorithm>
#include <numeric>
Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/kb_completer.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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/
#ifndef _KB_COMPLETER_H
#define _KB_COMPLETER_H
Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/kb_reader.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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#ifndef _KB_READER_H
Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/kb_sorter.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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#ifndef _KB_SORTER_H
Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/kb_storer.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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/
#include <algorithm>
#include <numeric>
Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/kb_storer.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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#ifndef _KB_STORER_H
Expand Down
4 changes: 2 additions & 2 deletions kmer_counter/kmc.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: 2.1
Date : 2014-12-18
Version: 2.1.1
Date : 2015-01-22
*/

#ifndef _KMC_H
Expand Down
Loading

0 comments on commit eb982b3

Please sign in to comment.