molgenis / molgenis-tools-commander

A command line interface for MOLGENIS
GNU Lesser General Public License v3.0
8 stars 8 forks source link

As data manager I would like to be able to upload a script from file #94

Open fdlk opened 5 years ago

fdlk commented 5 years ago

I can already upload an EMX file containing one or more scripts in the sys_scr_Script tab but this format is not very handy for such large files. It's hard to keep track of changes this way.

So I'd like to be able to upload a script from file and specify the details, like extension and if a token should be generated, as parameters with sensible defaults

mswertz commented 5 years ago

I'd rather change MOLGENIS itself to allow upload of actual script files. In my view I should simply be able to upload scripts into a folder so I can see them in the navigator. Then it should "just work"(TM), optionally with some header metadata to pass some magic. Then I can keep my scripts in github repo.

fdlk commented 5 years ago

@mswertz I don't think this is either/or. It's fine with me if the navigator supports it as well, but I need it in the commander.

dtroelofsprins commented 4 years ago

Not only be able to upload, but also be able to start it with the commander?