Coder Social home page Coder Social logo

dream_stellar's People

Contributors

aiche avatar beekalam avatar bkahlert avatar catkira avatar cpockrandt avatar eseiler avatar esiragusa avatar gurgese avatar h-2 avatar hannespetur avatar holtgrewe avatar irallia avatar joergi-w avatar kreinert avatar ktrappe avatar lkuchenb avatar marehr avatar martinjvickers avatar mitradarja avatar mr-c avatar oyasnev avatar philliplab avatar rrahn avatar rrwick avatar smehringer avatar temehi avatar weese avatar wtwhite avatar xenigmax avatar xp3i4 avatar

Watchers

 avatar  avatar

Forkers

sgssgene eaasna

dream_stellar's Issues

Add parallel mode to stellar

Parallelize dream-stellar over all database sequences.

Current blockers:

  • dream-stellar does reverse sequences in-place of the query and database, this produces a data-race across multiple threads Fixed by #10.

Masterplan for dream-stellar

Things to check:

  • What does stellar do with long repeat regions (i.e. a whole 1Mb sequence only containing "A")
    • Does it have more than one Swift Verification?
  • Have benchmarks and simulated datasets for (auto generated at build time and sha256sum verified, i.e. make datasets)
  • Have benchmarks on real datasets
    • 1. ???
    • 2. ???
    • 3. ???

Things to do:

  • 1.make stellar generally parallelize (#4)
  • 2. split single large database sequences into multiple parts (eaasna/valik#27) and handle them in parallel (parallel over all the segments of one or more database sequences, in particular a single really large database which couldn't be parallelized otherwise)
  • 3. include https://github.com/eaasna/sliding-window/, https://github.com/marehr/shopping_cart_queue/ and use IBF to filter out which query sequences should be used to build a SWIFT-Filter for each database (reference) sequence
    • many large reference (e.g. 1MB) database sequences against a lot of small query sequences (short reads, e.g. 100B)
    • need to build the IBF in stellar (create a stellar-indexer; similar to raptor build we might want to have dream_stellar build)
    • need to use IBF to search for potential eps-matches (this will be solved by extracting the functionality into a library in eaasna/valik#21)
    • this will give for each query_id a set of database_id's
    • we need ot convert that to a set of query_id's for each database_id (this is solved by the shopping cart queue)
  • 4. change the "taxonomy" what a database sequence is (it can be a database segment, i.e. database ID + start position + end position) for example |AAAA|AAAA|A has 3 segments of same database sequence (slightly overlapping)
    • (one large reference (e.g. 1MB) database sequence against a lot of small query sequences (short reads, e.g. 100B))
    • Note: This is a combination of the 2. and 3. Problem

After that Long Term:

  • split query sequence into segments (slightly overlapping) and ask the IBF which segments would produce a eps-match; and only build the SWIFT-Filter for all the intresting query segments.
    • (one large reference (e.g. 1MB) database sequence against a single large query sequence (e.g. 1MB))

Mind Example:
AAAAAAAAAAAAAAAA|AAAAA]AAAAAAAA|AAAA]AAA

  • DatabaseSegment1 -> Database1
  • DatabaseSegment2 -> Database1 (IBF could just say this one)
  • DatabaseSegment3 -> Database1

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.