We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62307c commit 4605612Copy full SHA for 4605612
malariagen_data/anoph/to_plink.py
@@ -40,9 +40,8 @@ def __init__(
40
returns=("Binary Plink output files: .bed, .bim, .fam"),
41
notes="""
42
This computation may take some time to run, depending on your computing
43
- environment. Unless the `overwrite` parameter is set to `True`, results will be loaded
44
- from a previous computation, if performed, and if the `results_cache` parameter was
45
- set when instantiating the API client.
+ environment. Unless the `overwrite` parameter is set to `True`, results will be returned
+ from a previous computation, if available.
46
""",
47
)
48
def biallelic_snps_to_plink(
0 commit comments