Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
John David Lin committed Aug 20, 2018
1 parent 81992ba commit 7605ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Downstream.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ As long as you have a MongoDB instance running and an annotation job ran success
through `pymongo <https://api.mongodb.com/python/current/>`_ as shown by the code below.
Running the query will return a :code:`cursor` object, which can be iterated upon.

If instead a list is intended to be created from it, simply add: filter2 = list(filter2)
If instead a list is intended to be created from it, simply add: `filter2 = list(filter2)`

.. WARNING:: If the number of variants in the database is large and the filtering is not set up correctly,
returning a list will be probably crash your computer since lists are kept in memory. Iterating over the cursor
Expand Down

0 comments on commit 7605ecb

Please sign in to comment.