Firstly, I have very limited experience with programming. So please bear with me.
I am using a custom software, called deformcyto, made for my lab which can only be started via anaconda
prompt. I need to call the same program multiple times but with different inputs. Can I write a python script which would keep calling the program with new arguments?
Thanks for any pointers!