Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
streamflow-examples
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
Workflows
streamflow-examples
Compare revisions
2d17d8a388869fc7dfc9fcc4915e2e02016be2a9 to 9971bdd17259cceb878d1d803a036f0ce5d81f9c
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ri/tech-hub/platform/workflows/streamflow-examples
Select target project
No results found
9971bdd17259cceb878d1d803a036f0ce5d81f9c
Select Git revision
Swap
Target
ri/tech-hub/platform/workflows/streamflow-examples
Select target project
ri/tech-hub/platform/workflows/streamflow-examples
1 result
2d17d8a388869fc7dfc9fcc4915e2e02016be2a9
Select Git revision
Branches
kubernetes-before-1_17
main
python-package
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
Update README
· 3f8883b5
Michail Alexakis
authored
1 year ago
3f8883b5
Merge branch 'main' into kubernetes-before-1_17
· e2c5e652
Michail Alexakis
authored
1 year ago
e2c5e652
[psd/1] Specify input file as path (rather than location)
· 9971bdd1
Michail Alexakis
authored
1 year ago
9971bdd1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-0
3 additions, 0 deletions
README.md
psd/1/input.yml
+2
-2
2 additions, 2 deletions
psd/1/input.yml
with
5 additions
and
2 deletions
README.md
View file @
9971bdd1
...
...
@@ -24,3 +24,6 @@ Prepare the configuration files under a kustomization directory `echo/1`. Then,
kubectl apply -k echo/1
When finished, examine logs, then delete job resources:
kubectl delete -k echo/1
This diff is collapsed.
Click to expand it.
psd/1/input.yml
View file @
9971bdd1
input_file
:
class
:
File
location
:
'
https://data-proxy.ebrains.eu/api/v1/permalinks/06b0b2c8-31cb-4108-b6a7-0d275e118339'
#
path: 'input/1.mat'
#
location: 'https://data-proxy.ebrains.eu/api/v1/permalinks/06b0b2c8-31cb-4108-b6a7-0d275e118339'
path
:
'
input/1.mat'
channels
:
[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
]
psd_output_file_name
:
'
psd.json'
output_file_name
:
'
output.png'
This diff is collapsed.
Click to expand it.