-
Notifications
You must be signed in to change notification settings - Fork 10
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
plotting fails #10
Comments
Good catch, we haven't updated the plotting script in quite some time. In the short term, you should be able to change it to '$4 >= 0' (-1 indicates a blacklisted window, which is what this is attempting to filter on). I'll push a fix, but the script may need some more attention. |
Hi I am looking at this for plotting the CNV results and I am wondering what is this file - Please help. |
Yes, it takes the sample.cnv.bed. I think I've noticed another problem with the plot_cnvs.R. It seems to me that the line: Can someone please confirm? Best wishes Kath |
HI,
I'm trying to plot events found in a sample but the script fails with the following error:
***** ERROR: Requested column 4, but database file tmp.$SAMPLE.prev-and-next.windows.bed only has fields 1 - 0.
I've found that this file is actually empty, mainly because of the the awk command in plot_cnv.sh is selecting $4==0 from the models.bed file. In my models files only the values, 3,6 and -1 appear.
How can I fix this?
Best,
The text was updated successfully, but these errors were encountered: