-
Notifications
You must be signed in to change notification settings - Fork 20
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
getting POS of 0 #110
Comments
Hope all is well. Just wondering if you need any further information/files from me to answer this question. By the way I'm using the |
just wondering if there was any update on this. |
i have run into this issue again with a different sample:
This time, the issue appears 3 times in the same output vcf. Does your team plan to look into this issue at all? interestingly, when i searched the brm.bam file for the first read mentioned in those vcf lines, it does not reconcile with the vcf:
|
I am having similar issue, any update BRASS team? thanks! |
Would need some small test input to try to reproduce. |
thanks for your response. i will need some time to come up with a small test input and make sure it can reproduce the issue. is there a way to run brass on a bam that has been filtered by region? in the meantime, i have done a little more work to isolate the problem, finding the source of the invalid coordinate in the
The 12th column of this file represents the " BRASS/perl/bin/get_abs_bkpts_from_clipped_reads.pl Lines 509 to 514 in 7883d8c
seems to me that this should not evaluate to 0, or should get lead to the variant being filtered out? This column is passed on to BRASS/perl/bin/collate_rg_regions.pl Lines 72 to 73 in 7883d8c
Does this help identify the source of the problem? |
Hi,
To tell you the truth I haven't previously worked with BRASS. However since I didn't see anyone else picking up the issue I decided to give it a try. That is why asked for the test otherwise it might take me too long to figure out.
…________________________________
From: anoronh4 ***@***.***>
Sent: Tuesday, October 4, 2022 9:10 PM
To: cancerit/BRASS ***@***.***>
Cc: Raul Alcantara ***@***.***>; Comment ***@***.***>
Subject: Re: [cancerit/BRASS] getting POS of 0 (Issue #110)
thanks for your response. i will need some time to come up with a small test input and make sure it can reproduce the issue. is there a way to run brass on a bam that has been filtered by region?
in the meantime, i have done a little more work to isolate the problem, finding an issue in the .r4 intermediate file:
$ cat brass/tumor_vs_normal.r4 | awk -F"\t" '$12 == 0'
3 80865824 80865850 3 80867060 80867071 5631 5 - + 80865736 0 80865736 (0) 80866775 (0) 0 (0) 0 (0) A00227:541:HM73TDSX3:2:2333:25129:13479,A00227:541:HM73TDSX3:3:2636:13286:8218,A00227:541:HM73TDSX3:4:2252:20066:33207,A00333:514:HLYMTDSX3:2:1106:31195:31657,A00333:514:HLYMTDSX3:2:1116:29740:36933,A00333:514:HLYMTDSX3:2:1409:8630:9455,A00333:514:HLYMTDSX3:2:1657:3875:9392,A00333:514:HLYMTDSX3:2:2232:2311:15452 8 1 0 0
3 80869882 80870017 3 80870790 80870983 5695 8 - + 80870254 0 80870254 (2) 80870111 (2) 0 (0) 0 (0) A00227:541:HM73TDSX3:2:2464:15980:14700,A00227:541:HM73TDSX3:3:1411:26874:24455,A00227:541:HM73TDSX3:3:2366:11333:22811,A00227:541:HM73TDSX3:3:2640:26503:3552,A00227:541:HM73TDSX3:4:1336:12292:19366,A00227:541:HM73TDSX3:4:1650:16188:34068,A00227:541:HM73TDSX3:4:1659:11234:11303,A00227:541:HM73TDSX3:4:2158:5367:6715,A00227:541:HM73TDSX3:4:2515:3821:20572,A00227:541:HM73TDSX3:4:2515:6451:20556,A00227:541:HM73TDSX3:4:2643:20383:3443,A00333:514:HLYMTDSX3:2:1506:30427:16047,A00333:514:HLYMTDSX3:2:1616:18059:12790,A00333:514:HLYMTDSX3:2:1646:27154:33364 14 2 0 0
3 80911970 80911978 3 80913732 80913783 6174 4 + - 80911681 0 80911624 (2) 80911681 (2) 0 (0) 0 (0) A00227:541:HM73TDSX3:1:2404:15302:31093,A00227:541:HM73TDSX3:3:1428:22417:22091 2 0
The 12th column of this file represents the "high_end_bkpt" and is calculated using the following lines:
https://github.com/cancerit/BRASS/blob/7883d8cd3db614be2b06e32c288e7db344d1f2b0/perl/bin/get_abs_bkpts_from_clipped_reads.pl#L509-L514 . seems to me that this should not evaluate to 0, or should get lead to the variant being filtered out?
This value is passed to .r5 and .r6, and then gets added to .groups.clean.bedpe with the following lines:
https://github.com/cancerit/BRASS/blob/7883d8cd3db614be2b06e32c288e7db344d1f2b0/perl/bin/collate_rg_regions.pl#L72-L73
Does this help identify the source of the problem?
—
Reply to this email directly, view it on GitHub<#110 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEAAUCERBILLI7XLJTUGBKDWBSFJXANCNFSM5WC27X2A>.
You are receiving this because you commented.Message ID: ***@***.***>
|
I ran brass on several samples and in one sample i got the following record:
position 0 looks pretty unusual to me and i was not able to validate the call with any of 3 other callers (delly, manta, svaba). this is causing issues for me because certain downstream tools will not handle a position of 0 (
pysam
for example).The text was updated successfully, but these errors were encountered: