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
Noticed some WA samples were being dropped due to the min-length filter (originally set to include at least 90% of the genome or 9800nt). We're considering dropping that lower to include more sequences as long as the phylogenetic tree looks reasonable.
state: --query "state == 'WA'" --min-length '9800' --subsample-max-sequences 5000
neighboring_state: --query "state in ['CA', 'ID', 'OR', 'NV']" --group-by state year --min-length '9800' --subsample-max-sequences 5000
region: --query "state in ['AZ','NM', 'CO', 'UT', 'WY', 'MT']" --group-by state year --min-length '9800' --subsample-max-sequences 5000
country: --query "country == 'USA' and state not in ['WA', 'CA', 'ID', 'OR', 'NV','AZ','NM', 'CO', 'UT', 'WY', 'MT'] and accession != 'NC_009942'" --group-by state year --subsample-max-sequences 300 --min-length '9800'
Context
Noticed some WA samples were being dropped due to the min-length filter (originally set to include at least 90% of the genome or
9800
nt). We're considering dropping that lower to include more sequences as long as the phylogenetic tree looks reasonable.The augur index of the WA sequences: wa_stats.txt
The text was updated successfully, but these errors were encountered: