Skip to content

Commit

Permalink
date
Browse files Browse the repository at this point in the history
  • Loading branch information
marekkokot committed Mar 10, 2023
1 parent 668259c commit 25d29e6
Show file tree
Hide file tree
Showing 105 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion kmc_api/kmc_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#include "mmer.h"
Expand Down
2 changes: 1 addition & 1 deletion kmc_api/kmc_file.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _KMC_FILE_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_api/kmer_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz and Agnieszka Debudaj-Grabysz
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#include "kmer_api.h"
Expand Down
2 changes: 1 addition & 1 deletion kmc_api/kmer_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
Authors: Sebastian Deorowicz and Agnieszka Debudaj-Grabysz
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _KMER_API_H
Expand Down
4 changes: 2 additions & 2 deletions kmc_api/kmer_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz and Agnieszka Debudaj-Grabysz
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/


Expand All @@ -15,7 +15,7 @@
#include <cinttypes>

#define KMC_VER "3.2.2"
#define KMC_DATE "2023-03-09"
#define KMC_DATE "2023-03-10"

#ifndef MIN
#define MIN(x,y) ((x) < (y) ? (x) : (y))
Expand Down
2 changes: 1 addition & 1 deletion kmc_api/mmer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#include "../kmc_api/mmer.h"
Expand Down
2 changes: 1 addition & 1 deletion kmc_api/mmer.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _MMER_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/bam_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _BAM_UTILS_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/binary_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _BINARY_READER_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/bkb_merger.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _HBH_MERGER_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/bkb_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#include "bkb_reader.h"
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/bkb_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _BKB_READER_H_
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/bkb_sorter.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _BKB_SORTER_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/bkb_subbin.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _BKB_SUBBIN_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/bkb_uncompactor.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _BKB_UNCOMPACTOR_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/bkb_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#include "bkb_writer.h"
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/bkb_writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _BKB_WRITER_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/cpu_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#include "cpu_info.h"
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/cpu_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _CPU_INFO_
Expand Down
4 changes: 2 additions & 2 deletions kmc_core/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _DEFS_H
Expand All @@ -14,7 +14,7 @@
#include <cinttypes>

#define KMC_VER "3.2.2"
#define KMC_DATE "2023-03-09"
#define KMC_DATE "2023-03-10"

#define _CRT_SECURE_NO_WARNINGS

Expand Down
2 changes: 1 addition & 1 deletion kmc_core/fastq_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#include <algorithm>
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/fastq_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _FASTQ_READER_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/first_dispatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/
#ifndef _FIRST_DISPATCH_H
#define _FIRST_DISPATCH_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/intr_copy.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _INTR_COPY_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/kb_collector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#include "kb_collector.h"
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/kb_collector.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _KB_COLLECTOR_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/kb_completer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/
#include <algorithm>
#include <numeric>
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/kb_completer.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/
#ifndef _KB_COMPLETER_H
#define _KB_COMPLETER_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/kb_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _KB_READER_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/kb_sorter.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _KB_SORTER_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/kb_storer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/
#include <algorithm>
#include <numeric>
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/kb_storer.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _KB_STORER_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/kmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot

Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _KMC_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/kmc_runner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot

Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#include "kmc_runner.h"
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/kmc_runner.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot

Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _KMC_RUNNER
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/kmer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot

Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#include "defs.h"
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/kmer.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot

Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _KMER_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/kxmer_set.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot

Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/
#ifndef _KXMER_SET_
#define _KXMER_SET_
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/mem_disk_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot

Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#include "mem_disk_file.h"
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/mem_disk_file.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot

Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _MEM_DISK_FILE_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/meta_oper.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot

Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _META_OPER_H
Expand Down
2 changes: 1 addition & 1 deletion kmc_core/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot

Version: 3.2.2
Date : 2023-03-09
Date : 2023-03-10
*/

#ifndef _PARAMS_H
Expand Down
Loading

0 comments on commit 25d29e6

Please sign in to comment.