We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e085559 commit 697255fCopy full SHA for 697255f
apps/port/xml2geo.js
@@ -62,5 +62,7 @@ function xml2geo() {
62
output['provenance']['image']['slide'] = document.getElementById('slide_id').value;
63
output['provenance']['analysis']['execution'] = document.getElementById('annot_name').value;
64
output['properties']['annotations']['name'] = document.getElementById('annot_name').value;
65
+ output['provenance']['analysis']['name'] = document.getElementById('annot_name').value;
66
+ output['provenance']['analysis']['execution_id'] = document.getElementById('annot_name').value;
67
document.getElementById('output').innerHTML = JSON.stringify(output);
68
}
0 commit comments