Currently the ICA handling of scripts is written as variables with the launchDir being called directly in the module. This is affecting the ability for the output of these modules to cache correctly (relating to #129).
Also adding Terra to this type of refactoring
Solution
Rewrite module as a def
Create param for path so that launchDir is only called in the config
Description
Currently the ICA handling of scripts is written as variables with the launchDir being called directly in the module. This is affecting the ability for the output of these modules to cache correctly (relating to #129).
Also adding Terra to this type of refactoring
Solution
def