https://github.com/splatlab/squeakr
Revision e55f450fec9d1a7e7838d8bd950edf4cdd104d0a authored by Prashant Pandey on 08 October 2018, 16:49:17 UTC, committed by Prashant Pandey on 08 October 2018, 16:49:17 UTC
1 parent 2b9f036
Raw File
Tip revision: e55f450fec9d1a7e7838d8bd950edf4cdd104d0a authored by Prashant Pandey on 08 October 2018, 16:49:17 UTC
Fixing a k-mer parsing corner case when N is the last base of the read.
Tip revision: e55f450
.gitignore
# 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
back to top