Skip to content

Commit

Permalink
Final debug with live server to make release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnaden committed Feb 22, 2022
1 parent 3859dee commit 868a105
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 868a105

Please sign in to comment.