Skip to content

Commit bba8adf

Browse files
authored
Merge pull request #7 from cni/modality-fix
add modality to metadata + bump version
2 parents 60dc99e + 3c352bc commit bba8adf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"source": "https://github.com/cni/cni-qa-report-fmri",
99
"license": "Apache-2.0",
1010
"flywheel": "0",
11-
"version": "1.0.3",
11+
"version": "1.0.4",
1212
"custom": {
13-
"docker-image": "stanfordcni/cni-qa-report-fmri:1.0.3",
13+
"docker-image": "stanfordcni/cni-qa-report-fmri:1.0.4",
1414
"flywheel": {
1515
"suite": "Stanford CNI"
1616
}

qa-report-fmri.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def generate_metadata(config, qa_stats_file):
7575
fdict = {}
7676
fdict['name'] = f
7777
fdict['classification'] = classification
78+
fdict['modality'] = modality
7879

7980
if qa_info:
8081
fdict['info'] = qa_info

0 commit comments

Comments
 (0)