# HG changeset patch # User estrain # Date 1567880034 14400 # Node ID 2bc92eaf2844496ced1f951ee14627d9a24c6645 # Parent 55d2ec45737f14e39533648e4b955f0d47de6da0 Uploaded diff -r 55d2ec45737f -r 2bc92eaf2844 SeqSero2_package.py --- a/SeqSero2_package.py Sat Sep 07 14:08:55 2019 -0400 +++ b/SeqSero2_package.py Sat Sep 07 14:13:54 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")