To test the acceptibility of input data in .csv.gz format on the DAFNI platform, I've revised and uploaded both the setting.ymal and timeseries_data.csv.gz to the Data section on the platform.
The revisions are listed here:
(1) timeseries_data.csv.gz - I double the 'precipitation' data to make it different from the original timseseries_data.csv, to validate that the DAFNI platform is using the data I expect.
(2) settings.yaml - I revise the data file names in the yaml file from .csv to .csv.gz. The rest stays the same with the original yaml file.
I then try to use the WSIMOD workflow created by Diego and reset the parameters from default into the newly uploaded yaml and csv.gz
Two issues happen when I continue:
(1) permission denied when I try to 'upload the parameter set'
(2) then I just 'excute workflow with parameter set'. It runs but the results I get is based on the default quickstart_demo parameter setting. If they use the new parameter set I specify, the resultant values in flows.csv (output) should be doubled.
I then created my own workflow and tested it. Everything works as expected and the results are doubled when I switch the parameter set.
Ok, so what exactly are you trying to do - edit the existing default parameter set or add a new parameter set with the "Create" button in the workflow page?
To test the acceptibility of input data in .csv.gz format on the DAFNI platform, I've revised and uploaded both the setting.ymal and timeseries_data.csv.gz to the Data section on the platform. The revisions are listed here: (1) timeseries_data.csv.gz - I double the 'precipitation' data to make it different from the original timseseries_data.csv, to validate that the DAFNI platform is using the data I expect. (2) settings.yaml - I revise the data file names in the yaml file from .csv to .csv.gz. The rest stays the same with the original yaml file.
I then try to use the WSIMOD workflow created by Diego and reset the parameters from default into the newly uploaded yaml and csv.gz
Two issues happen when I continue: (1) permission denied when I try to 'upload the parameter set' (2) then I just 'excute workflow with parameter set'. It runs but the results I get is based on the default quickstart_demo parameter setting. If they use the new parameter set I specify, the resultant values in flows.csv (output) should be doubled.
I then created my own workflow and tested it. Everything works as expected and the results are doubled when I switch the parameter set.