{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":106022365,"defaultBranch":"master","name":"SavvySuite","ownerLogin":"rdemolgen","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-10-06T15:45:48.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/19330012?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1707125449.0","currentOid":""},"activityList":{"items":[{"before":"3f9d0f5b59de47fb7c912a4ca6abbda4a6585e35","after":"3922957b8e503a675f03e9a4c94ed97a3f8b77ad","ref":"refs/heads/master","pushedAt":"2024-07-09T09:49:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"exeter-matthew-wakeling","name":null,"path":"/exeter-matthew-wakeling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32575990?s=80&v=4"},"commit":{"message":"Separate male and female for analysis","shortMessageHtmlLink":"Separate male and female for analysis"}},{"before":"a69737d697901ebddd93f4c0662668c9faa8bbae","after":"3f9d0f5b59de47fb7c912a4ca6abbda4a6585e35","ref":"refs/heads/master","pushedAt":"2024-07-09T09:45:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"exeter-matthew-wakeling","name":null,"path":"/exeter-matthew-wakeling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32575990?s=80&v=4"},"commit":{"message":"Improve instructions","shortMessageHtmlLink":"Improve instructions"}},{"before":"79c9011ad72efe60bc099f81dc93ef8fd2809095","after":"a69737d697901ebddd93f4c0662668c9faa8bbae","ref":"refs/heads/master","pushedAt":"2024-02-05T09:30:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"exeter-matthew-wakeling","name":null,"path":"/exeter-matthew-wakeling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32575990?s=80&v=4"},"commit":{"message":"Fix bug where sample count is higher than number of bins.","shortMessageHtmlLink":"Fix bug where sample count is higher than number of bins."}},{"before":"983de5700f7992c75633426b3b62d7d85fbd5320","after":"79c9011ad72efe60bc099f81dc93ef8fd2809095","ref":"refs/heads/master","pushedAt":"2024-02-05T09:24:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"exeter-matthew-wakeling","name":null,"path":"/exeter-matthew-wakeling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32575990?s=80&v=4"},"commit":{"message":"Fixes bug - make compatible with new CoverageBinner format","shortMessageHtmlLink":"Fixes bug - make compatible with new CoverageBinner format"}},{"before":"e10c80784a128023ba650aa998c9d398c831dd6f","after":"983de5700f7992c75633426b3b62d7d85fbd5320","ref":"refs/heads/master","pushedAt":"2023-11-15T17:04:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"exeter-matthew-wakeling","name":null,"path":"/exeter-matthew-wakeling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32575990?s=80&v=4"},"commit":{"message":"Make compatible with new CoverageBinner\n\nMake this software compatible with the new changes to CoverageBinner","shortMessageHtmlLink":"Make compatible with new CoverageBinner"}},{"before":"f83485023b39a9ecc5295534db785254a04b572c","after":"e10c80784a128023ba650aa998c9d398c831dd6f","ref":"refs/heads/master","pushedAt":"2023-11-15T16:57:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"exeter-matthew-wakeling","name":null,"path":"/exeter-matthew-wakeling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32575990?s=80&v=4"},"commit":{"message":"Update README.md for breaking change to CoverageBinner","shortMessageHtmlLink":"Update README.md for breaking change to CoverageBinner"}},{"before":"431f3e79b843335e1c18a205c0ba36e514f1b974","after":"f83485023b39a9ecc5295534db785254a04b572c","ref":"refs/heads/master","pushedAt":"2023-11-15T16:35:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"exeter-matthew-wakeling","name":null,"path":"/exeter-matthew-wakeling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32575990?s=80&v=4"},"commit":{"message":"New file format and options for CoverageBinner\n\nNew file compressed file format for CoverageBinner files. Note - breaking change, details below.\r\n\r\nThis new format now includes metadata, so the file records the BAM file that it was generated from, the sample name, and the options used to generate it. The bin size can be changed from 200 (so if you only ever perform off-target analyses then you can set the bin size higher to have a smaller CoverageBinner file and faster SavvyCNV run time). CoverageBinner will now by default exclude reads that have been clipped at both ends, as these tend to be bacterial/viral DNA that misaligns against the target reference genome, and there is an option to also exclude secondary/supplementary reads, and change the minimum mapping quality filter.\r\n\r\nThe new file format is compressed. While the old format produced on average a 61MB file for a human sample regardless of sample type, the new file format will take around 10MB for a whole genome and 1MB for a 50-gene targeted sequencing sample.\r\n\r\nNote that SavvyCNV will refuse to analyse files that have mixed configuration, as the results will not be comparable. Therefore this is a breaking change. Old CoverageBinner files include double-clipped reads but new CoverageBinner files by default have these excluded, so SavvyCNV will refuse to analyse a mix of old and new files created with default options. Either create your new CoverageBinner files with the \"-includeDoubleClip\" option, or for better results delete all your old CoverageBinner files and re-generate using default options.","shortMessageHtmlLink":"New file format and options for CoverageBinner"}},{"before":"0e1364e8161e04f8d121d69ffa95e224a143fb6f","after":"431f3e79b843335e1c18a205c0ba36e514f1b974","ref":"refs/heads/master","pushedAt":"2023-10-17T15:20:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"exeter-matthew-wakeling","name":null,"path":"/exeter-matthew-wakeling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32575990?s=80&v=4"},"commit":{"message":"New -maxNoise option with SavvyCNVJointCaller","shortMessageHtmlLink":"New -maxNoise option with SavvyCNVJointCaller"}},{"before":"7a77684a05fb121acec6bab0ce6cb0383535ed67","after":"0e1364e8161e04f8d121d69ffa95e224a143fb6f","ref":"refs/heads/master","pushedAt":"2023-10-17T15:18:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"exeter-matthew-wakeling","name":null,"path":"/exeter-matthew-wakeling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32575990?s=80&v=4"},"commit":{"message":"Add -maxNoise option to SavvyCNVJointCaller\n\nAdds a new -maxNoise option to SavvyCNVJointCaller, and also changes the behaviour of SavvyCNV to filter data points the same way (which is probably the more sensible way anyway).","shortMessageHtmlLink":"Add -maxNoise option to SavvyCNVJointCaller"}},{"before":"0d8998d84a452dd8fb383e68b48c7e507b3edf47","after":"7a77684a05fb121acec6bab0ce6cb0383535ed67","ref":"refs/heads/master","pushedAt":"2023-10-16T17:27:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"exeter-matthew-wakeling","name":null,"path":"/exeter-matthew-wakeling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32575990?s=80&v=4"},"commit":{"message":"Suppress unavoidable warnings\n\nSome code compiled with warnings. One warning was related to the strong type system in Java and how it interacts with object deserialisation. The other warning occurred multiple times and was due to the use of getChr() which is a deprecated method in htsjdk - however many versions of htsjdk still in regular use do not have the replacement method. These warning have therefore been suppressed.","shortMessageHtmlLink":"Suppress unavoidable warnings"}},{"before":"59976fc3a4e2cdc1f7f0b3277506217ce9a82486","after":"0d8998d84a452dd8fb383e68b48c7e507b3edf47","ref":"refs/heads/master","pushedAt":"2023-10-16T17:13:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"exeter-matthew-wakeling","name":null,"path":"/exeter-matthew-wakeling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32575990?s=80&v=4"},"commit":{"message":"Update for compatibility with latest SavvyCNV","shortMessageHtmlLink":"Update for compatibility with latest SavvyCNV"}},{"before":"e71c576c7f29ddc21b08bbf855090b1be149baf4","after":"59976fc3a4e2cdc1f7f0b3277506217ce9a82486","ref":"refs/heads/master","pushedAt":"2023-10-13T11:07:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"exeter-matthew-wakeling","name":null,"path":"/exeter-matthew-wakeling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32575990?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"49a065890a77e3a448f32fc3c0bec29e39541e92","after":"e71c576c7f29ddc21b08bbf855090b1be149baf4","ref":"refs/heads/master","pushedAt":"2023-10-13T11:05:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"exeter-matthew-wakeling","name":null,"path":"/exeter-matthew-wakeling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32575990?s=80&v=4"},"commit":{"message":"Add -maxNoise option, and make SV checking more strict","shortMessageHtmlLink":"Add -maxNoise option, and make SV checking more strict"}},{"before":"3f830e25eda030d89ec72fb28091e21da3ca513a","after":"49a065890a77e3a448f32fc3c0bec29e39541e92","ref":"refs/heads/master","pushedAt":"2023-08-24T15:34:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"exeter-matthew-wakeling","name":null,"path":"/exeter-matthew-wakeling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32575990?s=80&v=4"},"commit":{"message":"Add published paper to cite","shortMessageHtmlLink":"Add published paper to cite"}},{"before":"ea322915228af723d0673cd33f16559a897f6bc4","after":"3f830e25eda030d89ec72fb28091e21da3ca513a","ref":"refs/heads/master","pushedAt":"2023-06-05T10:26:47.792Z","pushType":"push","commitsCount":1,"pusher":{"login":"exeter-matthew-wakeling","name":null,"path":"/exeter-matthew-wakeling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32575990?s=80&v=4"},"commit":{"message":"Single-chromosome separates out data files. Check bin size is a multiple of 200","shortMessageHtmlLink":"Single-chromosome separates out data files. Check bin size is a multi…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEen6vogA","startCursor":null,"endCursor":null}},"title":"Activity · rdemolgen/SavvySuite"}