check_alignment_id {beautier} | R Documentation |
Check if the alignment_id
is valid.
Description
Will stop if not.
Usage
check_alignment_id(alignment_id)
Arguments
alignment_id |
ID of the alignment,
as returned by get_alignment_id.
Keep at |
Value
nothing, will stop if needed
Examples
check_empty_beautier_folder()
# anthus_aco_sub
alignment_id <- get_alignment_id("/home/homer/anthus_aco_sub.fas")
check_alignment_id(alignment_id)
check_empty_beautier_folder()
[Package beautier version 2.6.12 Index]