Skip to content

Commit

Permalink
updated the README and the wrapper for better syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dinabandhu50 committed Jul 9, 2021
1 parent 0ac51a7 commit d945330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ padeldescriptor(waitingjobs=10)
# to set the maximum number of threads used
padeldescriptor(threads=2)

# to prevent the padel-splash from screen
# to prevents padel-splash image from loading.
padeldescriptor(headless=True)

```
Expand Down
2 changes: 1 addition & 1 deletion padelpy/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def padeldescriptor(maxruntime: int = -1, waitingjobs: int = -1,
tautomerlist: str = None,
usefilenameasmolname: bool = False,
sp_timeout: int = None,
headless :bool = True,
headless: bool = True,
) -> None:
''' padeldescriptor: complete wrapper for PaDEL-Descriptor descriptor/
fingerprint generation software
Expand Down

0 comments on commit d945330

Please sign in to comment.