You can only compose a function from native galaxy functions (or call your self-made functions composed of native functions).
GUI Triggers are turned into galaxy script behind the scenes. So there basically is no difference, because it's the same.
The only difference that comes to my mind is that scripting in galaxy allows you to do a few things that aren't possible in GUI (like dynamically creating trigger events/actions or using constants for array size definitions) and that you can make it faster because you can code more efficiently (but the difference isn't that great mostly).
hi guys
is it possible to create your own completly uniqe and custom function and use it in the galaxy editor?
not a function that includes other standard galaxy functions...
also i would like if possible to post me a link or explain me the difference triggers & galaxy script (if any)
You can only compose a function from native galaxy functions (or call your self-made functions composed of native functions).
GUI Triggers are turned into galaxy script behind the scenes. So there basically is no difference, because it's the same.
The only difference that comes to my mind is that scripting in galaxy allows you to do a few things that aren't possible in GUI (like dynamically creating trigger events/actions or using constants for array size definitions) and that you can make it faster because you can code more efficiently (but the difference isn't that great mostly).
tnx understood!