Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
3e31fe6d
Commit
3e31fe6d
authored
Jul 13, 2018
by
Carine Rey
Browse files
update Makefile (add test_val)
parent
9f0c079c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Makefile
Makefile
+6
-0
No files found.
Makefile
View file @
3e31fe6d
...
...
@@ -39,6 +39,12 @@ test_det:
mv
dag.dot dagtest_det.dot
&&
\
dot
-Tsvg
dagtest_det.dot
-o
dagtest_det.svg
test_val
:
cd
example
&&
\
reviewphiltrans validation
--outdir
outdir_validation
--indir
real_data
--tree-dir
trees
--profile-fn
aa_fitness/tiragesBloomK30.tsv
--preview
--np
4
&&
\
mv
dag.dot dagtest_val.dot
&&
\
dot
-Tsvg
dagtest_val.dot
-o
dagtest_val.svg
test_real
:
cd
example
&&
\
reviewphiltrans pipeline
--outdir
outdir_real_data
--indir
real_data
--tree-dir
trees
--profile-fn
aa_fitness/tiragesBloomK30.tsv
--preview
--np
4
...
...
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