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
a6eb0d5d
Commit
a6eb0d5d
authored
Aug 05, 2016
by
Mathieu Giraud
Browse files
tests: .should-vdj locus tests, 3 expected fails
parent
aa821854
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/tests/Makefile
View file @
a6eb0d5d
...
...
@@ -11,6 +11,7 @@ LIB=../core/vidjil.a ../lib/lib.a
SHOULD
=
$(
wildcard
should-get-tests/
*
.should-get
)
SHOULD_LOG
=
$
(
SHOULD:.should-get
=
.tap
)
SHOULD_VDJ_EXPECTED_FAILS
=
--expected-fails
81
SHOULD_LOCUS_EXPECTED_FAILS
=
--expected-fails
3
SHOULD_VDJ
=
$(
wildcard
should-vdj-tests/
*
.should-vdj.fa
)
SHOULD_LOCUS
=
$(
wildcard
should-vdj-tests/
*
.should-locus.fa
)
REPORTS_PATH
:=
$(
patsubst
%/Makefile,%,
$(
abspath
$(
lastword
$(MAKEFILE_LIST)
)))
/../../reports
...
...
@@ -53,7 +54,7 @@ shouldvdj_if_python:
shouldlocus_and_vdj
:
vidjil
@
echo
"*** Launching .should-vdj-fa tests..."
python should-vdj-to-tap.py
-2q
-r
$(SHOULD_VDJ)
$(SHOULD_LOCUS)
python should-vdj-to-tap.py
-2q
-r
$(SHOULD_LOCUS_EXPECTED_FAILS)
$(SHOULD_VDJ)
$(SHOULD_LOCUS)
$(MAKE)
shouldvdj_with_rc
@
echo
"*** All .should-vdj.fa tests passed"
...
...
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