Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
8680ec70
Commit
8680ec70
authored
Feb 01, 2018
by
Mathieu Giraud
Browse files
Makefile: include demo/Makefile in release
parent
566de175
Pipeline
#15808
passed with stages
in 22 minutes and 9 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
algo/Makefile
View file @
8680ec70
...
...
@@ -261,7 +261,7 @@ RELEASE_DIR_TMP = releases/tmp
RELEASE_ALGO
=
src/
RELEASE_TOOLS
=
$(
wildcard
../tools/
*
.py
)
RELEASE_MAKE
=
../tools/tests/Makefile ../doc/Makefile
RELEASE_TESTS
=
../doc/format-analysis.org
$(
wildcard
../doc/analysis-example.vidjil
)
$(
wildcard
../tools/tests/
*
.should_get
)
../tools/tests/should-to-tap.sh ../tools/diff_json.sh ../demo/get-sequences ../demo/Demo-X5.fa
RELEASE_TESTS
=
../doc/format-analysis.org
$(
wildcard
../doc/analysis-example.vidjil
)
$(
wildcard
../tools/tests/
*
.should_get
)
../tools/tests/should-to-tap.sh ../tools/diff_json.sh ../demo/get-sequences ../demo/Demo-X5.fa
../demo/Makefile
RELEASE_GERMLINES
=
../germline/Makefile ../germline/germline_id ../germline/get-saved-germline ../germline/get-germline ../germline/split-from-imgt.py
$(
wildcard
../germline/
*
.g
)
../germline/revcomp-fasta.py ../germline/fasta.py
RELEASE_HELP
=
../doc/algo.org ../doc/locus.org ../doc/dev.org ../doc/should-vdj.org ../doc/credits.org ../doc/CHANGELOG ../doc/LICENSE ../README.org ../INSTALL.org
RELEASE_FILES
=
$(RELEASE_TOOLS)
$(RELEASE_TESTS)
$(RELEASE_MAKE)
$(RELEASE_GERMLINES)
$(RELEASE_HELP)
...
...
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