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
b1a00415
Commit
b1a00415
authored
Jul 18, 2018
by
Carine Rey
Browse files
update makefile
parent
2ffd594b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
b1a00415
...
...
@@ -40,14 +40,14 @@ test_simu:
.PHONY
:
test_det
test_det
:
cd
example
&&
\
reviewphiltrans detection
--outdir
outdir/detection
--indir
outdir/data
--preview
--np
4
&&
\
reviewphiltrans detection
--outdir
outdir/detection
--indir
outdir/data
--preview
--np
4
--fast
&&
\
mv
dag.dot dagtest_det.dot
&&
\
dot
-Tsvg
dagtest_det.dot
-o
dagtest_det.svg
.PHONY
:
test_val
test_val
:
cd
example
&&
\
reviewphiltrans validation
--outdir
outdir_validation
--indir
real_data
--tree-dir
trees
--profile-fn
aa_fitness/tiragesBloomK30.tsv
--preview
--np
4
&&
\
reviewphiltrans validation
--outdir
outdir_validation
--indir
real_data
--tree-dir
trees
--profile-fn
aa_fitness/tiragesBloomK30.tsv
--preview
--fast
--np
4
&&
\
mv
dag.dot dagtest_val.dot
&&
\
dot
-Tsvg
dagtest_val.dot
-o
dagtest_val.svg
...
...
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