初始化,合并github和gitea仓库代码
This commit is contained in:
commit
5127a3c4ef
|
|
@ -5,3 +5,56 @@ test64
|
|||
.*.swp
|
||||
Makefile.bak
|
||||
bwamem-lite
|
||||
# ---> C
|
||||
# Prerequisites
|
||||
*.d
|
||||
|
||||
# Object files
|
||||
*.o
|
||||
*.ko
|
||||
*.obj
|
||||
*.elf
|
||||
|
||||
# Linker output
|
||||
*.ilk
|
||||
*.map
|
||||
*.exp
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Libraries
|
||||
*.lib
|
||||
*.a
|
||||
*.la
|
||||
*.lo
|
||||
|
||||
# Shared objects (inc. Windows DLLs)
|
||||
*.dll
|
||||
*.so
|
||||
*.so.*
|
||||
*.dylib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
*.i*86
|
||||
*.x86_64
|
||||
*.hex
|
||||
|
||||
# Debug files
|
||||
*.dSYM/
|
||||
*.su
|
||||
*.idb
|
||||
*.pdb
|
||||
|
||||
# Kernel Module Compile Results
|
||||
*.mod*
|
||||
*.cmd
|
||||
.tmp_versions/
|
||||
modules.order
|
||||
Module.symvers
|
||||
Mkfile.old
|
||||
dkms.conf
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# bwa
|
||||
|
||||
对bwa-mem过程进行加速优化
|
||||
|
||||
[](https://github.com/lh3/bwa/actions)
|
||||
[](https://sourceforge.net/projects/bio-bwa/files/?source=navbar)
|
||||
[](https://github.com/lh3/bwa/releases)
|
||||
|
|
|
|||
Loading…
Reference in New Issue