Replies: 1 comment
|
I love this feature idea. I think it's an important thing to bring up in Documentation discussions moving forward. We would want this, in my mind, in the same directory as the log files. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Related problem
The
CpacProvenancein our JSON sidecars is difficult to read, especially for non-experts.Proposed feature
For a given
CpacProvenance(e.g.{ "CpacProvenance": [ [ [ "bold:func_ingress", "desc-preproc_bold:func_truncate", "desc-preproc_bold:func_despike" ], [ "TR:func_metadata_ingress" ], [ "tpattern:func_metadata_ingress" ], "desc-preproc_bold:func_slice_time", "desc-preproc_bold:func_reorient" ], [ [ "bold:func_ingress" ], [ [ "bold:func_ingress", "desc-preproc_bold:func_truncate", "desc-preproc_bold:func_despike" ], [ "TR:func_metadata_ingress" ], [ "tpattern:func_metadata_ingress" ], "desc-preproc_bold:func_slice_time", "desc-preproc_bold:func_reorient" ], [ [ "T1w:anat_ingress", "desc-preproc_T1w:anatomical_init", "desc-preproc_T1w:n4_bias_correction", "desc-preproc_T1w:brain_mask_niworkflows_ants" ], [ "T1w:anat_ingress", "desc-preproc_T1w:anatomical_init", "desc-preproc_T1w:n4_bias_correction", "space-T1w_desc-brain_mask:brain_mask_niworkflows_ants" ], "desc-brain_T1w:brain_extraction" ], [ "T1w:anat_ingress", "desc-preproc_T1w:anatomical_init", "desc-preproc_T1w:n4_bias_correction", "space-T1w_desc-brain_mask:brain_mask_niworkflows_ants" ], "space-bold_desc-brain_mask:bold_mask_anatomical_refined" ], "desc-preproc_bold:bold_masking" ], "Description": "The skull-stripped BOLD time-series.", "SkullStripped": true, "Sources": [ "desc-preproc_bold", "space-bold_desc-brain_mask" ] }) generate a graph with labeled edges


or linked attributes
that visualizes the provenance
Additional context
All reactions