10XGenomics / thermite

Spliced short read aligner implemented in Rust
8 stars 1 forks source link

Plan #1

Open sjackman opened 3 years ago

sjackman commented 3 years ago

To Do

Testing

Purpose

Alignment for quantification, not discovery. Don't need to find novel splice junctions. Transcriptome is an input.

Caveats Customers that use the BAM file for purposes other than quantification. Could run a different aligner. Customers with species with poorly annotated transcriptomes.

Requirements

Stretch Goals

Implementation

Benchmarking

sjackman commented 3 years ago

Algorithm and Implementation Proposal

Some interesting possible variations on this proposal are…

Daniel-Liu-c0deb0t commented 3 years ago

Future Work