tresoldi / ngesh

A Python library for generating random phylogenetic trees and related data
MIT License
9 stars 1 forks source link

Allow to exclude non extant taxa from horizontal gene transfer events #8

Closed tresoldi closed 3 years ago

tresoldi commented 3 years ago

Already addressed, as the list comprehension selects only the taxa extant at the time of the borrowing. If a taxon is not desired, it can be removed with a zero probability of being a donor (currently from the random sampling).