Open shlomobl opened 6 days ago
I was warned :-D
Caused by: java.io.IOException: No space left on device
4 TB disk?!
Is it possible to assign a new working folder in the middle of a run, to continue? Also, is it possible to change the genomes in the analysis (add and remove) without running the whole thing again, if I do not keep ILPs? Last one: how can I delete ILPs? :-) The ILP file in the ILP folder (step 4) is not that big. I don't think this is the one.
Hey @shlomobl - yeah sorry.
As said, the disk space and runtime are getting crazy for >100 and/or larger genomes.
That's why we per default discard the intermediate ILP results, but you are right, you can then not -resume
a calculation.
Is it possible to assign a new working folder in the middle of a run, to continue?
I don't think so
Also, is it possible to change the genomes in the analysis (add and remove) without running the whole thing again, if I do not keep ILPs?
As you feared, this is only possible when you keep the intermediate ILP results.
Last one: how can I delete ILPs? :-) The ILP file in the ILP folder (step 4) is not that big. I don't think this is the one.
Yes, the ILP files in the ILP output folder are not that big, but the ones in the work
directories are. To free up your disk space you have to remove the work
dir content (but then -resume
will not work)
Sorry, I think for the moment RIBAP reaches its limits for a dataset like yours and you would need to somehow make your input smaller (pre-clustering based on ANI, POCP, ...)
Hi again, I looked like it was working alright, but then I got the error below. ==> Unable to find image 'nanozoo/python_ribap:3.7--33a36cd' locally Any ideas? Thanks!