BergmannLab / MONET

MONET : MOdularising NEtwork Toolbox - https://doi.org/10.1093/bioinformatics/btaa236
GNU General Public License v3.0
41 stars 15 forks source link

multiple MONET instances in parallel #4

Open mattiat opened 4 years ago

mattiat commented 4 years ago

Allow to run multiple MONET instances in parallel

mattiat commented 4 years ago

Let Ashis Saha alorchhota@gmail.com know once done

prihoda commented 4 years ago

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.

prihoda commented 4 years ago

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).