Skip to content
Snippets Groups Projects
Commit 5a382ca2 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[test][experiments] Add db V2 version of raw data access

Also add base_path parameter to v1 version.
parent 41c10bc7
Branches
Tags
1 merge request!28Add protocoltemplates
......@@ -10,6 +10,9 @@
"blocks": {
"echo": {
"algorithm": "{{ user.username }}/integers_rawdata_access/1",
"parameters": {
"base_path": "simple_rawdata_access/1"
},
"inputs": {
"in_data": "in"
},
......
{
"analyzers": {
"analysis": {
"algorithm": "{{ user.username }}/integers_echo_analyzer/1",
"inputs": {
"in_data": "in"
}
}
},
"blocks": {
"echo": {
"algorithm": "{{ user.username }}/integers_rawdata_access/1",
"parameters": {
"base_path": "simple_rawdata_access/2"
},
"inputs": {
"in_data": "in"
},
"outputs": {
"out_data": "out"
}
}
},
"datasets": {
"set": {
"database": "simple_rawdata_access/2",
"protocol": "10_numbers",
"set": "numbers"
}
},
"globals": {
"queue": "{{ queue }}",
"environment": {
"name": "{{ environment.name }}",
"version": "{{ environment.version }}"
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment