o2r-project / o2r-meta

Metadata toolsuite for an extract-map-validate workflow supporting reproducible research
Apache License 2.0
2 stars 3 forks source link

Add detection of output files #99

Open nuest opened 6 years ago

nuest commented 6 years ago

Similarly to inputfiles detection, we could parse a script and detect the created (data, figure) files.

MarkusKonk commented 5 years ago

This is still interesting. One example is "Technical note: Fourier approach for estimating the thermal attributes of streams" which creates to csv files write.csv(result, "FFT_estimation_result.csv") in line 117 and write.csv(Timeseries.estimated, "Extrapolation_result.csv") in line 227. It would nice to have these in the files in a separate metadata field, e.g. "outfiles", so we can distinguish these files in the UI.