We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5606e72 commit d896ab1Copy full SHA for d896ab1
Genrich.c
@@ -4,7 +4,7 @@
4
5
Finding sites of enrichment from genome-wide assays.
6
7
- Version 0.5_dev
+ Version 0.6
8
*/
9
10
#include <stdio.h>
Genrich.h
@@ -4,9 +4,9 @@
-#define VERSION "0.5_dev"
+#define VERSION "0.6"
11
// macros
12
#define MAX(a, b) ((a) > (b) ? (a) : (b))
0 commit comments