https://github.com/OpenGene/fastp
Raw File
Tip revision: c66b83170b14f3c46e64a2a1a015ad360b6ff8c6 authored by Shifu Chen on 08 October 2021, 06:45:15 UTC
update README for v0.23.0 to release
Tip revision: c66b831
.gitignore
.DS_Store
fastp

# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# Editor Config
.vscode

# Test Output
*.json
*.html
back to top