Beast-Sapelo2
Category
Bioinformatics
Program On
Sapelo2
Version
1.10.4, 2.6.2, 2.6.3
Author / Distributor
Description
BEAST is a cross-platform program for Bayesian MCMC analysis of molecular sequences. It is entirely orientated towards rooted, time-measured phylogenies inferred using strict or relaxed molecular clock models. It can be used as a method of reconstructing phylogenies but is also a framework for testing evolutionary hypotheses without conditioning on a single tree topology. BEAST uses MCMC to average over tree space, so that each tree is weighted proportional to its posterior probability. More information: http://beast2.org/; http://beast.community/
Running Program
Versions with CPU support
- version 1.10.4, installed in /apps/eb/Beast/1.10.4-GCC-8.3.0. This version of Beast is using beagle-lib v3.0.1 with CPU support.
To use this version of Beast, please first load the module with
module load Beast/1.10.4-GCC-8.3.0
- version 2.6.2, installed in /apps/eb/Beast/2.6.2-GCC-8.3.0. This version of Beast is using beagle-lib v3.0.1 with CPU support.
To use this version of Beast, please first load the module with
module load Beast/2.6.2-GCC-8.3.0
- version 2.6.3, installed in /apps/eb/Beast/2.6.3-foss-2019b. This version of Beast is using beagle-lib v3.0.1 with CPU support.
To use this version of Beast, please first load the module with
module load Beast/2.6.3-foss-2019b
Beast is a X window program with graphic interface. It has to be run in an interactive session. Please refer to Run interactive Jobs and Run X window Jobs.
Start X Terminal (Mac), X window (Windows) at the local computer first, then
xqlogin module load Beast/2.6.3-foss-2019b beauti ... beast ... exit
- beast/beauti in this app is set to 16GB max heap memory. If larger memory is needed, please contact us.
Run Beast with CPU support
Example job submission script (sub.sh) to run version 2.6.3 in a batch job:
#!/bin/bash #SBATCH --job-name=testbeast #SBATCH --partition=batch #SBATCH --ntasks=1 #SBATCH --cpus-per-task=8 #SBATCH --mem=40gb #SBATCH --time=120:00:00 #SBATCH --output=log.%j.out #SBATCH --error=log.%j.err #SBATCH --mail-user=username@uga.edu #SBATCH --mail-type=ALL cd $SLURM_SUBMIT_DIR ml Beast/2.6.3-foss-2019b beast -threads 8 [options]
Example of submission to the queue:
sbatch sub.sh
where [options] need to be replaced by the options (command and arguments) you want to use. Other parameters of the job, such as the maximum wall clock time, maximum memory, the number of cores per node, and the job name need to be modified appropriately as well.
Documentation
ml Beast/2.6.3-foss-2019b beast -help Usage: beast [-window] [-options] [-working] [-seed] [-prefix <PREFIX>] [-statefile <STATEFILE>] [-overwrite] [-resume] [-validate] [-errors <i>] [-threads <i>] [-java] [-noerr] [-loglevel <LEVEL>] [-instances <i>] [-beagle] [-beagle_info] [-beagle_order <order>] [-beagle_CPU] [-beagle_GPU] [-beagle_SSE] [-beagle_single] [-beagle_double] [-beagle_scaling <default|none|dynamic|always>] [-help] [-version] [-strictversions] [-D <DEFINITIONS>] [-DF <DEFINITIONFILE>] [-DFout <DEFINITIONRESULTFILE>] [-sampleFromPrior] [<input-file-name>] -window Provide a console window -options Display an options dialog -working Change working directory to input file's directory -seed Specify a random number generator seed -prefix Specify a prefix for all output log filenames -statefile Specify the filename for storing/restoring the state -overwrite Allow overwriting of log files -resume Allow appending of log files -validate Parse the XML, but do not run -- useful for debugging XML -errors Specify maximum number of numerical errors before stopping -threads The number of computational threads to use (default 1), -1 for number of cores -java Use Java only, no native implementations -noerr Suppress all output to standard error -loglevel error,warning,info,debug,trace -instances divide site patterns amongst number of threads (use with -threads option) -beagle Use beagle library if available -beagle_info BEAGLE: show information on available resources -beagle_order BEAGLE: set order of resource use -beagle_CPU BEAGLE: use CPU instance -beagle_GPU BEAGLE: use GPU instance if available -beagle_SSE BEAGLE: use SSE extensions if available -beagle_single BEAGLE: use single precision if available -beagle_double BEAGLE: use double precision if available -beagle_scaling BEAGLE: specify scaling scheme to use -help Print this information and stop -version Print version and stop -strictversions Use only package versions as specified in the 'required' attribute -D attribute-value pairs to be replaced in the XML, e.g., -D "arg1=10,arg2=20" -DF as -D, but attribute-value pairs defined in file in JSON format -DFout BEAST XML file written when -DF option is used -sampleFromPrior samples from prior for MCMC analysis (by adding sampleFromPrior="true" in the first run element) Example: beast test.xml Example: beast -window test.xml Example: beast -help
Installation
Source codes download from BEAST2
System
64-bit Linux