-
Notifications
You must be signed in to change notification settings - Fork 514
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
PCR duplicates issue when WASP tag included #1177
Comments
Hi Amy, what STAR commands are you using? What error do you see? Cheers |
Hi Alex, Here's the error I get: And attached is the Log.out file where you can see the STAR commands. Thank you, Amy |
Hi Amy, I could reproduce the seg-fault, will work to debug it. Thanks! |
Hi Amy, actually, the seg-fault in my tests was occurring because it could not open the file listed in Thanks! |
Hi Alex, I was able to index the bam file using samtools without issues. All the best, Amy |
Hi Amy, could you try to deduplicate with the latest release, 2.7.8a? Cheers |
Hi Alex, Sorry for the delay. I've tested the deduplication with the latest release 2.7.8a and I get the same problem. I will send you a subset of my BAM file by email. Please let me know if you need anything else. All the best, Amy |
Hi Amy, sorry for the long delay, this issue slipped out of my mind. Cheers |
Hi Alex,
Thank you so much for getting back to me on this. Apologies for not realising I was missing a necessary tag!
Thank you for your time.
All the best,
Amy
…________________________________
From: Alexander Dobin ***@***.***>
Sent: 18 June 2021 23:13
To: alexdobin/STAR ***@***.***>
Cc: Roberts, Amy ***@***.***>; Author ***@***.***>
Subject: Re: [alexdobin/STAR] PCR duplicates issue when WASP tag included (#1177)
You don't often get email from ***@***.*** Learn why this is important<http://aka.ms/LearnAboutSenderIdentification>
Hi Amy,
sorry for the long delay, this issue slipped out of my mind.
I finally figure out what the problem was - the file you sent me did not contain AS tags, which are required for deduplication, as the read with the highest score (AS) is selected to be the representative, while the lower score reads are considered duplicates.
I have added a check in the code to throw an error instead of seg-fault.
Still, you would need to re-generate your BAM files with the AS tag. Another tag that's required is NH.
Cheers
Akex
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Falexdobin%2FSTAR%2Fissues%2F1177%23issuecomment-864298528&data=04%7C01%7Camy.roberts%40kcl.ac.uk%7C1be690bf48604c5593f508d932a65290%7C8370cf1416f34c16b83c724071654356%7C0%7C0%7C637596512218153980%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=eYbuKobn9Me%2BX3oBEV4tBycBRdKMoLguGos5ucvXEbA%3D&reserved=0>, or unsubscribe<https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAPBMJRNWYUVW6XLUNPT3WMDTTPAJDANCNFSM4ZKVSWPA&data=04%7C01%7Camy.roberts%40kcl.ac.uk%7C1be690bf48604c5593f508d932a65290%7C8370cf1416f34c16b83c724071654356%7C0%7C0%7C637596512218153980%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=8fmx1XUamBMF6O7VLWtQld5i7r7jqdcpLZqHOZYYwIg%3D&reserved=0>.
|
…and AS tags for duplication removal jobs (--runMode inputAlignmentsFromBAM --bamRemoveDuplicatesType UniqueIdenticalNotMulti).
Hi,
I would like to use WASP correction and remove PCR duplicates from my RNA-Seq data for ASE analysis.
However, using --runMode inputAlignmentsFromBAM with BAMs which include WASP tags (following --runMode alignReads) throws an error.
Is there a way around this?
Many thanks in advance,
Amy
The text was updated successfully, but these errors were encountered: