Skip to content

Commit 610bca3

Browse files
committed
change limit to 60k
1 parent b21e889 commit 610bca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/genomeData.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SOFTWARE.
2929
#include "showWindowData.h"
3030

3131
// NOTE: if the number exceed this value, the contig counted as N % 32768, for example, contig 32768 will be counted as 0, 32769 1, 32770 as 2
32-
#define Max_Number_of_Contigs 32768 // 32768 // originally 4096
32+
#define Max_Number_of_Contigs 65536 // 32768 // originally 4096
3333

3434
struct
3535
file_atlas_entry

0 commit comments

Comments
 (0)