Skip to content

Commit

Permalink
Increased MAX_N_EXONS to avoid problem with very long reads.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdobin committed Nov 2, 2015
1 parent f82c5a0 commit 4cd6305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/IncludeDefine.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ typedef uint8_t uint8;
#define BAM_ATTR_MaxSize 1000

#if defined COMPILE_FOR_LONG_READS
#define MAX_N_EXONS 200
#define MAX_N_EXONS 1000
#else
#define MAX_N_EXONS 20
#endif
Expand Down

0 comments on commit 4cd6305

Please sign in to comment.