Learn R Programming

pirouette (version 1.6.9)

complete_treelog_filename: Complete a treelog's filename

Description

Complete a treelog's filename

Usage

complete_treelog_filename(treelog_filename, fasta_filename)

Value

the filename for the treelog

Arguments

treelog_filename

name of the MCMC's treelog file, which is $(tree).trees by default. Use complete_treelog_filename to obtain the complete path to the MCMC's treelog file.

fasta_filename

name of a FASTA file. Use get_alignment_id to get the ID of the alignment

Author

Richèl J.C. Bilderbeek

Examples

Run this code
# Check cleanup by other functions
beastier::check_empty_beaustier_folders()

fasta_filename <- "/home/alignment_folder/my.fasta"

# Will become '/home/alignment_folder/my.trees'
complete_treelog_filename(
  treelog_filename = "$(tree).trees",
  fasta_filename = fasta_filename
)

Run the code above in your browser using DataLab