title | layout | venue | address | country | language | humandate | humantime | instructor | collaborative_notes | eventbrite | permalink | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Open Tree SSB2023 |
workshop |
Synthesizing and dating phylogenies using the Open Tree of Life, SSB UNAM 2023 |
us |
en |
Jan 13, 2023 |
10 am - 2 pm |
|
/SSBworkshop2023/ |
We have borrowed the Carpentries website template and installation instructions. This is not a Carpentries workshop (although we highly recommend them!). Learn more about the carpentries at https://carpentries.org/
The (Open Tree of Life project)[tree.opentreeoflife.org] provides an integrated set of tools and data resources to make phylogenetic knowledge more accessible across the diversity of life. Participants will learn to use the Open Tree of Life tools and data stores to evaluate and unite phylogenetic inferences to generate taxonomically complete synthetic trees, which they can apply to their individual research questions in evolutionary biology. The focus of this workshop is demonstrating new features of the Open Tree of Life’s infrastructure: services for adding dates to nodes, constructing supertrees from arbitrary sets of trees, and performing generalized conflict analyses. While most of the services and tools demonstrated require only a browser to access, some will require access via a command line. The tools are accessible via Windows, Mac, or Linux devices.
The workshop will cover using Open Tree of Life phylogenetic study curation tools to standardize the taxonomic names and metadata for published phylogenetic estimates. We will demonstrate tools to assess concordance and conflict across different phylogenetic estimates, and between phylogenetic estimates and taxonomic relationships. Using OpenTree’s custom synthesis tools, participants will generate synthetic summary trees for their taxa based on existing phylogenetic inferences. We will apply existing node date estimates to these synthetic trees, and infer date estimates for undated nodes in trees. Together these approaches will provide participants with the skill set to obtain a dated tree for taxa of interest and understand how published estimates disagree with each other with respect to those taxa.
{% comment %} SPECIAL REQUIREMENTS
Modify the block below if there are any special requirements. {% endcomment %}
Requirements:
- Participants must bring a laptop with a Mac, Linux, or Windows operating system (not a tablet, Chromebook, etc.) that they have administrative privileges on. They should have a few specific software packages installed (listed below). Run the Installation checks to make sure everything is working in advance of the workshop
- Bring a recently published tree of interest to you if you can access one (newick or nexus format)
- Create a Github account if you don't have one. Github.
{% comment %} ACCESSIBILITY
Modify the block below if there are any barriers to accessibility or special instructions.
Accessibility: We are committed to making this workshop accessible to everybody. The workshop organizers have checked that:
- The room is wheelchair / scooter accessible.
- Accessible restrooms are available.
Materials will be provided in advance of the workshop and large-print handouts are available if needed by notifying the organizers in advance. If we can help making learning easier for you (e.g. sign-language interpreters, lactation facilities) please get in touch (using contact details below) and we will attempt to provide them.
{% endcomment %}{% comment %} CONTACT EMAIL ADDRESS
Display the contact email address set in the configuration file. {% endcomment %}
Contact: Please email {% if page.email %} {% for email in page.email %} {% if forloop.last and page.email.size > 1 %} or {% else %} {% unless forloop.first %} , {% endunless %} {% endif %} {{email}} {% endfor %} {% else %} to-be-announced {% endif %} for more information.
{% comment%} CODE OF CONDUCT {% endcomment %}
Everyone who participates in SSB2023 is required to conform to the Code of Conduct.
We will use this collaborative document for chatting, taking notes, and sharing URLs and bits of code. Please sign in!
9:00 | Intro to OpenTree |
9:30 | Conflict analyses |
10:15 | Adding trees to OpenTree |
11:00 | Custom Supertree synthesis |
12:00 | Adding dates to synthesis trees |
1:00 | END |
{% comment %} SETUP
Delete irrelevant sections from the setup instructions. Each section is inside a 'div' without any classes to make the beginning and end easier to find.
This is the other place where people frequently make mistakes, so please preview your site before committing, and make sure to run 'tools/check' as well. {% endcomment %}
To participate in this workshop, you will need to be able to access Bash, Python3 and (optionally) Jupyter notebooks, and use git to clone repos. In addition, you will need an up-to-date web browser and a text editor.
If you already have these software installed and accessible on your laptop, please skip to the bottom and run the checks. Otherwise there are installation instructions listed below.
The Carpentries maintains a list of common issues that occur during installation as a reference for instructors that may be useful on the Configuration Problems and Solutions wiki page.
{% include setupNoR.html %}
You should be able to open a terminal window and run:
git
This should print out some text that starts with "usage: git [--version] [--help] [-C ] [-c =]"
jupyter notebook
This should open up a browser window that says "jupyter" at the top. If you click on 'new' in the upper right, there should be an option to create a python3 notebook.
(You can close this window and close the terminal.)
If theses checks work, then you are all set! Otherwise, please follow the installation instructions above, and then try these tests again. Contact {{page.email}} if you are still having issues.