-
Notifications
You must be signed in to change notification settings - Fork 71
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
simple-event-annotation.R: doesn't add SVLEN header #561
Comments
GRIDSS no longer writes the |
I got same error - after adding SVLEN, the error was gone. One question related to this script, which generated one annotated.vcf file (turning those BND to respective simple SV types without filtering), and the other file was a simple.bed file, which presumably a good SV calls in bed format with additional filtering - what was really implemented for this filtering? should we just use this simple.bed file as a confident SV call set by gridss? Also, I noticed that in annotated.vcf, for a given DEL, DUP, or INV, it still contains two rows (one for each BND), but I saw all the INS events, also have two rows - so two BNDs were used for defining an INS event, or something else? |
Thank you for your suggestions. Could you help me with providing your exact solutions (tool and/or script to run?) |
what I did for the vcf, added a line to the header: ##INFO=<ID=SVLEN,Number=1,Type=Integer,Description="SV_length"> then the error disappeared. |
Can someone help me see what's the problem with my R script?
Then I got this:Error in .subassign_columns(x, nsbs, value) : |
Hello,
I am having trouble with the simple-event-annotation.R script. I have already tried to run the script for two different batches with SV results .vcf file generated with GRIDSS. One batch had one sample only, and the another had 4 samples. Nevertheless, I got this same error message for both batches, where "provided 68 variables to replace 67 variables" error is repeated:
Error in .subassign_columns(x, nsbs, value) : provided 68 variables to replace 67 variables Calls: [<- ... [<- -> mergeROWS -> mergeROWS -> .subassign_columns In addition: Warning message: info fields with no header: SVLEN Execution halted
I do not know how to start solving this. Is it due to the info field without header? Or something more complicated?
Best regards,
Salla
The text was updated successfully, but these errors were encountered: