Extract the number of taxa from a file
Examples
check_empty_beautier_folder()
fasta_filename <- get_beautier_path("test_output_5.fas")
# 5
get_n_taxa(fasta_filename)
#> [1] 5
check_empty_beautier_folder()
Extract the number of taxa from a file
check_empty_beautier_folder()
fasta_filename <- get_beautier_path("test_output_5.fas")
# 5
get_n_taxa(fasta_filename)
#> [1] 5
check_empty_beautier_folder()