-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating clades, adding human Missouri sequence to include files
- Loading branch information
lhmoncla
committed
Sep 17, 2024
1 parent
0ddee36
commit 97de0b4
Showing
9 changed files
with
1,718 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
""" |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters