From 35fb715ddc65332f936fe91fea305e0a6e292ad3 Mon Sep 17 00:00:00 2001 From: Luis Oliveira <33187580+mehr-licht@users.noreply.github.com> Date: Sun, 7 Mar 2021 20:14:29 +0100 Subject: [PATCH] Fix README usage of usefilenameasmolname --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32da5b1..83c17f4 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ padeldescriptor(standardizetautomers=True) padeldescriptor(tautomerlist='\\path\\to\\tautomers\\') # to use filenames as molecule names -padeldescriptor(usefilenamesasmolname=True) +padeldescriptor(usefilenameasmolname=True) # to set the maximum number of compounds in a resulting descriptors file padeldescriptor(maxcpdperfile=32)