Get the alignment ID from one or more FASTA filenames.
Source:R/get_alignment_ids.R
get_alignment_ids_from_fasta_filenames.Rd
This is done in the same way as BEAST2 does by default. The files are assumed to be FASTA. If this is not the case, there may be any kind of error message when calling this function.
Arguments
- fasta_filenames
One or more FASTA filenames. Use
get_fasta_filename
to obtain a testing FASTA filename.
See also
Use get_alignment_ids to get the alignment IDs from multiple kids of files. Use are_fasta_filenames to see if the filenames all have a common FASTA filename extension.
Examples
check_empty_beautier_folder()
get_alignment_ids_from_fasta_filenames(
get_beautier_paths(c("anthus_aco.fas", "anthus_nd2.fas"))
)
#> [1] "anthus_aco" "anthus_nd2"
check_empty_beautier_folder()