Skip to content

Commit

Permalink
Automatically drop is_lab_host=true records during phylogenetic workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Dec 18, 2024
1 parent a56685a commit 4acba65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phylogenetic/rules/prepare_sequences.smk
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ rule filter:
--group-by {params.group_by} \
--sequences-per-group {params.sequences_per_group} \
--min-length {params.min_length} \
--exclude-where country=? region=? date=? \
--exclude-where country=? region=? date=? is_lab_host='true' \
--query-columns is_lab_host:str
"""

rule align:
Expand Down

0 comments on commit 4acba65

Please sign in to comment.