Skip to content

Commit

Permalink
profiles/upload: Add prioritized_seqs_file to config
Browse files Browse the repository at this point in the history
Follow workflows current set up to provide file paths with the
`{segment}` wildcard in the config.

Includes skeleton files for all segments of h1n1pdm, h3n2, and vic
that can be filled in as we define prioritized sequences.
  • Loading branch information
joverlee521 committed Jan 22, 2025
1 parent e84038a commit 4eb8334
Show file tree
Hide file tree
Showing 25 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions profiles/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ recency:
builds:
h1n1pdm_2y:
lineage: h1n1pdm
prioritized_seqs_file: "profiles/upload/h1n1pdm/{segment}/prioritized_seqs_file.tsv"
reference: "config/h1n1pdm/{segment}/reference.fasta"
annotation: "config/h1n1pdm/{segment}/genemap.gff"
tree_exclude_sites: "config/h1n1pdm/{segment}/exclude-sites.txt"
Expand Down Expand Up @@ -122,6 +123,7 @@ builds:
filters: --query "(passage_category != 'egg') & (is_reference == True)" --min-date {reference_min_date}
h3n2_2y:
lineage: "h3n2"
prioritized_seqs_file: "profiles/upload/h3n2/{segment}/prioritized_seqs_file.tsv"
reference: "config/h3n2/{segment}/reference.fasta"
annotation: "config/h3n2/{segment}/genemap.gff"
tree_exclude_sites: "config/h3n2/{segment}/exclude-sites.txt"
Expand Down Expand Up @@ -180,6 +182,7 @@ builds:
subsamples: *representative-subsampling-scheme
vic_2y:
lineage: vic
prioritized_seqs_file: "profiles/upload/vic/{segment}/prioritized_seqs_file.tsv"
reference: "config/vic/{segment}/reference.fasta"
annotation: "config/vic/{segment}/genemap.gff"
tree_exclude_sites: "config/vic/{segment}/exclude-sites.txt"
Expand Down
1 change: 1 addition & 0 deletions profiles/upload/h1n1pdm/ha/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/h1n1pdm/mp/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/h1n1pdm/na/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/h1n1pdm/np/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/h1n1pdm/ns/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/h1n1pdm/pa/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/h1n1pdm/pb1/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/h1n1pdm/pb2/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/h3n2/ha/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/h3n2/mp/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/h3n2/na/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/h3n2/np/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/h3n2/ns/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/h3n2/pa/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/h3n2/pb1/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/h3n2/pb2/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/vic/ha/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/vic/mp/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/vic/na/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/vic/np/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/vic/ns/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/vic/pa/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/vic/pb1/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession
1 change: 1 addition & 0 deletions profiles/upload/vic/pb2/prioritized_seqs_file.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strain accession

0 comments on commit 4eb8334

Please sign in to comment.