File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,20 @@ to build a manifest file.
19
19
20
20
A tool may also produce a file called ``galaxy.json `` during execution. If
21
21
upon a job's completion this file is populated, Galaxy will expect to find metadata
22
- about outputs in it.
22
+ about outputs in it.
23
+
24
+ The current format of the metadata file -- which has been introduced in release 17.09 --
25
+ is described in the following. The legacy format is described at the end of this section.
26
+
27
+ ----------------------------------------------------------------
28
+ Metadata format
29
+ ----------------------------------------------------------------
30
+
31
+ NEED INPUT HERE
32
+
33
+ ----------------------------------------------------------------
34
+ Legacy metadata format
35
+ ----------------------------------------------------------------
23
36
24
37
The format of this file is a bit quirky - each line of this file should be a JSON
25
38
dictionary. Each such dictionary should contain a ``type `` attribute - this type
You can’t perform that action at this time.
0 commit comments