-
Notifications
You must be signed in to change notification settings - Fork 61
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
oneD normalization #366
Comments
Hi, Yes, that seems to be an issue with the R script.
so, I'd first check that from R you can execute that script. Then TADbit creates a temporary folder 'tmp_oneD_xxxx' and put the input file which is a multi-column text file. You can also create a fake 4 column text file with tot, map, cg and res and see if that works. You can also check if the R library David |
Hello, I can execute the script from R, which gives me oneD_biases.csv as an output file. Also if I run tadbit normalize I get the input file "tot.csv" in that temporary folder and it has 4 columns and all the required data. Aleksandra |
Hi, Then, it's maybe that the R version called from python is not the correct one if you have multiple installations.
And see if Rscript is in the path that it should be. David |
Hello,
I get the following error while running oneD normalization:
Error in formula.character(object, env = baseenv()) :
invalid formula ""tot ~ s(map) + s(cg) + s(res)"": not a call
Calls: as.formula -> formula -> formula.character
I believe this a problem with Python calling R.
Could you debug this problem?
In the attachment you can see my output file.
slurm_out.txt
The text was updated successfully, but these errors were encountered: