mritchielab / FLAMES

A framework for performing single-cell and bulk read full-length analysis of mutations and splicing.
https://mritchielab.github.io/FLAMES/
GNU General Public License v3.0
20 stars 9 forks source link

question regarding `bulk_long_pipeline` #49

Open sparthib opened 1 month ago

sparthib commented 1 month ago

Hi there,

Just wondering if you have thoughts on using tools to orient bulk reads before alignment with minimap2. From what I understand in the FLAMES documentation, reads from the FASTQ are directly alignment with minimap2, whereas in the single-cell pipeline BLAZE is used to demux and orient the strands. Is there a reason strand orientation hasn't been implemented for bulk? How would this work for direct cDNA, and if you have thoughts on minimap2 settings for unstranded ONT direct cDNA reads that would be great.

Thanks,

Sowmya

ChangqingW commented 1 month ago

Good point. Also we have not applied the strand option in minimap2. We are planning on adding this.