https://github.com/EvolBioInf/hotspot
Raw File
Tip revision: 9166602afcf836b80f69369b9a0c6c2360b29d2d authored by Bernhard Haubold on 22 November 2018, 12:25:28 UTC
release v1.1
Tip revision: 9166602
.gitignore
# Build files
*.o
common/libcommon.a
src_aso/aso
src_asp/asp
src_xov/xov
src_six/six

# Autotools
config.*
Makefile
Makefile.in
.deps
aclocal.m4
ar-lib
autom4te.cache
autoscan.log
compile
configure
configure.scan
depcomp
install-sh
missing
stamp-h1

# data files
data/*
!data/mus/example*.txt
!data/test/

# random files
src_six/randomSeed.dat
back to top