Re: [Bioc-devel] Big repo problem & consequences: all commits duplicated

2019-10-14 Thread O'CALLAGHAN Alan
Hi Jelena, If you used BFG and then pull --allow-unrelated-histories, the large files are again present in the repo. Thanks to delta compression, the duplication of commits itself should not massively increase repository size, though it is not desi

Re: [Bioc-devel] Duplicated method names in purrr and GenomicRanges

2019-09-12 Thread O'CALLAGHAN Alan
Hi, Two options. First option: import either purrr::reduce or GenomicRanges::reduce, and call the other with [pkg]::reduce. Second option: remove the import for both of these. Use purrr::reduce and GenomicRanges::reduce to call both functions. I think the second option leads to clearer code and