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
pipelet
Pipelet
Commits
75dddf8f
Commit
75dddf8f
authored
Jan 07, 2011
by
Maude Le Jeune
Browse files
bug git clone
parent
bdd53cfd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
README.org
README.org
+1
-1
test/multiplex/b.py
test/multiplex/b.py
+5
-1
test/multiplex/c.py
test/multiplex/c.py
+1
-1
test/multiplex/main.py
test/multiplex/main.py
+1
-0
No files found.
README.org
View file @
75dddf8f
...
...
@@ -80,7 +80,7 @@ friendly.
***** Getting last pipelet version
=git clone git://gitorious.org/pipelet/pipelet.git
-b v1.0
=
=git clone
-o v1.0
git://gitorious.org/pipelet/pipelet.git=
**** Installing Pipelet
...
...
test/multiplex/b.py
View file @
75dddf8f
seg_output
=
[
'aa'
,
'bb'
]
#seg_output = ['aa', 'bb']
print
seg_input
seg_output
=
[(
seg_input
.
values
()[
0
],
"pp"
)]
test/multiplex/c.py
View file @
75dddf8f
#multiplex cross_prod
group_by "b=='a
a'
"
#multiplex cross_prod
where 'b[0]==
a'
print
seg_input
test/multiplex/main.py
View file @
75dddf8f
...
...
@@ -12,6 +12,7 @@ b-> c;
P
=
pipeline
.
Pipeline
(
pipedot
,
code_dir
=
'./'
,
prefix
=
'./'
)
P
.
push
(
a
=
[
1
,
2
,
3
])
P
.
push
(
b
=
[
1
,
2
,
3
])
W
,
t
=
launch_interactive
(
P
,
log_level
=
0
)
W
.
run
()
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