Skip to content
代码片段 群组 项目
该项目从 https://github.com/arq5x/bedtools2 镜像。 Pull mirroring failed .
由于尝试失败次数过多,仓库镜像已暂停,可以由项目维护者或所有者恢复。
上次成功更新
  1. 4月 14, 2024
  2. 3月 19, 2024
  3. 3月 09, 2024
  4. 11月 07, 2023
  5. 10月 30, 2023
  6. 10月 25, 2023
    • John Marshall's avatar
      Fix various GCC 13 warnings and errors · b1dae361
      John Marshall 创作于
      Due to improvements in system and/or compiler header cleanliness,
      where previously ParseTools.{cpp,h}'s headers have included <cstdint>
      as a byproduct, this no longer occurs. Hence:
       - Ordinary unsigned is appropriate for the int2str() variable anyway;
       - Get CHRPOS from BedtoolsTypes.h instead of typedeffing it ourselves;
       - ParseTools.cpp's isHeaderLine() does use uint32_t, so include <cstdint>
         from the .cpp file for good measure.
      
      Assignment operators should not be virtual (avoids "Record::operator=
      was hidden" warnings). List member initialisers in the same order in
      which they are declared (avoids "_testLastQueryRec will be initialized
      after _runToDbEnd" warnings).
      b1dae361
  7. 5月 29, 2023
  8. 4月 28, 2023
  9. 4月 13, 2023
  10. 4月 11, 2023
  11. 2月 02, 2023
  12. 1月 29, 2023
  13. 12月 06, 2022
  14. 12月 04, 2022
  15. 11月 30, 2022
  16. 11月 29, 2022
  17. 11月 28, 2022
  18. 11月 24, 2022
  19. 9月 20, 2022
  20. 5月 26, 2022
  21. 5月 10, 2022
    • Ilya Leoshkevich's avatar
      Cherry-pick htslib#1258 · c96c0d09
      Ilya Leoshkevich 创作于
      Cherry-pick htslib commit 515f6df8f7f7 ("Remove compressBound
      assertions. (PR #1258)").
      
      This fixes compressBound() assertions when running bedtools testsuite
      on an IBM Z machine with hardware-accelerated zlib.
      c96c0d09
  22. 3月 10, 2022
  23. 2月 17, 2022