Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

run run an analysis/capture script #9

Open
kzscisoft opened this issue May 14, 2021 · 1 comment
Open

run run an analysis/capture script #9

kzscisoft opened this issue May 14, 2021 · 1 comment
Labels

Comments

@kzscisoft
Copy link
Collaborator

It should be noted that this varies between languages. In runtime languages like R and Python users can create separate scripts to add their data/results to the local registry. However for static languages like C++ they will likely implement this into the model itself, so there is a chance FDP would be running the model itself.

@kzscisoft kzscisoft added the cli label May 14, 2021
@richardreeve
Copy link
Member

I would have thought in all cases you'd normally be running the model. in R, the submission script would be R -f model.R. You could do something different where you ran the code first, but then you would be correctly tracing the files - how would the output from the model run be written if it wasn't handled by the data pipeline API code?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants