{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":21312324,"defaultBranch":"master","name":"angsd","ownerLogin":"ANGSD","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-06-28T22:38:46.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6351086?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1711288214.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"c877e7fa3adb5fb3ec13863be46c4df3d6be0167","ref":"refs/heads/dev","pushedAt":"2024-03-24T13:50:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"},"commit":{"message":"Update chisquare.h","shortMessageHtmlLink":"Update chisquare.h"}},{"before":"8a58e179d23a3230adf2fa4115e16ecf057a9695","after":"c877e7fa3adb5fb3ec13863be46c4df3d6be0167","ref":"refs/heads/master","pushedAt":"2024-02-06T15:55:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ANGSD","name":null,"path":"/ANGSD","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6351086?s=80&v=4"},"commit":{"message":"Update chisquare.h","shortMessageHtmlLink":"Update chisquare.h"}},{"before":null,"after":"a477ff037fc75df7df8bbb3cdb2ce99e13294b64","ref":"refs/heads/dev_bcf_dofasta","pushedAt":"2023-12-11T14:00:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"},"commit":{"message":"[draftFeat] Add doFasta with vcf files\n\nAdd bcfReader and -bcf option, add required header bitsetting, read\nfmt/ad tag and fill funkyPars counts array to be passed to doFasta. This\nmakes it possible to use vcf input with -doFasta 1 and 2 to call\npseudohaplo fastas from vcf files. It is a quick workaround for a\nfunctionality I needed. Cleaning of the counts array is left to\nabcWriteFasta cleaner. Ideally this should be done in doCounts and\ncleaned in doCounts cleaner like bam input, but this was quicker since\nwe need nInd and nAlleles info to initialize counts array sizes: there\nis currently no direct interaction between vcf reading and doCounts after\nreading vcf header but before reading bcf records. Therefore I am\npushing this as a draft feat for version control but not for directly\nadding to main program.","shortMessageHtmlLink":"[draftFeat] Add doFasta with vcf files"}},{"before":"1d55b0611fdd7b5898e34fe4f353807ba4a67744","after":"8f50d6479e5ca75cec6f4be21259f34611b94d3c","ref":"refs/heads/perf_isinaltinkaya_230826","pushedAt":"2023-08-26T19:24:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"},"commit":{"message":"[fix] Fix upstream position comparison j","shortMessageHtmlLink":"[fix] Fix upstream position comparison j"}},{"before":"8a58e179d23a3230adf2fa4115e16ecf057a9695","after":"1d55b0611fdd7b5898e34fe4f353807ba4a67744","ref":"refs/heads/perf_isinaltinkaya_230826","pushedAt":"2023-08-26T17:40:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"},"commit":{"message":"[perf] Add upstream sites reading filter\n\nAdd sites reading filter upstream that only pops the reads that are going to\nbe used based on the sites filter. The old implementation pops all reads and\nfilters them afterwards which is not efficient.","shortMessageHtmlLink":"[perf] Add upstream sites reading filter"}},{"before":null,"after":"8a58e179d23a3230adf2fa4115e16ecf057a9695","ref":"refs/heads/perf_isinaltinkaya_230826","pushedAt":"2023-08-26T17:28:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"},"commit":{"message":"Update Makefile\n\nHad to remove .WAIT from the makefile. It looks like this option is not recognized by existing make. The PR #590 might still be relevant. I will discuss this with @isinaltinkaya","shortMessageHtmlLink":"Update Makefile"}},{"before":"2d1c53346fe1cb581055bbaab6964e8eec3b0b74","after":null,"ref":"refs/heads/dev_isinaltinkaya_230715","pushedAt":"2023-08-26T14:43:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"}},{"before":"2d1c53346fe1cb581055bbaab6964e8eec3b0b74","after":null,"ref":"refs/heads/dev_isinaltinkaya_230820","pushedAt":"2023-08-26T14:43:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"}},{"before":"e3ac91683fc5d57df554544b79d3a972f2c35aea","after":"8a58e179d23a3230adf2fa4115e16ecf057a9695","ref":"refs/heads/master","pushedAt":"2023-08-20T22:49:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ANGSD","name":null,"path":"/ANGSD","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6351086?s=80&v=4"},"commit":{"message":"Update Makefile\n\nHad to remove .WAIT from the makefile. It looks like this option is not recognized by existing make. The PR #590 might still be relevant. I will discuss this with @isinaltinkaya","shortMessageHtmlLink":"Update Makefile"}},{"before":"2d1c53346fe1cb581055bbaab6964e8eec3b0b74","after":"e3ac91683fc5d57df554544b79d3a972f2c35aea","ref":"refs/heads/master","pushedAt":"2023-08-20T22:32:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ANGSD","name":null,"path":"/ANGSD","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6351086?s=80&v=4"},"commit":{"message":"There is a recent pull request that using the new --shuffle option for testing for concurrency issues PR#590 found an issue. After looking into it there was indeed atleast two problems that this commit fixed.","shortMessageHtmlLink":"There is a recent pull request that using the new --shuffle option fo…"}},{"before":null,"after":"2d1c53346fe1cb581055bbaab6964e8eec3b0b74","ref":"refs/heads/dev_isinaltinkaya_230820","pushedAt":"2023-08-20T14:12:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"},"commit":{"message":"Merge pull request #586 from ANGSD/howOften_bug_isinaltinkaya_230712\n\n[fix] Add howOften value check, add disable option","shortMessageHtmlLink":"Merge pull request #586 from ANGSD/howOften_bug_isinaltinkaya_230712"}},{"before":null,"after":"2d1c53346fe1cb581055bbaab6964e8eec3b0b74","ref":"refs/heads/dev_isinaltinkaya_230715","pushedAt":"2023-07-15T21:17:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"},"commit":{"message":"Merge pull request #586 from ANGSD/howOften_bug_isinaltinkaya_230712\n\n[fix] Add howOften value check, add disable option","shortMessageHtmlLink":"Merge pull request #586 from ANGSD/howOften_bug_isinaltinkaya_230712"}},{"before":"e6967e6268093f607021e05f495a6b132ed66f2c","after":null,"ref":"refs/heads/dev_isinaltinkaya_230713_1402","pushedAt":"2023-07-15T21:17:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"}},{"before":"e6967e6268093f607021e05f495a6b132ed66f2c","after":null,"ref":"refs/heads/howOften_bug_isinaltinkaya_230712_1405","pushedAt":"2023-07-15T21:16:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"}},{"before":"e6967e6268093f607021e05f495a6b132ed66f2c","after":null,"ref":"refs/heads/howOften_bugfix_isinaltinkaya_230712","pushedAt":"2023-07-15T21:16:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"}},{"before":"07f4921f7f1b01b37250ab6431840d9a2ac5a2df","after":null,"ref":"refs/heads/howOften_bug_isinaltinkaya_230712","pushedAt":"2023-07-15T21:16:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"}},{"before":"e6967e6268093f607021e05f495a6b132ed66f2c","after":"2d1c53346fe1cb581055bbaab6964e8eec3b0b74","ref":"refs/heads/master","pushedAt":"2023-07-13T22:32:17.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ANGSD","name":null,"path":"/ANGSD","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6351086?s=80&v=4"},"commit":{"message":"Merge pull request #586 from ANGSD/howOften_bug_isinaltinkaya_230712\n\n[fix] Add howOften value check, add disable option","shortMessageHtmlLink":"Merge pull request #586 from ANGSD/howOften_bug_isinaltinkaya_230712"}},{"before":null,"after":"e6967e6268093f607021e05f495a6b132ed66f2c","ref":"refs/heads/dev_isinaltinkaya_230713_1402","pushedAt":"2023-07-13T12:02:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"},"commit":{"message":"Merge pull request #577 from ANGSD/dev_fix_assert\n\n[fix] Add missing parenthesis to assert macro","shortMessageHtmlLink":"Merge pull request #577 from ANGSD/dev_fix_assert"}},{"before":"e6967e6268093f607021e05f495a6b132ed66f2c","after":"07f4921f7f1b01b37250ab6431840d9a2ac5a2df","ref":"refs/heads/howOften_bug_isinaltinkaya_230712","pushedAt":"2023-07-12T12:54:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"},"commit":{"message":"[fix] Add howOften value check, add disable option\n\n`-howOften 0` was throwing a floating point exception.\nUse 0 for disabling instead, and add nice value check for negative values","shortMessageHtmlLink":"[fix] Add howOften value check, add disable option"}},{"before":null,"after":"e6967e6268093f607021e05f495a6b132ed66f2c","ref":"refs/heads/howOften_bug_isinaltinkaya_230712","pushedAt":"2023-07-12T12:49:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"},"commit":{"message":"Merge pull request #577 from ANGSD/dev_fix_assert\n\n[fix] Add missing parenthesis to assert macro","shortMessageHtmlLink":"Merge pull request #577 from ANGSD/dev_fix_assert"}},{"before":null,"after":"e6967e6268093f607021e05f495a6b132ed66f2c","ref":"refs/heads/howOften_bugfix_isinaltinkaya_230712","pushedAt":"2023-07-12T12:34:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"},"commit":{"message":"Merge pull request #577 from ANGSD/dev_fix_assert\n\n[fix] Add missing parenthesis to assert macro","shortMessageHtmlLink":"Merge pull request #577 from ANGSD/dev_fix_assert"}},{"before":null,"after":"e6967e6268093f607021e05f495a6b132ed66f2c","ref":"refs/heads/howOften_bug_isinaltinkaya_230712_1405","pushedAt":"2023-07-12T12:05:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"},"commit":{"message":"Merge pull request #577 from ANGSD/dev_fix_assert\n\n[fix] Add missing parenthesis to assert macro","shortMessageHtmlLink":"Merge pull request #577 from ANGSD/dev_fix_assert"}},{"before":"8ecf807ff58d6cebc5a9fd67cc89540cc4d6b665","after":null,"ref":"refs/heads/dev_fix_assert","pushedAt":"2023-05-22T18:42:33.601Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"}},{"before":"25afb62fd479296394229e317e7a33cf2f2df2cc","after":"e6967e6268093f607021e05f495a6b132ed66f2c","ref":"refs/heads/master","pushedAt":"2023-05-22T18:42:29.669Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"},"commit":{"message":"Merge pull request #577 from ANGSD/dev_fix_assert\n\n[fix] Add missing parenthesis to assert macro","shortMessageHtmlLink":"Merge pull request #577 from ANGSD/dev_fix_assert"}},{"before":"25afb62fd479296394229e317e7a33cf2f2df2cc","after":"8ecf807ff58d6cebc5a9fd67cc89540cc4d6b665","ref":"refs/heads/dev_fix_assert","pushedAt":"2023-05-22T18:24:46.306Z","pushType":"push","commitsCount":1,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"},"commit":{"message":"[fix] Add missing paranthesis to assert macro\n\nAdd extra paranthesis to assert macro to avoid\ncases where ASSERT(x>y) expands to if(!x>y)\ninstead of if(!(x>y))","shortMessageHtmlLink":"[fix] Add missing paranthesis to assert macro"}},{"before":null,"after":"25afb62fd479296394229e317e7a33cf2f2df2cc","ref":"refs/heads/dev_fix_assert","pushedAt":"2023-05-22T18:13:44.980Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"},"commit":{"message":"Merge pull request #573 from ANGSD/dev_osx_build\n\n[build] Remove install -D to support osx build","shortMessageHtmlLink":"Merge pull request #573 from ANGSD/dev_osx_build"}},{"before":"b7eb65455defa785bfb191e763ad3f3fff38ade0","after":null,"ref":"refs/heads/dev","pushedAt":"2023-05-08T09:24:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"}},{"before":"45de18f95d3a909502432e03f835a9d2b7e131b3","after":null,"ref":"refs/heads/bugfix","pushedAt":"2023-05-08T09:24:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"isinaltinkaya","name":"Isin Altinkaya","path":"/isinaltinkaya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33371500?s=80&v=4"}},{"before":"cf10eaf2855b9eb59fbf36f6c9090830b438b7e0","after":null,"ref":"refs/heads/dev_osx_build","pushedAt":"2023-05-07T19:53:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ANGSD","name":null,"path":"/ANGSD","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6351086?s=80&v=4"}},{"before":"b7eb65455defa785bfb191e763ad3f3fff38ade0","after":"25afb62fd479296394229e317e7a33cf2f2df2cc","ref":"refs/heads/master","pushedAt":"2023-05-07T14:33:28.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ANGSD","name":null,"path":"/ANGSD","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6351086?s=80&v=4"},"commit":{"message":"Merge pull request #573 from ANGSD/dev_osx_build\n\n[build] Remove install -D to support osx build","shortMessageHtmlLink":"Merge pull request #573 from ANGSD/dev_osx_build"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEHePZaAA","startCursor":null,"endCursor":null}},"title":"Activity · ANGSD/angsd"}