Skip to content

Assemble.py

Blake Johnson edited this page Mar 1, 2018 · 2 revisions

Assemble takes in a file, in this case reads.txt, and outputs contigs.txt with the greediest string match for the given reads. Creates a De Bruijn graph along the way.

Clone this wiki locally