Skip to content
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

promblem in web serve of annotsv #259

Open
lpsyy opened this issue Sep 26, 2024 · 4 comments
Open

promblem in web serve of annotsv #259

lpsyy opened this issue Sep 26, 2024 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@lpsyy
Copy link

lpsyy commented Sep 26, 2024

GA00_AO2_BB1_01_annotsv_new.bed.zip
@lgmgeo Hello, I am trying to use the web version of annotsv, and I appreciate the efficiency of this annotation tool. I am attempting to upload a merged structural variant file of a family to the server. My original file is in VCF format, which I merged using SURVIVOR from individual VCF files of family members. The initial upload prompted a warning about potential structural variants larger than 10M in my VCF file. To address this, I converted the VCF file to BED format using convert2bed from bedops. However, after the conversion, the END column displayed the same number of bases as the START column, likely because the END information was in the INFO field and couldn't be extracted during conversion. I then modified the post-conversion BED file according to the format specified by annotsv for bed input files. Unfortunately, upon re-uploading, I received an error message indicating invalid information in my file. I am seeking advice from the author and have attached my BED file for reference. Thank you in advance for your response!
Snipaste_2024-09-26_14-33-31
Snipaste_2024-09-26_14-42-09

@lgmgeo
Copy link
Owner

lgmgeo commented Sep 27, 2024

Actually, VCF or BED format do not change the size of the variants, so the web server cannot work with your input.
Unfortunately, the only way to solve your problem is to run AnnotSV with a local installation.

@lgmgeo lgmgeo added the help wanted Extra attention is needed label Sep 27, 2024
@lpsyy
Copy link
Author

lpsyy commented Sep 28, 2024

Thank you for your reply. After filtering out the rows with a higher number of bases in START than in END from the bed file, I was able to run annotsv on the web version. However, I now have new questions about the False positive deletion discovery options and Compound heterozygosity analysis options. What type of VCF file should I upload? Currently, I have a VCF file from joint calling of this family. Can I use that? Are there any restrictions on file size for these two options? Looking forward to your reply! @lgmgeo

@lgmgeo
Copy link
Owner

lgmgeo commented Oct 12, 2024

Sorry for the delay, I'm out of my office until November 29th.

Yes, you can use your SNV/indel VCF file. Be careful, the sample names should be exactly the same between this VCF and the SV VCF (cf README)

Same restriction file size (< 10 Mb)

@lpsyy
Copy link
Author

lpsyy commented Oct 15, 2024

Thank you for your reply. I appreciate your help in answering my questions. Wishing you all the best!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants