该项目从 https://github.com/arq5x/bedtools2 镜像。
Pull mirroring failed .
由于尝试失败次数过多,仓库镜像已暂停,可以由项目维护者或所有者恢复。
上次成功更新 。
由于尝试失败次数过多,仓库镜像已暂停,可以由项目维护者或所有者恢复。
上次成功更新 。
- 4月 14, 2024
-
-
由 Aaron Quinlan 创作于
typo fix: chromomsome
-
- 3月 19, 2024
-
-
由 Chris Miller 创作于
-
- 3月 09, 2024
-
-
由 arq5x 创作于
-
- 11月 07, 2023
-
-
由 arq5x 创作于
- 10月 30, 2023
-
-
由 Aaron Quinlan 创作于
Fix various GCC 13 warnings and errors
-
- 10月 25, 2023
-
-
由 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).
-
- 5月 29, 2023
-
-
由 arq5x 创作于
-
- 4月 28, 2023
- 4月 13, 2023
-
-
由 Aaron Quinlan 创作于
Avoid dangling reference to temporary string object
-
- 4月 11, 2023
-
-
由 John Marshall 创作于
-
- 2月 02, 2023
-
-
由 Aaron Quinlan 创作于
add test for (fixed) #919
-
- 1月 29, 2023
-
-
由 Brent Pedersen 创作于
-
- 12月 06, 2022
-
-
由 Aaron Quinlan 创作于
fix coverage formatting when scale == 1
-
- 12月 04, 2022
-
-
由 Brent Pedersen 创作于
closes #371
-
- 11月 30, 2022
-
-
由 Aaron Quinlan 创作于
use htslib/faidx.h to get fasta sequences
-
由 Aaron Quinlan 创作于
genomecov: use integer when scale == 1.0
-
- 11月 29, 2022
-
-
由 Brent Pedersen 创作于
see #371 #1015
-
- 11月 28, 2022
-
-
由 Brent Pedersen 创作于
-
- 11月 24, 2022
-
-
由 Brent Pedersen 创作于
#56
-
- 9月 20, 2022
-
-
由 Aaron Quinlan 创作于
-
- 5月 26, 2022
-
-
由 Aaron Quinlan 创作于
Cherry-pick htslib#1258
-
由 arq5x 创作于
-
由 arq5x 创作于
-
由 Aaron Quinlan 创作于
Ignore Windows-style line termination in genome files
-
由 John Marshall 创作于
Add utility function to trim any CR or LF characters at the end of a string, and use it in NewGenomeFile::loadGenomeFileIntoMap() which did not previously accept Windows-style CRLF-delimited files. (There are several other file reading classes that do their own newline trimming. TODO Change these other trimmers to use this function too.)
-
- 5月 10, 2022
-
-
由 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.
-
- 3月 10, 2022
-
-
由 Aaron Quinlan 创作于
slopBed: usage grammar/whitespace fixes
-
由 Christian Brueffer 创作于
-
- 2月 17, 2022
-
-
由 Aaron Quinlan 创作于
fix bug 975
-
由 Hao Hou 创作于
-