Skip to content

Commit

Permalink
fixup: alignment params
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Jan 26, 2024
1 parent 544e877 commit 1ee5ac5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion nextclade_data/denv1/pathogen.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"alignmentParams": {
"minSeedCover": 0.01
"minSeedCover": 0.1,
"minLength": 1000,
"mismatchesAllowed": 2000
},
"attributes": {
"name": "Dengue virus DENV1 dataset",
Expand Down
3 changes: 2 additions & 1 deletion nextclade_data/denv2/pathogen.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"alignmentParams": {
"minSeedCover": 0.01
"minSeedCover": 0.1,
"minLength": 1000
},
"attributes": {
"name": "Dengue virus DENV2 dataset",
Expand Down
3 changes: 2 additions & 1 deletion nextclade_data/denv3/pathogen.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"alignmentParams": {
"minSeedCover": 0.01
"minSeedCover": 0.1,
"minLength": 1000
},
"attributes": {
"name": "Dengue virus DENV3 dataset",
Expand Down
3 changes: 2 additions & 1 deletion nextclade_data/denv4/pathogen.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"alignmentParams": {
"minSeedCover": 0.01
"minSeedCover": 0.1,
"minLength": 1000
},
"attributes": {
"name": "Dengue virus DENV4 dataset",
Expand Down

0 comments on commit 1ee5ac5

Please sign in to comment.