Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
omnibenchmark
utils
Commits
2c035828
Commit
2c035828
authored
Dec 17, 2021
by
Almut Luetge
Browse files
Saved changes to: bash/provenance_utils.sh
parent
64739e9d
Pipeline
#296128
passed with stage
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bash/provenance_utils.sh
View file @
2c035828
...
...
@@ -270,7 +270,7 @@ function list_plan_inputs () {
# find pland inputs
local
pattern
=
${
1
:-
data
}
renku workflow
inputs
|
grep
-E
"
$pattern
"
renku workflow
ls
--format
json-ld | jq
-r
'.[] | .'
\"
https://swissdatasciencecenter.github.io/renku-ontology#hasInputs
\"
' | .[] | .'
\"
http://schema.org/defaultValue
\"
|
grep
-E
"
$pattern
"
}
...
...
@@ -294,7 +294,7 @@ function list_plan_outputs () {
#find plan outputs
local
pattern
=
${
1
:-
data
}
renku workflow
outputs
|
grep
-E
"
$pattern
"
renku workflow
ls
--format
json-ld | jq
-r
'.[] | .'
\"
https://swissdatasciencecenter.github.io/renku-ontology#hasOutputs
\"
' | .[] | .'
\"
http://schema.org/defaultValue
\"
|
grep
-E
"
$pattern
"
|
grep
-E
"
$pattern
"
}
...
...
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