Hi,
Thanks for your work on umi-tools.
I’m trying to deduplicate some bulk long read data which has been genome-mapped. Since the start/end positions of each read are variable I am using featureCounts, which I have seen suggested in the documentation and the GitHub Issues:
featureCounts \
-a /path/to/gencode.v49.annotation.gtf \
-o path/to/results_counts \
-L --primary --largestOverlap \
-R CORE \
/path/to/data.sam
Unfortunately, featureCounts is causing a segfault (died with <Signals.SIGSEGV: 11>). I’ve also been running into other issues with featureCounts on single-cell long-read data. Because -R BAM causes errors with long reads, I’m currently using -R CORE along with a custom script to write tags back to the reads, but some of my datasets are still causing an error despite this.
Do you have any recommendations on how best to run umi-tools for long-read data, both single-cell and bulk?
Thanks for your help,
Ollie
Hi,
Thanks for your work on umi-tools.
I’m trying to deduplicate some bulk long read data which has been genome-mapped. Since the start/end positions of each read are variable I am using featureCounts, which I have seen suggested in the documentation and the GitHub Issues:
Unfortunately, featureCounts is causing a segfault (died with
<Signals.SIGSEGV: 11>). I’ve also been running into other issues with featureCounts on single-cell long-read data. Because-R BAMcauses errors with long reads, I’m currently using-R COREalong with a custom script to write tags back to the reads, but some of my datasets are still causing an error despite this.Do you have any recommendations on how best to run umi-tools for long-read data, both single-cell and bulk?
Thanks for your help,
Ollie