Making the gui a separate programme? #179
MatteoLacki
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi Matteo, It's indeed possible to implement this. Thank you for the suggestion! Best, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have noticed that the GUI you provided is very much independent of the rest of the programme and it seems to be simply running command-line scripts. This is so nicely done, thanks. What I like about it the most, is that one does not have to run DiaNN with it, but can supply any .bat file and the arguments of the GUI will be passed on.
What we are working on is a system for distributed computations using, among others, DiaNN.
We have a cluster of linux nodes where DiaNN is installed and we can schedule commands on these computers.
This is where my question comes into game: would it be a lot of work for you to separate the GUI from all of the rest of the code and make it work on more than windows? This would be grand, because this would, in principle, allow for people to write their plugins sending the command for running DiaNN somewhere else, perhaps into the wonderful world of Linux :)
Now, in my lab people are using a set of OS-es, some have Macs, I have a linux, most have windows.
Would it be a lot of work for you guys to make the gui alone more portable and also so that it wouldn't be necessarily boundled with all the other code?
Best wishes,
Matteo
Beta Was this translation helpful? Give feedback.
All reactions