# HG changeset patch # User estrain # Date 1567880615 14400 # Node ID ea009bd561cd3556d65ec2f935bf8ef36d92f338 # Parent 8d7b59db3aa1825558fdc411a6f7f672ebd46d1e Uploaded diff -r 8d7b59db3aa1 -r ea009bd561cd SeqSero2_package.py --- a/SeqSero2_package.py Sat Sep 07 14:21:00 2019 -0400 +++ b/SeqSero2_package.py Sat Sep 07 14:23:35 2019 -0400 @@ -1215,7 +1215,7 @@ def judge_subspecies(fnameA,dirpath): #seqsero2 -a; judge subspecies on just forward raw reads fastq salmID_output=subprocess.Popen("SalmID.py -i "+fnameA,shell=True,stdout=subprocess.PIPE,stderr=subprocess.PIPE) - salmID_output2=subprocess.Popen("ls ..",shell=True,stdout=subprocess.PIPE,stderr=subprocess.PIPE) + salmID_output2=subprocess.Popen("ls",shell=True,stdout=subprocess.PIPE,stderr=subprocess.PIPE) out, err = salmID_output.communicate() out2, err2 = salmID_output2.communicate() out=out.decode("utf-8")