You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thank you for providing and maintaining this fantastic tool!
I am using salmon quant to quantify reads mapped with minimap2, and I encountered an issue when filtering alignments by MAPQ before running salmon quant.
I'm dealing with the quantification of Direct RNA sequencing data.
When I filter the BAM file using samtools view -bq 1, I get an error from salmon quant stating that samtools sort cannot be used, even though I did not use samtools sort in my pipeline.
If I skip filtering alignments by MAPQ (e.g., directly using 0_A.align.bam without the filtering step), the error does not occur.
Questions:
Is there a specific requirement for filtered BAM files used in salmon quant?
How can I correctly filter alignments by MAPQ without encountering this error?
Are there alternative approaches to remove low-quality alignments compatible with salmon quant?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for providing and maintaining this fantastic tool!
I am using salmon quant to quantify reads mapped with minimap2, and I encountered an issue when filtering alignments by MAPQ before running salmon quant.
Here is the pipeline I followed:
Issue:
I'm dealing with the quantification of Direct RNA sequencing data.
When I filter the BAM file using samtools view -bq 1, I get an error from salmon quant stating that samtools sort cannot be used, even though I did not use samtools sort in my pipeline.
If I skip filtering alignments by MAPQ (e.g., directly using 0_A.align.bam without the filtering step), the error does not occur.
Questions:
Is there a specific requirement for filtered BAM files used in salmon quant?
How can I correctly filter alignments by MAPQ without encountering this error?
Are there alternative approaches to remove low-quality alignments compatible with salmon quant?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: