Skip to content

Commit

Permalink
hmpv: updated tree and config file
Browse files Browse the repository at this point in the history
  • Loading branch information
isabeljoia committed Nov 26, 2024
1 parent 2158681 commit 9ed24cf
Show file tree
Hide file tree
Showing 2 changed files with 33,232 additions and 33,173 deletions.
24 changes: 15 additions & 9 deletions data/nextstrain/hmpv/all-clades/NC_039199/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"minMatchLength": 20,
"allowedMismatches": 10,
"windowSize": 30
},
},
"compatibility": {
"cli": "3.0.0-alpha.0",
"web": "3.0.0-alpha.0"
},
"defaultCds": "F",
"defaultCds": "G",
"files": {
"examples": "sequences.fasta",
"genomeAnnotation": "genome_annotation.gff3",
Expand Down Expand Up @@ -52,16 +52,22 @@
"mixedSitesThreshold": 10
},
"frameShifts": {
"enabled": true
},
"stopCodons": {
"enabled": false,
"ignoredStopCodons": [
"enabled": true,
"scoreWeight": 20,
"ignoreFrameShifts": [
{
"codon": 320,
"codonRange": {
"begin": 206,
"end": 224
},
"cdsName": "G"
}
]
},
"stopCodons": {
"enabled": true,
"ignoredStopCodons": [],
"scoreWeight": 5
}
},
"shortcuts": [
Expand All @@ -82,4 +88,4 @@
"G",
"L"
]
}
}
Loading

0 comments on commit 9ed24cf

Please sign in to comment.