Skip to content

Commit

Permalink
Add example sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessiqueirap committed Aug 13, 2024
1 parent bf9fd0e commit e009a93
Show file tree
Hide file tree
Showing 29 changed files with 27,111 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"experimental": true,
"files": {
"changelog": "CHANGELOG.md",
"examples": "sequences.fasta",
"genomeAnnotation": "genome_annotation.gff3",
"pathogenJson": "pathogen.json",
"readme": "README.md",
Expand All @@ -51,7 +52,7 @@
"privateMutations": {
"cutoff": 25,
"enabled": true,
"typical": 10,
"typical": 15,
"weightLabeledSubstitutions": 2,
"weightReversionSubstitutions": 1,
"weightUnlabeledSubstitutions": 1
Expand Down
7,964 changes: 7,964 additions & 0 deletions data/community/v-gen-lab/dengue-lineages/all-serotypes/denv1/sequences.fasta

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"experimental": true,
"files": {
"changelog": "CHANGELOG.md",
"examples": "sequences.fasta",
"genomeAnnotation": "genome_annotation.gff3",
"pathogenJson": "pathogen.json",
"readme": "README.md",
Expand All @@ -51,7 +52,7 @@
"privateMutations": {
"cutoff": 25,
"enabled": true,
"typical": 10,
"typical": 15,
"weightLabeledSubstitutions": 2,
"weightReversionSubstitutions": 1,
"weightUnlabeledSubstitutions": 1
Expand Down
11,640 changes: 11,640 additions & 0 deletions data/community/v-gen-lab/dengue-lineages/all-serotypes/denv2/sequences.fasta

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"experimental": true,
"files": {
"changelog": "CHANGELOG.md",
"examples": "sequences.fasta",
"genomeAnnotation": "genome_annotation.gff3",
"pathogenJson": "pathogen.json",
"readme": "README.md",
Expand All @@ -51,7 +52,7 @@
"privateMutations": {
"cutoff": 25,
"enabled": true,
"typical": 10,
"typical": 15,
"weightLabeledSubstitutions": 2,
"weightReversionSubstitutions": 1,
"weightUnlabeledSubstitutions": 1
Expand Down
4,320 changes: 4,320 additions & 0 deletions data/community/v-gen-lab/dengue-lineages/all-serotypes/denv3/sequences.fasta

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"experimental": true,
"files": {
"changelog": "CHANGELOG.md",
"examples": "sequences.fasta",
"genomeAnnotation": "genome_annotation.gff3",
"pathogenJson": "pathogen.json",
"readme": "README.md",
Expand All @@ -51,7 +52,7 @@
"privateMutations": {
"cutoff": 25,
"enabled": true,
"typical": 10,
"typical": 15,
"weightLabeledSubstitutions": 2,
"weightReversionSubstitutions": 1,
"weightUnlabeledSubstitutions": 1
Expand Down
3,179 changes: 3,179 additions & 0 deletions data/community/v-gen-lab/dengue-lineages/all-serotypes/denv4/sequences.fasta

Large diffs are not rendered by default.

0 comments on commit e009a93

Please sign in to comment.