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
dce707d1
Commit
dce707d1
authored
Jun 22, 2018
by
Carine Rey
Browse files
update
parent
961383a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
Makefile
Makefile
+5
-4
No files found.
Makefile
View file @
dce707d1
...
...
@@ -7,9 +7,9 @@ install:
jbuilder
install
clean
:
rm
-r
_build
rm
-r
example/_bistro
rm
-r
example/outdir
rm
-r
_build
||
exit
0
rm
-r
example/_bistro
||
exit
0
rm
-r
example/outdir
||
exit
0
build_docker
:
@
for
dir
in
./etc/docker/
*
;
\
...
...
@@ -29,7 +29,8 @@ push_docker:
test
:
cd
example
&&
\
reviewphiltrans pipeline
--outdir
outdir
--tree-dir
trees
--preview
reviewphiltrans pipeline
--outdir
outdir
--tree-dir
trees
--profile-fn
aa_fitness/aafitness1_first_100_freq_ok_bpp.csv
--preview
--np
4
&&
\
dot
-Tpdf
dag.dot
-o
dag.pdf
clean_test
:
rm
-r
example/_bistro
||
exit
0
...
...
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