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
e8f3e234
Commit
e8f3e234
authored
Jun 18, 2018
by
Carine Rey
Browse files
update example
parent
5005d999
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
Makefile
Makefile
+7
-2
lib/pipeline.ml
lib/pipeline.ml
+1
-1
No files found.
Makefile
View file @
e8f3e234
.PHONY
:
build install build_docker push_docker
.PHONY
:
build install build_docker push_docker
test clean_test
build
:
jbuilder build
...
...
@@ -21,4 +21,9 @@ push_docker:
done
test
:
reviewphiltrans pipeline
--outdir
example/outdir
--tree-dir
example/trees
--preview
cd
example
&&
\
reviewphiltrans pipeline
--outdir
outdir
--tree-dir
trees
--preview
clean_test
:
rm
-r
example/outdir
rm
-r
example/_bistro
lib/pipeline.ml
View file @
e8f3e234
...
...
@@ -9,7 +9,7 @@ let parse_input_tree ~tree : parsed_input_tree directory workflow =
workflow
~
descr
:
"utils.parse_input_tree"
[
(*let env = docker_image ~account:"carinerey" ~name:"ete3:3.0.0b35" () in*)
cmd
"python"
(*~env*)
[
string
"etc/utils/bin/parse_input_tree.py"
;
string
"
../
etc/utils/bin/parse_input_tree.py"
;
opt
"-t"
dep
tree
;
opt
"-o"
ident
dest
;
]
...
...
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