-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96a5421
commit da114b4
Showing
8 changed files
with
48 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# Tutorials | ||
|
||
We'd love to see you built upon PYggdrasil. Below we provide some tutorials to help you get started. | ||
We'd love to see you built upon PYggdrasil. Below, we provide some tutorials to help you get started. | ||
|
||
## Functional Usage | ||
The below tutorials illustrate how to use PYggdrasil functions for specific tasks. | ||
The tutorials below illustrate how to use PYggdrasil functions for specific tasks. | ||
|
||
- [Single MCMC Run](singleMCMC.md) demonstrated how to run a single MCMC chain. | ||
- [Tree Similarities and Visualization](similarities.md) demonstrated how to compute distances between two trees and visualize trees. | ||
- [Analyzing MCMC Runs](analyzeMCMC.md) demonstrated how to compute distances between of MCMC chains and diagnose convergence issues. | ||
- [Single MCMC Run](singleMCMC.md) demonstrates how to run a single MCMC chain. | ||
- [Tree Similarities and Visualization](similarities.md) demonstrates how to compute distances between two trees and visualize trees. | ||
- [Analyzing MCMC Runs](analyzeMCMC.md) demonstrates how to compute distances between MCMC chains and diagnose convergence issues. | ||
|
||
|
||
## Experimental Workflows | ||
For a sustaibalbe and reproducible workflow use _snakemake_ to run PYggdrasil. | ||
We use _snakemake_ to create a sustainable and reproducible workflow for extensive experiments with PYggdrasil. | ||
See [Workflows](../workflows/index.md) for more details. | ||
|
||
The below tutorials illustrate _snakemake_ workflows ilustrated that allow to run fully reproducible experiments using PYggdrasil. | ||
From tree and data generation to convergence diagostics a pipline exists. | ||
The tutorials below illustrate _snakemake_ workflows that allow running such fully reproducible experiments using PYggdrasil. | ||
From tree and data generation to convergence diagnostics, a pipeline exists. | ||
|
||
- [Basic Workflow](basicWorkflows.md) demonstrated how to run a basic workflow for a particular output file. | ||
- [Advanced Workflow](advanced_workflow.md) demonstrated how to run a more advanced workflow. | ||
- [Basic Workflow](basicWorkflows.md) demonstrates a basic workflow for a particular output file. | ||
- [Advanced Workflow](advanced_workflow.md) demonstrates how to run a more advanced workflow. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters