Skip to content

Latest commit

 

History

History
190 lines (145 loc) · 8.82 KB

File metadata and controls

190 lines (145 loc) · 8.82 KB
title layout venue address country language humandate humantime instructor email collaborative_notes eventbrite permalink
Open Tree SSB2026
workshop
Open Tree of Life, Louisiana Room of the Hilton in Baton Rouge
Louisiana Room of the Hilton in Baton Rouge
us
en
Jan 09, 2026
1:30 pm - 5:00 pm
Emily Jane McTavish
Mark Holder
ejmctavish@ucmerced.edu
/SSBworkshop2026/

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/

Open Tree of Life Workshop

This workshop is a part of the 2026 SSB Breakout Meeting.

The Open Tree of Life project 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 %}

Code of Conduct

Everyone who participates in SSB2026 is required to conform to the SSB Code of Ethics.

Collaborative Notes Document

We will use this collaborative document for chatting, taking notes, and sharing URLs and bits of code. Please sign in!


Schedule

1:30 Intro to OpenTree
2:00 Adding trees to OpenTree and slides here.
3:00 Custom Supertree synthesis
3:30 Break
3:45 Downloading trees and adding dates
5: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 %}

Setup

To participate in this workshop, you will need to be able to access Bash, Python3 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 %}

Installation checks (Please complete before the workshop starts)

Git check

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 =]"

Python check

    python3

This should open up Python showing a version number starting with 3 and a prompt starting with >>>

(You can use ctrl-D to exit python)


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.