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

Unexpected SV with a zero coordinate #134

Open
gudeqing opened this issue Feb 22, 2024 · 1 comment
Open

Unexpected SV with a zero coordinate #134

gudeqing opened this issue Feb 22, 2024 · 1 comment

Comments

@gudeqing
Copy link

gudeqing commented Feb 22, 2024

Hi,
I am using the latest SvABA(1.1.3) my pipeline, and the tool AnnotSv reported an invalid record from the result of SvABA in all samples:

chrM	0	275359916:1	N	]chrM:16641]N	99	PASS	DISC_MAPQ=50;EVDNC=DSCRD;IMPRECISE;MAPQ=50;MATEID=275359916:2;MATENM=-1;NM=-1;NUMPARTS=0;SCTG=chrM:0(-)-chrM:16641(+)__91_1_16571D;SPAN=16641;SVTYPE=BND	GT:AD:DP:GQ:PL:SR:DR:LR:LO	1/1:89:71:24.9:273.9,24.9,0:0:89:-274:274
chrM	16641	275359916:2	N	N[chrM:0[	99	PASS	DISC_MAPQ=60;EVDNC=DSCRD;IMPRECISE;MAPQ=60;MATEID=275359916:1;MATENM=-1;NM=-1;NUMPARTS=0;SCTG=chrM:0(-)-chrM:16641(+)__91_1_16571D;SPAN=16641;SVTYPE=BND	GT:AD:DP:GQ:PL:SR:DR:LR:LO	1/1:89:71:24.9:273.9,24.9,0:0:89:-274:274

I guess the point is that the coordinate of this SV is zero. In a VCF file, the position of each variant is represented by the POS field, which specifies its location on the reference genome (typically 1-based, meaning counting starts from 1). Therefore, the value of the POS field should be an integer greater than 0. So, what could be the reason of getting the result?

The command is

set -o pipefail
svaba run --threads 8 -a RAJI4 -G /home/hxbio04/hg19/genome.fa -t RAJI4.sorted.bam --max-coverage 50000 --hp

Best wishes!

@walaj
Copy link
Owner

walaj commented Mar 25, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants