Skip to content

Commit

Permalink
merge conflicts from svlib
Browse files Browse the repository at this point in the history
  • Loading branch information
walaj committed Oct 26, 2016
2 parents aba9b7b + a37a6f5 commit 8f755b1
Show file tree
Hide file tree
Showing 35 changed files with 3,301 additions and 3,826 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ config.status
Makefile
*.pico
benchmark
config.status
seqtools
config.h
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url = https://github.com/jwalabroad/fermi-lite
[submodule "htslib"]
path = htslib
url = https://github.com/samtools/htslib
url = https://github.com/walaj/htslib
[submodule "bwa"]
path = bwa
url = https://github.com/jwalabroad/bwa
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ script:

after_success:
- .travis.scripts/coveralls.sh
- .travis.scripts/publish-doxygen.sh

branches:
only:
Expand Down
36 changes: 14 additions & 22 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.

INPUT =
INPUT = /xchip/gistic/Jeremiah/GIT/SeqLib

# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
Expand All @@ -484,27 +484,19 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.

EXCLUDE = bwa \
figs \
htslib \
multifast-v1.4.2 \
blat \
src/non_api \
fermi-lite \
src/SeqLib/BLATWrapper.h \
src/BLATWrapper.cpp \
src/json \
src/old \
src/ssw.c \
src/ssw_cpp.cpp \
src/SeqLib/ssw.h \
src/SeqLib/ssw_cpp.h \
src/gzstream.C \
SGA \
seq_test \
.git \
.travis.scripts \
README.md
EXCLUDE = /xchip/gistic/Jeremiah/GIT/SeqLib/bwa \
/xchip/gistic/Jeremiah/GIT/SeqLib/figs \
/xchip/gistic/Jeremiah/GIT/SeqLib/htslib \
/xchip/gistic/Jeremiah/GIT/SeqLib/blat \
/xchip/gistic/Jeremiah/GIT/SeqLib/src/non_api \
/xchip/gistic/Jeremiah/GIT/SeqLib/fermi-lite \
/xchip/gistic/Jeremiah/GIT/SeqLib/json \
/xchip/gistic/Jeremiah/GIT/SeqLib/SeqLib/ssw.h \
/xchip/gistic/Jeremiah/GIT/SeqLib/SeqLib/ssw_cpp.h \
/xchip/gistic/Jeremiah/GIT/SeqLib/SeqLib/seq_test \
/xchip/gistic/Jeremiah/GIT/SeqLib/SeqLib/.git \
/xchip/gistic/Jeremiah/GIT/SeqLib/SeqLib/.travis.scripts \
/xchip/gistic/Jeremiah/GIT/SeqLib/SeqLib/README.md

# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded
Expand Down
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign
SUBDIRS = bwa htslib fermi-lite src

install:
mkdir -p bin && cp src/libseqlib.a fermi-lite/libfml.a bwa/libbwa.a htslib/libhts.a bin
mkdir -p bin && cp src/libseqlib.a fermi-lite/libfml.a bwa/libbwa.a htslib/libhts.a bin

seqtools:
cd src && make seqtools && mv seqtools ../bin
mkdir -p bin && cd src/seqtools && make && mv seqtools ../../bin
Loading

0 comments on commit 8f755b1

Please sign in to comment.