Skip to content

Best practices for long-read data #713

Description

@olliecheng

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions