Skip to content

Commit

Permalink
Set defaultCds to the E gene
Browse files Browse the repository at this point in the history
Since dengue sequences seem to contain many mutations - too many for the browser
SVG engine to render efficiently in Nextclade's sequence views - we will set the
default CDS to display to the E gene as the "main" gene of interest.

Viewing the full genome and other gene/CDS regions can still be displayed by selection
from the dropdown menu at the top.

Flagged by the following comment:

nextstrain/nextclade_data#203 (comment)
  • Loading branch information
j23414 committed May 30, 2024
1 parent 61c6c65 commit 3bd63f6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion nextclade/resources/all/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@
"schemaVersion": "3.0.0",
"version": {
"tag": "unreleased"
}
},
"defaultCds": "E"
}
3 changes: 2 additions & 1 deletion nextclade/resources/denv1/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@
"schemaVersion": "3.0.0",
"version": {
"tag": "unreleased"
}
},
"defaultCds": "E"
}
3 changes: 2 additions & 1 deletion nextclade/resources/denv2/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@
"schemaVersion": "3.0.0",
"version": {
"tag": "unreleased"
}
},
"defaultCds": "E"
}
3 changes: 2 additions & 1 deletion nextclade/resources/denv3/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@
"schemaVersion": "3.0.0",
"version": {
"tag": "unreleased"
}
},
"defaultCds": "E"
}
3 changes: 2 additions & 1 deletion nextclade/resources/denv4/pathogen.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@
"schemaVersion": "3.0.0",
"version": {
"tag": "unreleased"
}
},
"defaultCds": "E"
}

0 comments on commit 3bd63f6

Please sign in to comment.