From d299434425cc98d52c2394674dd5af492cbd1bd0 Mon Sep 17 00:00:00 2001 From: surchs Date: Thu, 27 Sep 2018 00:30:41 -0400 Subject: [PATCH] provenance templates for fmriprep until we have a complete solution in place --- dashQC_fmri/data/report/assets/summary/js/filesIn.js | 11 +++++++++++ .../data/report/assets/summary/js/pipeSummary.js | 1 + 2 files changed, 12 insertions(+) create mode 100644 dashQC_fmri/data/report/assets/summary/js/filesIn.js create mode 100644 dashQC_fmri/data/report/assets/summary/js/pipeSummary.js diff --git a/dashQC_fmri/data/report/assets/summary/js/filesIn.js b/dashQC_fmri/data/report/assets/summary/js/filesIn.js new file mode 100644 index 0000000..ca60018 --- /dev/null +++ b/dashQC_fmri/data/report/assets/summary/js/filesIn.js @@ -0,0 +1,11 @@ +function buildFilesIn (evt) { + + var filesIn = { + "fmriprep_provenance_information": "coming soon, this is a placeholder" + } + return filesIn +} + +var opt = { + "fmriprep_provenance_information": "coming soon, this is a placeholder" +} \ No newline at end of file diff --git a/dashQC_fmri/data/report/assets/summary/js/pipeSummary.js b/dashQC_fmri/data/report/assets/summary/js/pipeSummary.js new file mode 100644 index 0000000..d586f35 --- /dev/null +++ b/dashQC_fmri/data/report/assets/summary/js/pipeSummary.js @@ -0,0 +1 @@ +var pipeSummary = '

This is a provenance report for fmriprep

Coming soon. This is a placeholder.';