Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HIV-1 followup #194

Merged
merged 12 commits into from
May 6, 2024
3 changes: 2 additions & 1 deletion data/community/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"dataset_order": [
"community/isuvdl/mazeller/prrsv2/orf5/yimim2023",
"community/neherlab/hiv-1"
"community/neherlab/hiv-1",
"community/neherlab/hiv-1/hxb2"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| authors | [Richard Neher (U Basel)](https://neherlab.org), [Thomas Leitner (LANL)](https://public.lanl.gov/tkl/) |
| data source | LANL database and Genbank |
| workflow | [github.com/neherlab/HIV-nextclade](https://github.com/neherlab/HIV-nextclade) |
| nextclade dataset path | neherlab/HIV-1 |
| nextclade dataset path | community/neherlab/hiv-1/hxb2 |
| reference | [NC_001802](https://www.ncbi.nlm.nih.gov/nuccore/NC_001802) |

This Nextclade data set aligns sequences to the HXB2 reference and finds the closest match in a reference tree build from the [2021 Super filtered Alignment](https://www.hiv.lanl.gov/content/sequence/NEWALIGN/help.html#filter) provided by LANL.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"deprecated": false,
"enabled": true,
"experimental": false,
"experimental": true,
"files": {
"pathogenJson": "pathogen.json",
"changelog": "CHANGELOG.md",
Expand Down Expand Up @@ -66,5 +66,14 @@
"scoreWeight": 40
}
},
"schemaVersion": "3.0.0"
}
"schemaVersion": "3.0.0",
"attributes": {
"name": "HIV-1 (HXB2)",
"reference accession": "NC_001802",
"reference name": "HIV-1, strain HXB2",
"experimental": true
},
"shortcuts": [
"neherlab/hiv-1"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| authors | [Richard Neher (U Basel)](https://neherlab.org), [Thomas Leitner (LANL)](https://public.lanl.gov/tkl/) |
| data source | LANL database and Genbank |
| workflow | [github.com/neherlab/HIV-nextclade](https://github.com/neherlab/HIV-nextclade) |
| nextclade dataset path | neherlab/HIV-1 |
| nextclade dataset path | community/neherlab/hiv-1/hxb2 |
| reference | [NC_001802](https://www.ncbi.nlm.nih.gov/nuccore/NC_001802) |

This Nextclade data set aligns sequences to the HXB2 reference and finds the closest match in a reference tree build from the [2021 Super filtered Alignment](https://www.hiv.lanl.gov/content/sequence/NEWALIGN/help.html#filter) provided by LANL.
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
],
"deprecated": false,
"enabled": true,
"experimental": false,
"experimental": true,
"files": {
"pathogenJson": "pathogen.json",
"changelog": "CHANGELOG.md",
Expand Down Expand Up @@ -85,6 +85,15 @@
}
},
"schemaVersion": "3.0.0",
"attributes": {
"name": "HIV-1 (HXB2)",
"reference accession": "NC_001802",
"reference name": "HIV-1, strain HXB2",
"experimental": true
},
"shortcuts": [
"neherlab/hiv-1"
],
"version": {
"tag": "unreleased",
"compatibility": {
Expand Down
11 changes: 10 additions & 1 deletion data_output/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2432,8 +2432,17 @@
}
},
{
"path": "community/neherlab/hiv-1",
"path": "community/neherlab/hiv-1/hxb2",
"shortcuts": [
"neherlab/hiv-1"
],
"enabled": true,
"attributes": {
"name": "HIV-1 (HXB2)",
"reference accession": "NC_001802",
"reference name": "HIV-1, strain HXB2",
"experimental": true
},
"files": {
"pathogenJson": "pathogen.json",
"changelog": "CHANGELOG.md",
Expand Down
2 changes: 1 addition & 1 deletion data_output/minimizer_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -85835,7 +85835,7 @@
"nMinimizers": 44
},
{
"name": "community/neherlab/hiv-1",
"name": "community/neherlab/hiv-1/hxb2",
"length": 9181,
"nMinimizers": 544
},
Expand Down