Skip to content

Commit

Permalink
docs: redo updates the user_files docstring to include BCF.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajwanir2 committed Sep 25, 2024
1 parent 37de67c commit 58ed006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cgr_gwas_qc/models/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class Config(BaseModel):
user_files: UserFiles = Field(
...,
description="User file namespace. "
"User files include the user provided genotype data in BCF, IDAT/GTC, PED/MAP, BED/BIM/FAM formats.",
"User files include the user provided genotype data in BCF, IDAT/GTC, PED/MAP or BED/BIM/FAM formats.",
)

software_params: SoftwareParams = Field(
Expand Down

0 comments on commit 58ed006

Please sign in to comment.