Skip to content
/ Abyss Public

GPU implementation of Abyss: A parallel assembler for short read sequence data

Notifications You must be signed in to change notification settings

lkoshale/Abyss

Repository files navigation

Abyss

TODO LIST

- Get data for input i.e some 1000 k-mer with known genome.
- Understand and find code for assembling DNA from de-bruijin graph.
- Map k-mer to memory and build de-bruijin graph on GPU.
- Get DNA sequence using graph.

To genrate Reads

  • to set K, change the #define in GenDataFasta.cpp
  • compile g++ GenDataFasta.cpp -std=c++11
  • Run: ./a.out < inputfile >ouputfile

About

GPU implementation of Abyss: A parallel assembler for short read sequence data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published