PennLINC / qsirecon

Reconstruction of preprocessed q-space images (dMRI)
https://qsirecon.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Track immediate `Sources` when possible #69

Open tsalo opened 4 weeks ago

tsalo commented 4 weeks ago

Summary

I want to start tracking source data for output files.

Similar to https://github.com/nipreps/fmriprep/issues/3261.

Next Steps

  1. Add DatasetLinks to dataset_description.json files for all of the QSIRecon derivative datasets.
  2. Start passing along metadata between nodes in the reconstruction workflows to track the origin of each output file.
  3. Add a step to build BIDS-URIs from the source files.
  4. Add the source file metadata to the DerivativesDataSinks writing out the derivative files.
tsalo commented 3 weeks ago

One thing that will help with this is to use the output file from DerivativesDataSinks as the input to further workflows, when possible.