File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ conventions documented in the `NIPY Developers Guide
17
17
writing_custom_interfaces
18
18
gitwash/index
19
19
architecture
20
+ provenance
20
21
21
22
22
23
.. include :: ../links_names.txt
Original file line number Diff line number Diff line change
1
+ ================
2
+ W3C PROV support
3
+ ================
4
+
5
+ Overview
6
+ --------
7
+
8
+ We're using the the `W3C PROV data model <http://www.w3.org/TR/prov-dm/ `_ to
9
+ capture and represent provenance in Nipype.
10
+
11
+ For an overview see:
12
+
13
+ `PROV-DM overview <http://slideviewer.herokuapp.com/url/raw.github.com/ni-/notebooks/master/NIDMIntro.ipynb >`_
14
+
15
+ Each interface writes out a provenance.json (currently prov-json) or
16
+ provenance.rdf (if rdflib is available) file. The workflow engine can also
17
+ write out a provenance of the workflow if instructed.
18
+
19
+ This is very much an experimental feature as we continue to refine how exactly
20
+ the provenance should be stored and how such information can be used for
21
+ reporting or reconstituting workflows.
You can’t perform that action at this time.
0 commit comments