Skip to content
This repository was archived by the owner on Aug 25, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Write_An_Assembler.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Build a squence database\n",
"Build a sequence database\n",
"------------------------\n",
"Since we get the paths that seems covering the whole genome, we can use the paths to construct draft contigs. In order to do that, we need to get the fragment sequences."
]
Expand Down
2 changes: 1 addition & 1 deletion Write_An_Assembler.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def find_path( q_name_end, frag_used = set() ):

# <markdowncell>

# Build a squence database
# Build a sequence database
# ------------------------
# Since we get the paths that seems covering the whole genome, we can use the paths to construct draft contigs. In order to do that, we need to get the fragment sequences.

Expand Down