Skip to content

Commit e2f07da

Browse files
committed
pin pyhmmer to v0.11; update gh workflow; muscle cmd in fdogA
1 parent 0a87f63 commit e2f07da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fdog/fDOGassembly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ def blockProfiles(core_path, group, mode, out, msaTool):
960960
check_path(fasta_path)
961961
if msaTool == "muscle":
962962
if align_fn.get_muscle_version(msaTool) == 'v3':
963-
print("muscle -quiet -in " + fasta_path + " -out " + msa_path)
963+
cmd = "muscle -quiet -in " + fasta_path + " -out " + msa_path
964964
else:
965965
cmd = "muscle -quiet -align " + fasta_path + " -output " + msa_path
966966
elif msaTool == "mafft-linsi":

0 commit comments

Comments
 (0)