Skip to content

Commit 42b79a2

Browse files
authored
fix(lapis-docs): correct invalid gene in example (#1165)
1 parent 0ab0b69 commit 42b79a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapis-docs/src/content/docs/concepts/variant-query.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ or the AA change S:234A:
4545
Get the sequences with at least 3 out of five mutations/deletions:
4646

4747
```
48-
[3-of: 123A, 234T, S:345-, ORF1a:456K, ORF7:567-]
48+
[3-of: 123A, 234T, S:345-, ORF1a:456K, ORF7A:100-]
4949
```
5050

5151
Get the sequences that fulfill exactly 2 out of 4 conditions:

0 commit comments

Comments
 (0)