Timeline for intersection beween 2 files (values in file 1 which fall in range of values in file 2)
Current License: CC BY-SA 3.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 28, 2017 at 11:32 | answer | added | Gnudiff | timeline score: 2 | |
| Nov 28, 2017 at 11:18 | comment | added | Gnudiff | @Anna1364 is the "position" in snp_data actually two numbers "912 1" for initial rows, and only 1 number for the last rows? | |
| Nov 26, 2017 at 4:12 | history | edited | igal | CC BY-SA 3.0 |
Someone rebroke the formatting - refixed it.
|
| Nov 26, 2017 at 4:10 | comment | added | igal | @Anna1364 I updated the solution to remove the double quotes. | |
| Nov 26, 2017 at 3:56 | history | edited | Anna1364 | CC BY-SA 3.0 |
added 48 characters in body
|
| Nov 26, 2017 at 2:23 | comment | added | igal | I originally misinterpreted your question. I just updated my solution and also rewrote the question to make it clearer and address some ambiguities. Please double-check the question statement to make sure that I haven't misinterpreted anything. | |
| Nov 26, 2017 at 2:17 | history | edited | igal | CC BY-SA 3.0 |
Massive overhaul. The question was unclear and poorly written. Rewrote and reformatted almost everything. Could probably use a sanity check.
|
| Nov 26, 2017 at 0:52 | answer | added | igal | timeline score: 2 | |
| Nov 26, 2017 at 0:27 | history | edited | Jeff Schaller♦ |
edited tags
|
|
| Nov 26, 2017 at 0:19 | comment | added | MiniMax |
Can we assume, the width always the same - 15000? If, yes, then we don't need the window file at all. We can do something like this: awk '{print $0, int($3 / 15000 + 1)}' snp_data and get the right result.
|
|
| Nov 26, 2017 at 0:11 | history | edited | Anna1364 |
edited tags
|
|
| Nov 26, 2017 at 0:01 | history | edited | Anna1364 | CC BY-SA 3.0 |
deleted 221 characters in body
|
| Nov 25, 2017 at 23:56 | history | asked | Anna1364 | CC BY-SA 3.0 |