该项目从 https://github.com/lh3/bwa 镜像。
拉取镜像更新于 。
- 4月 15, 2024
-
- 9月 22, 2022
-
-
由 Heng Li 创作于
Add CI job for Ubuntu 20.04 aarch64
-
- 9月 01, 2022
-
-
Signed-off-by:
Martin Tzvetanov Grigorov <mgrigorov@apache.org>
-
- 8月 31, 2022
-
-
由 Heng Li 创作于
Add ARM Neon and scalar implementations of SIMD functions
-
- 6月 27, 2022
-
-
由 John Marshall 创作于
Make the native SSE2 code conditional on __SSE2__, which is defined by GCC/Clang/etc on x86-64 by default and on i386 with -msse2 etc.
-
- 6月 26, 2022
-
-
由 John Marshall 创作于
-
- 6月 20, 2022
-
-
由 John Marshall 创作于
Many Intel intrinsics have a corresponding Neon equivalent. Other cases are more interesting: * Neon's vmaxvq directly selects the maximum entry in a vector, so can be used to implement both the __max_16/__max_8 macros and the _mm_movemask_epi8 early loop exit. Introduce additional helper macros alongside __max_16/__max_8 so that the early loop exit can similarly be implemented differently on the two platforms. * Full-width shifts can be done via vextq. This is defined close to the ksw_u8()/ksw_i16() functions (rather than in neon_sse.h) as it implicitly uses one of their local variables. * ksw_i16() uses saturating *signed* 16-bit operations apart from _mm_subs_epu16; presumably the data is effectively still signed but we wish to keep it non-negative. The ARM intrinsics are more careful about type checking, so this requires an extra U16() helper macro.
-
- 6月 17, 2022
-
-
由 John Marshall 创作于
The previous code implicitly caused a load; change it so the load intrinsic is explicitly invoked, as the others are. (This in fact makes no difference to the generated code.)
-
- 6月 03, 2022
-
-
由 Heng Li 创作于
Document that the XB tag now contains the mapping quality too
-
- 5月 19, 2022
-
-
由 clintval 创作于
-
- 3月 07, 2022
-
-
由 Heng Li 创作于
Makefile: Use $CPPFLAGS and $LDFLAGS if they are set
-
由 John Marshall 创作于
The bwa makefile doesn't set these two itself, but the environment or make command line might set any of CC/CPPFLAGS/CFLAGS/LDFLAGS/LIBS. Use $(CPPFLAGS) when compiling and $(LDFLAGS) when linking so they can be used to customise the build. Remove $(DFLAGS) from link commands as these preprocessor options are irrelevant for linking.
-
- 3月 06, 2022
-
-
由 Heng Li 创作于
-
由 Heng Li 创作于
Merge branch 'feature/add-xa-drop-ratio-option' of https://github.com/fulcrumgenomics/bwa into fulcrumgenomics-feature/add-xa-drop-ratio-option
-
由 Heng Li 创作于
Output mapping quality with XB
-
由 Heng Li 创作于
Document "-u"
-
由 Heng Li 创作于
Clarify bwa mem -5 option
-
由 Heng Li 创作于
Add the mate mapping quality tag
-
由 Heng Li 创作于
Add the header line to the output SAM
-
由 Heng Li 创作于
Update bwa.1 to remove ancient reference to picard
-
- 2月 18, 2022
-
-
由 Nils Homer 创作于
-
- 12月 14, 2021
-
-
由 Nils Homer 创作于
In particular, this defines the output SAM to be unsorted BUT also query grouped. The latter is very important to explicitly define so downstream tools that don't make assumptions know that reads from the same template are grouped.
-
- 7月 21, 2021
-
-
由 Nils Homer 创作于
-
- 5月 10, 2021
- 5月 09, 2021
-
-
由 John Marshall 创作于
Make an equivalent GitHub Actions workflow that tests compilation with both GCC and Clang.
-
- 4月 22, 2021
-
-
由 Heng Li 创作于
-
- 3月 09, 2021
- 2月 23, 2021
- 8月 19, 2020
-
-
由 Nils Homer 创作于
Clarify that the -5 bwa mem option chooses the alignment that starts earliest in the read relative to the read/sequencing order, not genomic coordinate order
-
- 8月 12, 2020
-
-
由 Nils Homer 创作于
-
由 Nils Homer 创作于
-
- 8月 06, 2020
-
-
由 Nils Homer 创作于
-
由 Nils Homer 创作于
-
- 7月 02, 2020