-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement leftover variant query parts #498
- Loading branch information
1 parent
6b1767a
commit 50743a9
Showing
6 changed files
with
141 additions
and
60 deletions.
There are no files selected for viewing
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
12 changes: 12 additions & 0 deletions
12
lapis2/src/main/kotlin/org/genspectrum/lapis/model/CovidSpecifics.kt
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,12 @@ | ||
package org.genspectrum.lapis.model | ||
|
||
/** | ||
* Those are special values used for the COVID instance that supports advanced "variant queries". | ||
*/ | ||
|
||
const val PANGO_LINEAGE_COLUMN = "pangoLineage" | ||
const val NEXTCLADE_PANGO_LINEAGE_COLUMN = "nextcladePangoLineage" | ||
const val NEXTSTRAIN_CLADE_COLUMN = "nextstrainClade" | ||
const val GISAID_CLADE_COLUMN = "gisaidClade" | ||
|
||
const val NEXTSTRAIN_CLADE_RECOMBINANT = "RECOMBINANT" |
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