-
Notifications
You must be signed in to change notification settings - Fork 6
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
Partis #22
Comments
Peji, This suggets to me that partis failed at some point and sumrep is trying to access a file that was never created. Indeed, it seems that a directory is not being specified correctly and thus converted to Would you mind posting the exact command you used to invoke |
Hi Branden, here is the simplest form of my code:
And here is the error:
Cheers, |
btw, I ran partis through sumrep on the same machines last year, and I didn't have this issue as far as I can remember. |
solved in #23 |
Hi Branden,
I'm going to leave this error here, to do with running the partis function. I might try and post an appropriate version of it on Partis github page, if I can extract more information from the partis out, and if we don't find a solution to it here. It would be great if you had any insight as to what is causing this issue, but, I am also trying changes in the source code, to illuminate on the problem a bit further. For instance, the warning message in the beginning is the result of using the
system(command, intern = TRUE)
. Couple of suspicious things would be the "NA" being passed as a directory, and "status 1" exit. The file is also attached.partis_test_file.txt
Cheers,
Peji.
The text was updated successfully, but these errors were encountered: