Skip to content

Commit 4446741

Browse files
hyanwongmergify[bot]
authored andcommitted
Add link to VCF parallel code
1 parent bf5d6bd commit 4446741

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/tutorial.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,8 @@ On a modern computer, this should only take a few seconds to run, producing this
456456
``progressbar = tqdm.tqdm(total=samples.sequence_length, desc="Read VCF", unit='bp')``
457457
at the top of the ``add_diploid_sites`` function, followed by
458458
``progressbar.update(variant.POS - pos)`` as the first line of the variant loop within
459-
that function.
459+
that function. This code can also be modified to read huge VCF files in parallel, see
460+
`this issue <https://github.com/tskit-dev/tsinfer/issues/277#issuecomment-652024871>`_.
460461

461462
+++++++++++++++++++++++
462463
Adding more information

0 commit comments

Comments
 (0)