Skip to content

Commit bf8c633

Browse files
committed
Add a few more complex viz examples
Including how to access node locations, and a tanglegram
1 parent eb3b947 commit bf8c633

File tree

3 files changed

+524
-26
lines changed

3 files changed

+524
-26
lines changed

requirements-CI.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pygraphviz==1.13
1111
scikit-allel==1.3.8
1212
stdpopsim==0.3.0
1313
tqdm==4.66.3
14-
tskit==0.5.8
15-
tskit_arg_visualizer==0.0.1
14+
tskit==0.6.4
15+
tskit_arg_visualizer==0.1.0
1616
tszip==0.2.4
1717
jsonschema==4.18.6 # Pinned due to 4.19 "AttributeError module jsonschema has no attribute _validators"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ pygraphviz
1010
scikit-allel
1111
stdpopsim>=0.3
1212
tqdm
13-
tskit>=0.5.4
14-
tskit_arg_visualizer
13+
tskit>=0.6.4
14+
tskit_arg_visualizer>=0.1.0
1515
tszip

0 commit comments

Comments
 (0)