Skip to content
Snippets Groups Projects
Commit cf378992 authored by Kevin S. Hahn's avatar Kevin S. Hahn
Browse files

add session exam number to job description

parent 03f80aa3
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,7 @@ def jobsinit(args):
'_id': counter,
'group': project.get('group_id'),
'project': project.get('_id'),
'exam': session.get('exam'),
'app_id': 'scitran/dmc2nii:latest',
'inputs': [
{
......
......@@ -178,6 +178,7 @@ def create_job(db, dataset):
'_id': db.jobs.count() + 1,
'group': project.get('group_id'),
'project': project.get('_id'),
'exam': session.get('exam'),
'app_id': app_id,
'inputs': [
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment