Skip to content

Commit

Permalink
updating clades, adding human Missouri sequence to include files
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmoncla committed Sep 17, 2024
1 parent 0ddee36 commit 97de0b4
Show file tree
Hide file tree
Showing 9 changed files with 1,718 additions and 10 deletions.
10 changes: 4 additions & 6 deletions Snakefile.clades
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
include: "Snakefile"


rule update_clades:
message: "Finding new h5n1 strains and annotating their clades with LABEL"
shell:
"""
python clade-labeling/update-clades.py \
--metadata data/metadata_h5n1.tsv \
--sequences data/sequences_h5n1_ha.fasta \
--metadata results/h5n1/metadata.tsv \
--sequences results/h5n1/ha/sequences.fasta \
--clades_file clade-labeling/h5n1-clades.tsv \
--subtype h5n1 \

python clade-labeling/update-clades.py \
--metadata data/metadata_h5nx.tsv \
--sequences data/sequences_h5nx_ha.fasta \
--metadata results/h5nx/metadata.tsv \
--sequences results/h5nx/ha/sequences.fasta \
--clades_file clade-labeling/h5nx-clades.tsv \
--subtype h5nx
"""
811 changes: 811 additions & 0 deletions clade-labeling/h5n1-clades.tsv

Large diffs are not rendered by default.

894 changes: 894 additions & 0 deletions clade-labeling/h5nx-clades.tsv

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions config/h5n1/dropped_strains_h5n1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ A/egret/Korea/22WC603/2023
A/chicken/Poland/003/2020
A/chicken/Scotland/128320/2023
A/Tuftedduck/Netherlands/1/2023
A/teal/Nuble/2335162/2023


# Duplicated entries in GISAID
Expand Down
3 changes: 2 additions & 1 deletion config/h5n1/include_strains_h5n1_2y.txt
Original file line number Diff line number Diff line change
Expand Up @@ -327,4 +327,5 @@ A/turkey/Wisconsin/24000378002original/2024
A/turkey/Wisconsin/24000378003original/2024
A/turkeyvulture/California/24007419001/2024
A/westerngull/California/24004708001/2024
A/woodduck/Mississippi/24004235001/2024
A/woodduck/Mississippi/24004235001/2024
A/Missouri/121/2024
3 changes: 2 additions & 1 deletion config/h5n1/include_strains_h5n1_all-time.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ A/feline/USA/24009311006original/2024
A/feline/USA/24008764002original/2024
A/feline/USA/23037332001original/2023
A/feline/USA/24008850002original/2024
A/feline/USA/24009311004original/2024
A/feline/USA/24009311004original/2024
A/Missouri/121/2024
2 changes: 1 addition & 1 deletion config/h5nx/dropped_strains_h5nx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A/egret/Korea/22WC603/2023
A/chicken/Poland/003/2020
A/chicken/Scotland/128320/2023
A/Tuftedduck/Netherlands/1/2023

A/teal/Nuble/2335162/2023


# Duplicated entries in GISAID
Expand Down
1 change: 1 addition & 0 deletions config/h5nx/include_strains_h5nx_2y.txt
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,4 @@ A/turkey/Wisconsin/24000378003original/2024
A/turkeyvulture/California/24007419001/2024
A/westerngull/California/24004708001/2024
A/woodduck/Mississippi/24004235001/2024
A/Missouri/121/2024
3 changes: 2 additions & 1 deletion config/h5nx/include_strains_h5nx_all-time.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ A/goat/Minnesota/24007234006original/2024
A/goat/Minnesota/24007234009original/2024
A/goat/Minnesota/24007234003original/2024
A/Texas/37/2024
A/StateofMexico/INERINF645/2024
A/StateofMexico/INERINF645/2024
A/Missouri/121/2024

0 comments on commit 97de0b4

Please sign in to comment.