Skip to content

Commit

Permalink
removed empty line for easier copy paste
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLangmead committed Aug 23, 2015
1 parent 90bedb3 commit dedc7e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 1.07_NaiveExactMatching-MatchingRealReads.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
"import random\n",
"def generateReads(genome, numReads, readLen):\n",
" ''' Generate reads from random positions in the given genome. '''\n",
" \n",
" reads = []\n",
" for _ in range(numReads):\n",
" start = random.randint(0, len(genome)-readLen) - 1\n",
Expand Down

0 comments on commit dedc7e3

Please sign in to comment.