This website requires JavaScript.
Explore
Help
Sign In
zzh
/
bwa_perf
Watch
1
Star
0
Fork
You've already forked bwa_perf
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b0cfa3630e
bwa_perf
/
.vscode
/
settings.json
7 lines
114 B
JSON
Raw
Normal View
History
Unescape
Escape
bwa-mem各个部分优化和测试工程,初始化
2024-01-25 08:57:03 +08:00
{
"files.associations"
:
{
"ostream"
:
"cpp"
,
解决了创建fmt过程中的bug,把bwt中保存occ的类型从uint64改成了uint32
2024-01-31 02:19:08 +08:00
"iostream"
:
"cpp"
,
"string"
:
"cpp"
bwa-mem各个部分优化和测试工程,初始化
2024-01-25 08:57:03 +08:00
}
}