-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #750 from nextstrain/filter-chunks
Apply filters and group-by logic to a metadata iterator
- Loading branch information
Showing
8 changed files
with
1,293 additions
and
460 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
strain filter kwargs | ||
HND/2016/HU_ME59 filter_by_sequence_index [] | ||
COL/FLR_00008/2015 filter_by_query "[[""query"", ""country != 'Colombia'""]]" | ||
Colombia/2016/ZC204Se filter_by_query "[[""query"", ""country != 'Colombia'""]]" | ||
COL/FLR_00024/2015 filter_by_query "[[""query"", ""country != 'Colombia'""]]" | ||
COL/FLR_00008/2015 include "[[""include_file"", ""filter/include.txt""]]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
NotReal | ||
COL/FLR_00008/2015 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
COL/FLR_00024/2015 100 | ||
PRVABC59 50 | ||
COL/FLR_00008/2015 10 | ||
Colombia/2016/ZC204Se 10 | ||
ZKC2/2016 100 | ||
VEN/UF_1/2016 50 |