Skip to content

Commit 7798d15

Browse files
committed
rename log fdogs.run
1 parent 03c9038 commit 7798d15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fdog/runMulti.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def main():
332332

333333
### START
334334
Path(outpath).mkdir(parents=True, exist_ok=True)
335-
multiLog = open(outpath + '/' + jobName + '_log.txt', "w")
335+
multiLog = open(outpath + '/' + jobName + '_runtime.txt', "w")
336336

337337
print('PID %s - Jobname %s'% (str(os.getpid()), jobName))
338338
multiLog.write('PID %s - Jobname %s\n'% (str(os.getpid()), jobName))

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name="fdog",
29-
version="0.1.9",
29+
version="0.1.10",
3030
python_requires='>=3.7.0',
3131
description="Feature-aware Directed OrtholoG search tool",
3232
long_description=long_description,

0 commit comments

Comments
 (0)