Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Die on "Server disk is more than 98% full." is too restrictive #27

Open
jonathanking opened this issue Jun 14, 2023 · 0 comments
Open

Comments

@jonathanking
Copy link

jonathanking commented Jun 14, 2023

I work on a cluster environment that has high disk utilization. Even with 98% utilization, we still have several terabytes free. When trying to run MolProbity for "oneline-analysis", I think it would be helpful to be able to turn this check off. I am not running a MolProbity server and thus it's not really relevant.

I circumvented the issue by commenting out the offending code, but wanted to leave this here for future improvements.

Thanks for providing this repository to run MolProbity!

The offending line:

if(trim(substr($df, $i-2, 2)) >= 98) die("Server disk is more than 98% full.");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant