Skip to content

Commit c562106

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

malariagen_data/anoph/to_plink.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ def __init__(
3737
The `overwrite` parameter, set to true, will enable overwrite of data with the same
3838
SNP selection parameter values.
3939
""",
40-
returns=("Binary Plink output files: .bed, .bim, .fam"),
40+
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+
""",
4145
notes="""
4246
This computation may take some time to run, depending on your computing
4347
environment. Unless the `overwrite` parameter is set to `True`, results will be returned

0 commit comments

Comments
 (0)