Skip to content

Commit 0001810

Browse files
committed
fixing command line
1 parent 641b43d commit 0001810

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: phylophlan/phylophlan_write_config_file.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
'Claudia Mengoni ([email protected]),'
77
'Mattia Bolzan ([email protected]), '
88
'Nicola Segata ([email protected])')
9-
__version__ = '3.0.15'
10-
__date__ = '19 May 2020'
9+
__version__ = '3.0.16'
10+
__date__ = '21 August 2020'
1111

1212

1313
import os
@@ -425,7 +425,7 @@ def phylophlan_write_config_file():
425425
'output_path': '-w',
426426
'output': '-n',
427427
'version': '-v',
428-
'command_line': '#program_name# #params# #threads# #database# #output_path# #input# #output#'}
428+
'command_line': '#program_name# #params# #threads# #output_path# #input# #output#'}
429429

430430
if not rb:
431431
tree1['threads'] = '-T'

0 commit comments

Comments
 (0)