No project description provided
Project description
Dynamic BEAST
This command line tool can be used to create a dynamic version of BEAST 2 XML files. This dynamic XML file can be used to set BEAST parameters at runtime, which can be useful for testing different configurations or quickly modifying parameters without having to edit the XML file.
To make a BEAST XML file dynamic simple pass it to the tool.
dynamic-beast BEAST.xml
This will produce a dynamic_BEAST.xml
file that can be used as standard in a BEAST analysis.
The dynamic-beast
tool replaces all the parameter values in the XML file with $(id.key=value)
format. The value variable is the default value that was initially specified in the XML file. However, the value can be redefined when running a BEAST analysis by making use of the BEAST2 definitions argument (-D
) that allows for user specified values.
For example, change the sampling frequency of a sampling:
beast -D ‘mcmc.ChainLength=100000000,treelog.logEvery=10000,tracelog.logEvery=10000’ dynamic_mcmc.xml
To ensure reproducibility you should recreate static XML files of runs using dynamic parameters, this can be achieved using the -DFout
argument e.g., beast -D ‘clockRate=0.0002’ -DFout static_mcmc.xml dynamic_mcmc.xml
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for dynamic_beast-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5efd3b3cd299d5bbf78e6e5df1f45658b357735faf2ab04a496f5c75568d1c17 |
|
MD5 | 9802772f79b8bd3bb4053998654fa4cf |
|
BLAKE2b-256 | 8e190ab9b85581e64e67ce73d1e1a9ff32fe62ca4d0785c81a72db9630e56749 |