Skip to content

Commit

Permalink
--addprofile added, doesn't break even if one seq
Browse files Browse the repository at this point in the history
  • Loading branch information
aineniamh committed May 3, 2020
1 parent d1d0e6e commit a6bce9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pangolin/scripts/assign_query_lineage.smk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rule profile_align_query:
output:
temp(config["tempdir"] + "/{query}.aln.fasta")
shell:
"mafft --add {input.query:q} {input.aln:q} > {output:q}"
"mafft --addprofile {input.query:q} {input.aln:q} > {output:q}"

rule iqtree_with_guide_tree:
input:
Expand Down

0 comments on commit a6bce9f

Please sign in to comment.