Skip to content

Commit

Permalink
Rename rule to describe what it does instead of the internal tool it …
Browse files Browse the repository at this point in the history
…uses.

The purpose of this rule is to align sequences to an E gene reference sequence
and extract the E gene region, if any. The rule is renamed to reflect this.
  • Loading branch information
j23414 committed May 2, 2024
1 parent ab5dff4 commit 6a5cd62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phylogenetic/rules/prepare_sequences_E.smk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This part of the workflow usually includes the following steps:
See Augur's usage docs for these commands for more details.
"""

ruleorder: nextclade3_cut_E > decompress
ruleorder: align_and_extract_E > decompress
ruleorder: filter_E > align

rule generate_E_reference_files:
Expand All @@ -37,7 +37,7 @@ rule generate_E_reference_files:
--gene {params.gene}
"""

rule nextclade3_cut_E:
rule align_and_extract_E:
"""
Cutting sequences to the length of the E gene reference sequence
"""
Expand Down

0 comments on commit 6a5cd62

Please sign in to comment.