Skip to content

Commit

Permalink
Merge pull request #9 from MolSSI/apiwrapper
Browse files Browse the repository at this point in the history
Final debug with live server to make release.
  • Loading branch information
Lnaden authored Feb 22, 2022
2 parents 636d3bf + 868a105 commit bb3525b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apiwrapper/qikpropservice/qplib.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def qikprop_as_a_service(filepaths: Union[str, Path, List[Union[str, Path]]],
output_tar_names=None,
fast: bool = False,
similar: int = 20,
server_uri: str = "https://qikprop.molssi.org/api",
server_uri: str = "https://qikprop.molssi.org/api/v1",
non_exist_ok: bool = False
):
"""
Expand All @@ -263,7 +263,7 @@ def qikprop_as_a_service(filepaths: Union[str, Path, List[Union[str, Path]]],
QikProp Option, Fast processing mode
similar: int, Default = 20
QikProp Option, Number of similar molecules to return
server_uri: str, Default = "https://qikprop.molssi.org/api"
server_uri: str, Default = "https://qikprop.molssi.org/api/v1"
API endpoint URI
non_exist_ok: bool, Default = False
Check if all input files exist or not, if not, an error will be raised
Expand Down

0 comments on commit bb3525b

Please sign in to comment.