Skip to content

Commit 922468d

Browse files
committed
added option to specify genome version
1 parent 659c87a commit 922468d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dcc2/parseOrthoxml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def main():
8585
jobName = args.jobName
8686
ver = args.version
8787
if ver == '':
88-
ver = date.today().strftime("%y%m")
88+
ver = datetime.today().strftime("%y%m")
8989
cpus = args.cpus
9090

9191
start = time.time()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name="dcc2",
30-
version="0.3.1",
30+
version="0.3.2",
3131
python_requires='>=3.7.0',
3232
description="Dynamic core ortholog compilation tool",
3333
long_description=long_description,

0 commit comments

Comments
 (0)