AquaINFRA / OGC-API-Process2Galaxy

Apache License 2.0
0 stars 0 forks source link

Support for arrays and exteded config-files #8

Closed xcomagent95 closed 1 month ago

xcomagent95 commented 1 month ago

As mentioned in Issue #2 the config-files should contain more information for the galaxy-tooling they shall result in. An ID, the title and the version of the tool are now encapsulated in the config-files as well.

Arrays may now also be passed as inputs. Values are put into the corresponding UI-Elements as comma-seperated strings. They are subsequently converted to arrays with the correct data-type by the generic.R script. This feature however needs some further testing! The user however is provided with a custom help text if the array-like inputs do provide a datatype as part of their schema.

MarkusKonk commented 1 month ago

@xcomagent95 Sag Bescheid, wenn du das getestet hast. Dann nehme ich den PR an.