lgmgeo / AnnotSV

Annotation and Ranking of Structural Variation
GNU General Public License v3.0
214 stars 35 forks source link

promblem in web serve of annotsv #259

Open lpsyy opened 1 week ago

lpsyy commented 1 week ago

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 commented 6 days ago

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.

lpsyy commented 6 days ago

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