-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unrecognized sequencing technology #9
Comments
@clemaitre is it because of this line? Line 10 in c9b378c
That it expects the BX:Z:AXXCXXBXXDXX to be the end of the line with nothing following it? |
Hi @pdimens, sorry for the delay of my answer. The issue does not come from the line of code you are pointing at because the regular expression is applied only on the value of the SAM TAG. This string value is obtained with the function However, the Tag/field that follows the BX tag in your example (eg : Have you an idea at which step of your pipeline such fields were introduced ? Best, |
Thank you for your reply. This additional tag was produced by UMItools and added to the FASTQ sequence headers. In the FASTQ spec, the comment line is valid, but it gets invalidated in the SAM spec when that information is carried over in alignment. These are things I've discerned since posting the original issue. I have since created a python script to clean the SAM file, and I agree that one should be more diligent about adding fastq headers with SAM-spec |
Thank you for this insightful suggestion, we will keep this in mind for future developments. |
@clemaitre in addition to the previous suggestion, there are circumstances where the
The comments of which are legally added to the SAM/BAM file via (e.g.) |
Hello,
I'm trying to use LEVIATHAN and require the barcode indices from LRez. Introduced a step in my workflow that uses
samtools view
to filter reads on mapping quality, and it seems that doing so has created issues with LRez no longer recognizing the BX:Z: tags (where it did previously). These are haplotagging data, where the index is AXXCXXBXXDXX.Unless I'm mistaken, my bam files are formatted normally:
Do you have insights to provide on this that may reveal a mistake on my end or a bug in LRez?
While the workflow is listed in the
@PG
tags, the steps are:bwa mem
samtools view
samtools sort
sambamba markdup
The text was updated successfully, but these errors were encountered: