Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
vidjil
vidjil
Commits
96329816
Commit
96329816
authored
Jan 31, 2015
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: include germline/get-saved-germline in release
parent
dec4ac5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
Makefile
+1
-1
No files found.
Makefile
View file @
96329816
...
@@ -90,7 +90,7 @@ RELEASE_H = $(VIDJIL_ALGO_SRC)/release.h
...
@@ -90,7 +90,7 @@ RELEASE_H = $(VIDJIL_ALGO_SRC)/release.h
RELEASE_SOURCE
=
$(
wildcard
$(VIDJIL_ALGO_SRC)
/
*
.cpp
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/
*
.h
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/core/
*
.cpp
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/tests/
*
.cpp
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/core/
*
.h
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/tests/
*
.h
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/cgi/
*
.cpp
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/lib/
*
.cpp
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/lib/
*
.h
)
RELEASE_SOURCE
=
$(
wildcard
$(VIDJIL_ALGO_SRC)
/
*
.cpp
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/
*
.h
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/core/
*
.cpp
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/tests/
*
.cpp
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/core/
*
.h
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/tests/
*
.h
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/cgi/
*
.cpp
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/lib/
*
.cpp
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/lib/
*
.h
)
RELEASE_MAKE
=
./Makefile
$(VIDJIL_ALGO_SRC)
/Makefile
$(VIDJIL_ALGO_SRC)
/core/Makefile
$(VIDJIL_ALGO_SRC)
/tests/Makefile
$(VIDJIL_ALGO_SRC)
/lib/Makefile germline/Makefile data/Makefile
RELEASE_MAKE
=
./Makefile
$(VIDJIL_ALGO_SRC)
/Makefile
$(VIDJIL_ALGO_SRC)
/core/Makefile
$(VIDJIL_ALGO_SRC)
/tests/Makefile
$(VIDJIL_ALGO_SRC)
/lib/Makefile germline/Makefile data/Makefile
RELEASE_TESTS
=
data/get-sequences
$(
wildcard
data/
*
.fa
)
$(
wildcard
data/
*
.fq
)
$(VIDJIL_ALGO_SRC)
/tests/should-to-tap.sh
$(
wildcard
$(VIDJIL_ALGO_SRC)
/tests/
*
.should_get
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/tests/bugs/
*
.fa
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/tests/bugs/
*
.should_get
)
$(VIDJIL_ALGO_SRC)
/tests/format-json.sh
RELEASE_TESTS
=
data/get-sequences
$(
wildcard
data/
*
.fa
)
$(
wildcard
data/
*
.fq
)
$(VIDJIL_ALGO_SRC)
/tests/should-to-tap.sh
$(
wildcard
$(VIDJIL_ALGO_SRC)
/tests/
*
.should_get
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/tests/bugs/
*
.fa
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/tests/bugs/
*
.should_get
)
$(VIDJIL_ALGO_SRC)
/tests/format-json.sh
RELEASE_FILES
=
$(RELEASE_SOURCE)
$(RELEASE_TESTS)
$(RELEASE_MAKE)
germline/get-germline germline/split-from-imgt.py doc/algo.org doc/LICENSE data/segmentation.fasta
$(
wildcard
data/
*
.fa.gz
)
$(
wildcard
data/
*
.label
)
RELEASE_FILES
=
$(RELEASE_SOURCE)
$(RELEASE_TESTS)
$(RELEASE_MAKE)
germline/get-saved-germline
germline/get-germline germline/split-from-imgt.py doc/algo.org doc/LICENSE data/segmentation.fasta
$(
wildcard
data/
*
.fa.gz
)
$(
wildcard
data/
*
.label
)
RELEASE_ARCHIVE
=
vidjil-
$(RELEASE_TAG)
.tgz
RELEASE_ARCHIVE
=
vidjil-
$(RELEASE_TAG)
.tgz
CURRENT_DIR
=
vidjil
CURRENT_DIR
=
vidjil
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment