Skip to content

Commit

Permalink
DOC: note time taken for E. coli dotplot in README
Browse files Browse the repository at this point in the history
this was already noted in the part of the tutorial that generates
this figure, but let's note it in the README also
  • Loading branch information
fedarko committed Oct 10, 2023
1 parent 93ed4fd commit 8c9dcc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ from matplotlib import pyplot
# (skipping the part where I loaded the genomes into memory as e1s and e2s...)

# Create the matrix (leaving binary=True by default)
# This takes about 3 minutes on a laptop with 8 GB of RAM
em = wotplot.DotPlotMatrix(e1s, e2s, 20, verbose=True)

# Visualize the matrix using matplotlib's spy() function
Expand Down

0 comments on commit 8c9dcc8

Please sign in to comment.