syedislamuddin commited on
Commit
0fdddcb
·
1 Parent(s): 815f6e5

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def ForeCastBE(target_seq,method,select_method):
130
  b +='import forecast_be\n'
131
  b+="forecast_be.predict_batch_fasta("+"'"+fname+"'"+",editor="+"'"+Editor+"'"+",output_path="+"'"+res_fname+"'"+",mean="+mean1+",std="+std1+")\n"
132
 
133
- f = open("pytest1.py", "w")
134
  f.write(str(b))
135
  f.close()
136
  command2 = 'python '+ "pytest1.py"
 
130
  b +='import forecast_be\n'
131
  b+="forecast_be.predict_batch_fasta("+"'"+fname+"'"+",editor="+"'"+Editor+"'"+",output_path="+"'"+res_fname+"'"+",mean="+mean1+",std="+std1+")\n"
132
 
133
+ f = open(cwd+"pytest1.py", "w")
134
  f.write(str(b))
135
  f.close()
136
  command2 = 'python '+ "pytest1.py"