You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from cladetime import CladeTime, sequence
ct = CladeTime(tree_as_of="2024-08-02")
filtered_metadata = sequence.filter_metadata(
ct.sequence_metadata,
# DON'T FORGET TO DO THIS ADDITIONAL FILTERING ON COLLECTION DATES!
collection_min_date="2024-07-01",
collection_max_date="2024-07-03"
)
assignments = ct.assign_clades(filtered_metadata)
The text was updated successfully, but these errors were encountered:
elray1
changed the title
create python script and workflow to create data that are usable for evaluation
create python script to create data that are usable for evaluation
Nov 13, 2024
can be adapted from https://github.com/reichlab/get-covid-clade-counts/blob/main/get_covid_clade_counts.py
can use code along these lines:
The text was updated successfully, but these errors were encountered: