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 21, 2024
1 parent 982c795 commit fc2ed2a
Show file tree
Hide file tree
Showing 22 changed files with 18,971 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.7 | 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
2 changes: 1 addition & 1 deletion lapis-e2e/testData/singleSegmented/input_file.ndjson

Large diffs are not rendered by default.

Loading

0 comments on commit fc2ed2a

Please sign in to comment.