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
9f0c079c
Commit
9f0c079c
authored
Jul 13, 2018
by
Philippe Veber
Browse files
maj Makefile après changement CLI
parent
63e6aeb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Makefile
Makefile
+3
-2
No files found.
Makefile
View file @
9f0c079c
...
...
@@ -29,12 +29,13 @@ push_docker:
test_simu
:
cd
example
&&
\
reviewphiltrans
pipeline
simulation
--outdir
outdir
--tree-dir
trees
--profile-fn
aa_fitness/tiragesBloomK30.tsv
--preview
--np
4
&&
\
reviewphiltrans simulation
--outdir
outdir
--tree-dir
trees
--profile-fn
aa_fitness/tiragesBloomK30.tsv
--preview
--np
4
&&
\
mv
dag.dot dagtest_sim.dot
&&
\
dot
-Tsvg
dagtest_sim.dot
-o
dagtest_sim.svg
test_det
:
cd
example
&&
\
reviewphiltrans
pipeline
detection
--outdir
outdir/detection
--indir
outdir/data
--preview
--np
4
&&
\
reviewphiltrans detection
--outdir
outdir/detection
--indir
outdir/data
--preview
--np
4
&&
\
mv
dag.dot dagtest_det.dot
&&
\
dot
-Tsvg
dagtest_det.dot
-o
dagtest_det.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