Skip to content

Commit 4605612

Browse files
Update malariagen_data/anoph/to_plink.py
Co-authored-by: Alistair Miles <[email protected]>
1 parent c62307c commit 4605612

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

malariagen_data/anoph/to_plink.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ def __init__(
4040
returns=("Binary Plink output files: .bed, .bim, .fam"),
4141
notes="""
4242
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.
43+
environment. Unless the `overwrite` parameter is set to `True`, results will be returned
44+
from a previous computation, if available.
4645
""",
4746
)
4847
def biallelic_snps_to_plink(

0 commit comments

Comments
 (0)