Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,712
Issues
1,712
List
Boards
Labels
Service Desk
Milestones
Merge Requests
87
Merge Requests
87
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
8680ec70
Commit
8680ec70
authored
Feb 01, 2018
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
algo/Makefile
algo/Makefile
+1
-1
No files found.
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