BergmannLab/MONET

multiple MONET instances in parallel

Opened this issue · 3 comments

Allow to run multiple MONET instances in parallel

Let Ashis Saha alorchhota@gmail.com know once done

This would be great. You don't need to add a name to the docker container, it will be named automatically, which means then you don't have to kill the previous one. And you don't have to copy the input to the install directory, you can just bind the parent directory of the input and pass the path directly.

This would also enable storing Monet in a directory accessible by multiple users, which is very useful on HPC environments. (You would also need to remove the check that Monet is not executed using a full path to the script).