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
Context
When providing an argument to augur filter's --max-date option, I automatically gave it an ISO 8601 date string (e.g. '2020-06-15'). Not being much of an augur user, I was surprised to learn that it only accepts float dates (e.g. 2020.46).
Description
Allow augur filter to accept ISO 8601 date strings along with date floats in a backwards compatible way.
Context
When providing an argument to augur filter's
--max-date
option, I automatically gave it an ISO 8601 date string (e.g. '2020-06-15'). Not being much of an augur user, I was surprised to learn that it only accepts float dates (e.g. 2020.46).Description
Allow augur filter to accept ISO 8601 date strings along with date floats in a backwards compatible way.
More context can be found in this ncov PR thread.
The text was updated successfully, but these errors were encountered: