GithubHelp home page GithubHelp logo

antisequence's Introduction

ANTISEQUENCE

Rust library for processing sequencing reads.

Work in progress! Very early stages of the project.

Goals

  • Robust, flexible, and actually universal primitives for manipulating raw DNA/RNA sequences from fastq files
  • Blazing fast and scalable implementation using SIMD and CPU parallelization
  • Simple interface allowing anyone (even non-Rustaceans) to pick up and use
  • Extensible with custom Rust code and embeddable into existing pipelines

ANTISEQUENCE should enable you to build robust, efficient, and production-ready pipeline for your custom sequencing data.

K-pop song

Enjoy a K-pop song.

antisequence's People

Contributors

daniel-liu-c0deb0t avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

noahcape schaudge

antisequence's Issues

Better expression API for quality scores

Currently, whenever quality scores are required, the same expression is evaluated but with all strings substituted with quality scores. This actually works as expected for (just) rearrangements, slice, concat, and even revcomp. However, there are many (perhaps uncommon) edge cases where this behavior is not desired. On the other hand, it is more tedious to require writing separate quality-score-specific expressions. So is there a better API?

Ideas for optimization passes

Separate passes will be needed for expressions and operations.

Expressions

  • constant propagation

Operations

  • combine trims

More ideas are welcome!

Broadcast operations

Many operations, like MatchAny, could output multiple labels (a list of labels) to indicate multiple matches. Then, it would be useful for all operations to support broadcasting their operation across a list of labels.

Demo using codespaces and perfetto

Create an example project on codespaces to demo ANTISEQUENCE.

To make debugging easier, output timings for each operation in JSON format (gated by boolean parameter), which can be visualized in Perfetto. Also output the reads after each operation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.