Skip to content

Commit

Permalink
fl2e/fl2-869/Reduce Max within distance of SNP-to-marker associations…
Browse files Browse the repository at this point in the history
… from 10kb to 2kb
  • Loading branch information
leemdi committed May 28, 2024
1 parent 1ace5d1 commit 6dc0609
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
TAG: snpcacheload-6-0-23-?
DATE: 05/28/2024
STAFF: lec
fl2e/fl2-869/Reduce Max "within distance of" SNP-to-marker associations from 10kb to 2kb
change: MARKER_PAD  from 10000 to 2000, on this line:
MARKER_PAD = 2000
# modified: snpmrkwithin.py

TAG: snpcacheload-6-0-22-6
TAG: snpcacheload-6-0-22-5
DATE: 11/07/2023
Expand Down
2 changes: 1 addition & 1 deletion snpmrkwithin.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
WITHIN_COORD_TERM = 'within coordinates of'
WITHIN_KB_TERM = 'within distance of'

MARKER_PAD = 10000 # max number of BP away a SNP can be FROM a
MARKER_PAD = 2000 # max number of BP away a SNP can be FROM a
# marker to compute a SNP-marker association

# max number of SNPs in chr region to process at at time
Expand Down

0 comments on commit 6dc0609

Please sign in to comment.