Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase window size to 20k #24

Merged
merged 1 commit into from
May 18, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/branch_sequences.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ int extend_end_of_block_right_over_gap(int block_coord, char * branch_snp_sequen
#define DEFAULT_SNP_DENSITY 0.000001
#define WINDOW_SNP_MODE_TARGET 10
#define MIN_WINDOW_SIZE 10
#define MAX_WINDOW_SIZE 50000
#define MAX_WINDOW_SIZE 20000
#define RANDOMNESS_DAMPNER 0.05
#define MAX_SAMPLE_NAME_SIZE 1024

#endif
#endif