https://github.com/OpenGene/fastp
Raw File
Tip revision: 254ec78538eee62b3f2627505d606d99000241d2 authored by Shifu Chen on 01 December 2021, 13:35:43 UTC
set version to 0.23.2
Tip revision: 254ec78
.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