Skip to content

Commit

Permalink
Try building all gene trees
Browse files Browse the repository at this point in the history
An example commit for building all gene trees. Uncertain if this is useful.
  • Loading branch information
j23414 committed Jun 4, 2024
1 parent 7090df1 commit ae45506
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion phylogenetic/Snakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
configfile: "defaults/config_zika.yaml"

genes = ['genome', 'ENV']
genes = ['genome', 'ENV', 'CA', 'PRO', 'MP', 'NS1', 'NS2A', 'NS2B', 'NS3', 'NS4A', '2K', 'NS4B', 'NS5']

wildcard_constraints:
gene = "|".join(genes)
Expand Down
11 changes: 11 additions & 0 deletions phylogenetic/defaults/config_zika.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ filter:
min_length:
genome: 5385
ENV: 1000
CA: 120
PRO: 90
MP: 70
NS1: 350
NS2A: 220
NS2B: 130
NS3: 610
NS4A: 120
2K: 23
NS4B: 250
NS5: 903

refine:
coalescent: "opt"
Expand Down

0 comments on commit ae45506

Please sign in to comment.