We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21e889 commit 610bca3Copy full SHA for 610bca3
1 file changed
src/genomeData.h
@@ -29,7 +29,7 @@ SOFTWARE.
29
#include "showWindowData.h"
30
31
// 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
+#define Max_Number_of_Contigs 65536 // 32768 // originally 4096
33
34
struct
35
file_atlas_entry
0 commit comments