We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c9038 commit 7798d15Copy full SHA for 7798d15
fdog/runMulti.py
@@ -332,7 +332,7 @@ def main():
332
333
### START
334
Path(outpath).mkdir(parents=True, exist_ok=True)
335
- multiLog = open(outpath + '/' + jobName + '_log.txt', "w")
+ multiLog = open(outpath + '/' + jobName + '_runtime.txt', "w")
336
337
print('PID %s - Jobname %s'% (str(os.getpid()), jobName))
338
multiLog.write('PID %s - Jobname %s\n'% (str(os.getpid()), jobName))
setup.py
@@ -26,7 +26,7 @@
26
27
setup(
28
name="fdog",
29
- version="0.1.9",
+ version="0.1.10",
30
python_requires='>=3.7.0',
31
description="Feature-aware Directed OrtholoG search tool",
32
long_description=long_description,
0 commit comments