50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

beautier (version 2.6.12)

get_alignment_ids: Get the alignment IDs from one or more files.

Description

This is done in the same way as BEAST2 does by default The file extension will be used to determine which type of file is worked on.

Usage

get_alignment_ids(filenames)

Value

the IDs extracted from the one or more files

Arguments

filenames

names of the files to be checked

Author

Richèl J.C. Bilderbeek

See Also

Use get_alignment_ids_from_fasta_filenames to get the alignment IDs from files known to be FASTA files

Examples

Run this code
check_empty_beautier_folder()

get_alignment_ids(
  get_beautier_paths(c("anthus_aco.fas", "anthus_nd2.fas"))
)

check_empty_beautier_folder()

Run the code above in your browser using DataLab