Skip to content

Commit

Permalink
feat(lapis): adapt to new generalized lineage system
Browse files Browse the repository at this point in the history
  • Loading branch information
fengelniederhammer committed Oct 9, 2024
1 parent eb17fd8 commit c055559
Show file tree
Hide file tree
Showing 22 changed files with 18,957 additions and 330 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Higher versions will also work if they are not specified in the table.

| LAPIS | SILO |
|--------|--------|
| 0.3.5 | 0.3.0 |
| 0.2.10 | 0.2.14 |
| 0.2.1 | 0.2.0 |
| 0.1 | 0.1.0 |
Expand Down
2 changes: 1 addition & 1 deletion lapis-e2e/test/aggregatedQueries/complexVariantQuery.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"testCaseName": "complex variant query",
"lapisRequest": {
"variantQuery": "300G & (400-|500B) & !600&MAYBE(700B|800-) & [3-of:123A,234T,345G] & A.1.2.3*"
"variantQuery": "300G & (400-|500B) & !600&MAYBE(700B|800-) & [3-of:123A,234T,345G] & B.1.1.7*"
},
"expected": [
{
Expand Down
Loading

0 comments on commit c055559

Please sign in to comment.