RMI-PACTA / workflow.prepare.pacta.indices

This repository is used to run indices through PACTA, and prepare them for transition monitor.
Other
2 stars 0 forks source link

Allow for read-only inputs #55

Closed AlexAxthelm closed 4 months ago

AlexAxthelm commented 4 months ago

Currently, the workflow writes tot he same directory that it reads data from. Since the input data (which is the outputs from workflow.data.preparation) should be read only, we need to update to write the output files from this process to a separate directory.

https://github.com/RMI-PACTA/workflow.prepare.pacta.indices/blob/7a7a0bb7b5f1a8162cee24d3a0eeea1d4ddb28f5/prepare_pacta_indices.R#L27-L30

cc @jdhoffa

cjyetman commented 4 months ago

closed by #77

AlexAxthelm commented 4 months ago

77 didn't actually mark the inputs as read only.