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 23d8c3a commit c562106Copy full SHA for c562106
malariagen_data/anoph/to_plink.py
@@ -37,7 +37,11 @@ def __init__(
37
The `overwrite` parameter, set to true, will enable overwrite of data with the same
38
SNP selection parameter values.
39
""",
40
- returns=("Binary Plink output files: .bed, .bim, .fam"),
+ returns="""
41
+ Base path to files containing binary Plink output files. Append .bed,
42
+ .bim or .fam to obtain paths for the binary genotype table file, variant
43
+ information file and sample information file respectively.
44
+ """,
45
notes="""
46
This computation may take some time to run, depending on your computing
47
environment. Unless the `overwrite` parameter is set to `True`, results will be returned
0 commit comments