Branch |GitHub Actions |
---------|-----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------
master
| |
develop
||
Interface to COBALT, the Constraint-based Multiple Alignment Tool.
remotes::install_github("richelbilderbeek/cobaltr")
After installing cobaltr
, install COBALT on your local computer:
cobaltr::install_cobalt()
This only needs to be done once.
library(cobaltr)
# Get the path to an example FASTA file
fasta_filename <- system.file("extdata", "example.fasta", package = "cobaltr")
# Get the multiple sequence alignment
run_cobalt(fasta_filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.