Skip to content

Commit 6fb9f06

Browse files
author
Elizabeth McDaniel
committed
updates to r script and single marker mafft/muscle fixes, fixes #31
1 parent b5ee4c7 commit 6fb9f06

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

bin/groups.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

bin/single-marker-phylogeny

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ fastas = glob.glob(prots)
260260
for fasta in fastas:
261261
outname = os.path.basename(fasta).replace(".faa", "").strip().splitlines()[0]
262262
output= OUTPUT + "/results/"+outname+".aln"
263-
musc_cmd = ["muscle","-quiet","-in",fasta,"-out",output]
263+
musc_cmd = ["mafft","-quiet",fasta,">",output]
264264
subprocess.call(musc_cmd)
265265

266266
# Make tree

0 commit comments

Comments
 (0)