Skip to content

Commit

Permalink
move MM_VERSION define to minimap.h
Browse files Browse the repository at this point in the history
  • Loading branch information
iiSeymour authored and lh3 committed Mar 17, 2023
1 parent 1d3c3ee commit 6ce0dd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
#include "mmpriv.h"
#include "ketopt.h"

#define MM_VERSION "2.24-r1155-dirty"

#ifdef __linux__
#include <sys/resource.h>
#include <sys/time.h>
Expand Down
2 changes: 2 additions & 0 deletions minimap.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#include <stdio.h>
#include <sys/types.h>

#define MM_VERSION "2.24-r1155-dirty"

#define MM_F_NO_DIAG 0x001 // no exact diagonal hit
#define MM_F_NO_DUAL 0x002 // skip pairs where query name is lexicographically larger than target name
#define MM_F_CIGAR 0x004
Expand Down

0 comments on commit 6ce0dd8

Please sign in to comment.