-
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.
fix(lapis): nucleotideInsertionContains correctly handles segment
squash this: add multi segmented run config
- Loading branch information
1 parent
3d4cefb
commit 4776a3e
Showing
75 changed files
with
396 additions
and
44 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
4 changes: 2 additions & 2 deletions
4
.idea/runConfigurations/lapis_open.xml → ...runConfigurations/LapisMultiSegmented.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Create a .env file with this input might NOT work. You might need to properly set CONFIG_FILE as an | ||
# environment variable. | ||
CONFIG_FILE=../lapis-e2e/testData/testDatabaseConfig.yaml | ||
REFERENCE_GENOMES_FILE=../lapis-e2e/testData/reference_genomes.json | ||
CONFIG_FILE=../lapis-e2e/testData/singleSegmented/testDatabaseConfig.yaml | ||
REFERENCE_GENOMES_FILE=../lapis-e2e/testData/singleSegmented/reference_genomes.json |
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 |
---|---|---|
|
@@ -3,3 +3,4 @@ node_modules/ | |
|
||
**/output/ | ||
**/logs/ | ||
**/temp/ |
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
/test/lapisClient | ||
/test/lapisClientProtected | ||
/test/lapisClientProtected | ||
/test/lapisClientMultiSegmented |
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
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 @@ | ||
* |
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,7 @@ | ||
primaryKey RdRp NP GPC | ||
key_0 [] [] [] | ||
key_1 [] [] [] | ||
key_2 [] [] [] | ||
key_3 [] [] [] | ||
key_4 [] [] [] | ||
key_5 [] [] [] |
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 @@ | ||
>key_0 | ||
MS* | ||
>key_1 | ||
MS* | ||
>key_2 | ||
MS* | ||
>key_3 | ||
MS* | ||
>key_4 | ||
MS* | ||
>key_5 | ||
MS* |
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 @@ | ||
>key_0 | ||
MEN* | ||
>key_1 | ||
MEN* | ||
>key_2 | ||
MEN* | ||
>key_3 | ||
MEN* | ||
>key_4 | ||
MEN* | ||
>key_5 | ||
MEN* |
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 @@ | ||
>key_0 | ||
MDFL* | ||
>key_1 | ||
MDFL* | ||
>key_2 | ||
MDFL* | ||
>key_3 | ||
MDFL* | ||
>key_4 | ||
MDFL* | ||
>key_5 | ||
MDFL* |
7 changes: 7 additions & 0 deletions
7
lapis-e2e/testData/multiSegmented/multi_segmented_metadata.tsv
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,7 @@ | ||
primaryKey date country | ||
key_0 2021-03-18 Switzerland | ||
key_1 2021-04-13 Switzerland | ||
key_2 2021-04-25 Switzerland | ||
key_3 2021-04-13 Switzerland | ||
key_4 2021-03-19 Switzerland | ||
key_5 Switzerland |
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 @@ | ||
>key_0 | ||
ACTCT | ||
>key_1 | ||
ACTCT | ||
>key_2 | ||
TCTCT | ||
>key_3 | ||
TCTCT | ||
>key_4 | ||
TCTCT | ||
>key_5 | ||
TCTCT |
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 @@ | ||
>key_0 | ||
CGGG | ||
>key_1 | ||
TGGG | ||
>key_2 | ||
TGGG | ||
>key_3 | ||
TGGG | ||
>key_4 | ||
TGGG | ||
>key_5 | ||
TGGG |
Oops, something went wrong.