-
Notifications
You must be signed in to change notification settings - Fork 6
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
Hello, I encountered error while dealing AnnotSV with vcf file output from Delly. #13
Comments
Hi @minn333, This is an annotation bug (with AnnotSV) rather than a visualization bug (with knotAnnotSV). Your confidence interval around the start position is Please, use AnnotSV with the I will add a bugfix for that in the future python version. Best regards, |
Hello @lgmgeo |
Dear @lgmgeo The content of log file as below. Could you kindly tell me what the problem I had met? Thanks,...
max length of a Tcl list (536870909 elements) exceeded |
I think you are trying to annotate a very large SV input file. Please refer to this: The future reimplementation in Python should fix this bug. |
Dear @lgmgeo Thanks.. ...checking the annotation data sources WARNING: No GeneHancer annotations available. ...listing arguments ...searching for SV overlaps with a gene or a regulatory elements |
cf lgmgeo/AnnotSV#125 (comment) Thomas, can you close this issue? |
AnnotSV version: AnnotSV_3.0.9
Command line:$files -genomeBuild GRCh37 -outputFile "$ {files%%.}"_output_t3.tsv -svtBEDcol 4 >& "${files%%.}"_out.log
$ANNOTSV/bin/AnnotSV -SVinputFile
The error.log as below:
AnnotSV
130109_AnnotSV_inputSVfile.formatted.sorted.bed -b path to/AnnotSV/Annotations_Human/Genes/GRCh37/genes.RefSeq.sorted.bed -wa -wb > path to/$SampleID_delly_sv_output_t3.tsv.tmp.tmp
Error: Invalid record in file path to/20220505-130109_AnnotSV_inputSVfile.formatted.sorted.bed. Record is
17 -54 1077 BND $SampleID BND00215903 A ]chr14:33953985]A 180 LowQual IMPRECISE;SVTYPE=BND;SVMETHOD=EMBL.DELLYv0.8.7;END=512;CHR2=chr14;POS2=33953985;PE=3;MAPQ=60;CT=5to3;CIPOS=-565,565;CIEND=-565,565 GT:GL:GQ:FT:RCL:RC:RCR:RDCN:DR:DV:RR:RV 0/1:-15.2495,0,-249.25:152:PASS:23011:46179:23168:2:44:5:0:0
Exit with error
Delly VCF file (extraction error line)
chr17 511 BND00215903 A ]chr14:33953985]A 180 LowQual IMPRECISE;SVTYPE=BND;SVMETHOD=EMBL.DELLYv0.8.7;END=512;CHR2=chr14;POS2=33953985;PE=3;MAPQ=60;CT=5to3;CIPOS=-565,565;CIEND=-565,565 GT:GL:GQ:FT:RCL:RC:RCR:RDCN:DR:DV:RR:RV 0/1:-15.2495,0,-249.25:152:PASS:23011:46179:23168:2:44:5:0:0
attached vcf file as xlsx file for test as below:
sampleIDforGithub_delly_sv.vcf.xlsx
The text was updated successfully, but these errors were encountered: