Skip to content

Commit

Permalink
Use phylogenetic/scripts directory
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Jul 8, 2024
1 parent cade1fe commit 12c35e4
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions nextclade/rules/export.smk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rule colors:
colors = "results/colors_{serotype}.tsv"
shell:
"""
python3 ../phylogenetic/bin/assign-colors.py \
python3 ../phylogenetic/scripts/assign-colors.py \
--color-schemes {input.color_schemes} \
--ordering {input.color_orderings} \
--metadata {input.metadata} \
Expand Down Expand Up @@ -169,7 +169,7 @@ rule final_strain_name:
display_strain_field=config.get("display_strain_field", "strain"),
shell:
"""
python3 ../phylogenetic/bin/set_final_strain_name.py \
python3 ../phylogenetic/scripts/set_final_strain_name.py \
--metadata {input.metadata} \
--metadata-id-columns {params.strain_id} \
--input-auspice-json {input.auspice_json} \
Expand Down
4 changes: 2 additions & 2 deletions phylogenetic/rules/export.smk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rule colors:
colors = "results/colors_{serotype}.tsv"
shell:
"""
python3 bin/assign-colors.py \
python3 scripts/assign-colors.py \
--color-schemes {input.color_schemes} \
--ordering {input.color_orderings} \
--metadata {input.metadata} \
Expand Down Expand Up @@ -171,7 +171,7 @@ rule final_strain_name:
display_strain_field=config.get("display_strain_field", "strain"),
shell:
"""
python3 bin/set_final_strain_name.py \
python3 scripts/set_final_strain_name.py \
--metadata {input.metadata} \
--metadata-id-columns {params.strain_id} \
--input-auspice-json {input.auspice_json} \
Expand Down
2 changes: 1 addition & 1 deletion phylogenetic/rules/prepare_sequences_E.smk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rule generate_E_reference_files:
gene = "E",
shell:
"""
python3 bin/newreference.py \
python3 scripts/newreference.py \
--reference {input.reference} \
--output-fasta {output.fasta} \
--output-genbank {output.genbank} \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 12c35e4

Please sign in to comment.