Skip to content

Commit

Permalink
specify gaps to align on the right to match th nextclade dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher committed Feb 10, 2024
1 parent 6905864 commit 2198aaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/snakemake_rules/core.smk
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ checkpoint align:
{input.sequences} \
-r {input.reference} \
-m {input.annotation} \
--gap-alignment-side right \
--cds-selection {params.genes} \
--jobs {threads} \
--include-reference \
Expand Down

0 comments on commit 2198aaf

Please sign in to comment.