-
Notifications
You must be signed in to change notification settings - Fork 2
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
4.reports.pbs crashing #19
Comments
I have a lot of problems with the last step of the pipeline.
Here is the output in "reports" directory:
So, it seems that the report for one sample is successfully generated, but fails for the second one? The most weird thing is that sometimes it actually works!?!? Any ideas? |
Today I got a different error message:
I checked, the file |
Sorry, this one slipped. Do you still have this problem? It's not clear to me from your report whether it ever worked for you or not - is/was this a problem that appeared out of nowhere? If you launch the same version of R (looks like R v3.4.?), does it work when you do: library(PSCBS)
J <- 1000
mu <- double(J)
mu[200:300] <- mu[200:300] + 1
mu[350:400] <- NA # centromere
mu[650:800] <- mu[650:800] - 1
y <- mu + rnorm(J, sd=1/2)
fit <- segmentByCBS(y)
pdf <- report(fit, sampleName = "foo", studyName = "bar")
print(pdf) |
Thanks for getting back to me. I could use your help to make it working. Temporary I gave up on it, went on vacation for big part of January. Currently working on Mutect2 implementation using the latest GATK4.1 and some other projects. As for the code, it works if I load R 3.4.1 or 3.4.4 |
FYI, I just ran through the pipeline and I did not have any issues with the report generation. I updated to make use of |
I tried to run the PSCN pipeline using LG3 interface on the weekend using small test dataset, but it didn't produce reports. |
Interesting. Maybe it related to which node the jobs were running on. Also, does "it didn't produce reports" mean the originally reported error, or something different? |
What happens is that the first 3 steps (mpileup, sequenza and pscbs) produce output which looks right, but the reports step quietly dies without any errors and output. On some other occasions reports produces partial output... |
No description provided.
The text was updated successfully, but these errors were encountered: