|
| 1 | +{ |
| 2 | + "$schema": "https://raw.githubusercontent.com/nextstrain/nextclade/refs/heads/release/packages/nextclade-schemas/input-pathogen-json.schema.json", |
| 3 | + "alignmentParams": { |
| 4 | + "excessBandwidth": 100, |
| 5 | + "terminalBandwidth": 300, |
| 6 | + "allowedMismatches": 10, |
| 7 | + "windowSize": 40, |
| 8 | + "minSeedCover": 0.03, |
| 9 | + "gapAlignmentSide": "left" |
| 10 | + }, |
| 11 | + "attributes": { |
| 12 | + "name": "Bundibugyo ebolavirus", |
| 13 | + "reference accession": "NC_014373.1", |
| 14 | + "reference name": "UGA/2007/Butalya-811250", |
| 15 | + "experimental": true |
| 16 | + }, |
| 17 | + "compatibility": { |
| 18 | + "cli": "3.0.0-alpha.0", |
| 19 | + "web": "3.0.0-alpha.0" |
| 20 | + }, |
| 21 | + "files": { |
| 22 | + "treeJson": "tree.json", |
| 23 | + "changelog": "CHANGELOG.md", |
| 24 | + "examples": "examples.fasta", |
| 25 | + "genomeAnnotation": "genome_annotation.gff3", |
| 26 | + "pathogenJson": "pathogen.json", |
| 27 | + "readme": "README.md", |
| 28 | + "reference": "reference.fasta" |
| 29 | + }, |
| 30 | + "defaultCds": "GP", |
| 31 | + "qc": { |
| 32 | + "frameShifts": { |
| 33 | + "enabled": true, |
| 34 | + "ignoredFrameShifts": [], |
| 35 | + "scoreWeight": 20 |
| 36 | + }, |
| 37 | + "missingData": { |
| 38 | + "enabled": true, |
| 39 | + "missingDataThreshold": 3000, |
| 40 | + "scoreBias": 500 |
| 41 | + }, |
| 42 | + "mixedSites": { |
| 43 | + "enabled": true, |
| 44 | + "mixedSitesThreshold": 40 |
| 45 | + }, |
| 46 | + "privateMutations": { |
| 47 | + "cutoff": 300, |
| 48 | + "enabled": true, |
| 49 | + "typical": 50, |
| 50 | + "weightLabeledSubstitutions": 6, |
| 51 | + "weightReversionSubstitutions": 6, |
| 52 | + "weightUnlabeledSubstitutions": 1 |
| 53 | + }, |
| 54 | + "snpClusters": { |
| 55 | + "clusterCutOff": 10, |
| 56 | + "enabled": false, |
| 57 | + "scoreWeight": 10, |
| 58 | + "windowSize": 100 |
| 59 | + }, |
| 60 | + "stopCodons": { |
| 61 | + "enabled": true, |
| 62 | + "ignoredStopCodons": [], |
| 63 | + "scoreWeight": 20 |
| 64 | + } |
| 65 | + }, |
| 66 | + "schemaVersion": "3.0.0", |
| 67 | + "shortcuts": [ |
| 68 | + "nextstrain/ebola/bebov" |
| 69 | + ], |
| 70 | + "version": { |
| 71 | + "updatedAt": "2026-04-14T11:55:23Z", |
| 72 | + "tag": "2026-04-14--11-55-23Z", |
| 73 | + "compatibility": { |
| 74 | + "cli": "3.0.0-alpha.0", |
| 75 | + "web": "3.0.0-alpha.0" |
| 76 | + } |
| 77 | + } |
| 78 | +} |
0 commit comments