NovelTree is a highly parallelized and computationally efficient phylogenomic workflow that infers gene families, gene family trees, species trees, and gene family evolutionary history.
GNU Affero General Public License v3.0
17
stars
3
forks
source link
leave spp headers unchanged when reading in og counts #57
R is annoying. One species had a hyphen in the name. So, when I read in a file that included the species name in the column, R replaced it with a
.
.Fun.
check.names = FALSE
fixes this.