Mercurial > repos > estrain > seqsero2_v1_0_1
changeset 26:2bc92eaf2844
Uploaded
author | estrain |
---|---|
date | Sat, 07 Sep 2019 14:13:54 -0400 |
parents | 55d2ec45737f |
children | 4a709def2980 |
files | SeqSero2_package.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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")