Skip to content

Commit 69fb863

Browse files
start to describe new metadata format
1 parent 839a639 commit 69fb863

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/_writing_tool_metadata.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,20 @@ to build a manifest file.
1919

2020
A tool may also produce a file called ``galaxy.json`` during execution. If
2121
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+
----------------------------------------------------------------
2336

2437
The format of this file is a bit quirky - each line of this file should be a JSON
2538
dictionary. Each such dictionary should contain a ``type`` attribute - this type

0 commit comments

Comments
 (0)