https://github.com/splatlab/squeakr
Revision 4c60869fbe9f18857c6095fd9bcdaabeab6268ee authored by Prashant Pandey on 02 May 2017, 13:07:05 UTC, committed by GitHub on 02 May 2017, 13:07:05 UTC
Also, added a note that Squeakr currently only supports fastq file formats.
1 parent 849dbe1
Raw File
Tip revision: 4c60869fbe9f18857c6095fd9bcdaabeab6268ee authored by Prashant Pandey on 02 May 2017, 13:07:05 UTC
Adding library dependencies in the README.
Tip revision: 4c60869
.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