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
14 stars 9 forks source link

Assigning reads to genes stuck with 3 genes left #41

Open ljwharbers opened 1 month ago

ljwharbers commented 1 month ago

Hi,

Thanks for the nice tool!

I've been looking into using FLAMES for my gene/transcript quantification. I already have a customized pipeline for the demultiplexing/umi identification so I was looking to plug in FLAMES starting from the aligned and deduplicated bamfile. I've been making sure that the bamfile is formatted in the way it's required by FLAMES.

After generating the config file, everything seems to work fine, it goes straight into the read assignment and progresses nicely. However, when it gets to the last few genes it just halts and seems stuck (but there is still CPU usage from the FLAMES processes), see screenshot below.

image

Have you seen this before and if yes, would you have a potential fix for this?

Many thanks, Luuk

youyupei commented 1 month ago

Hi @ljwharbers , would you be able to share what output files have been generated? At the end of gene quantification, FLAMES will try to summarize the UMI information and generate a deduplicated fastq file. The gene quantification is done if you to see the *dedup.fastq in your output dir. Otherwise, would you be to check whether we are running out of memory?