Skip to content

Commit

Permalink
update trait_efo -> efo_id
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Jul 31, 2024
1 parent cc11c8a commit ce4d596
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ parameter:
--pgs_id PGS001229 # one score
--pgs_id PGS001229,PGS001405 # many scores separated by , (no spaces)
.. note:: You can also select scores associated with traits (``--trait_efo``) and
.. note:: You can also select scores associated with traits (``--efo_id``) and
publications (``--pgp_id``)

If you would like to use a custom scoring file not published in the PGS Catalog,
Expand Down
6 changes: 3 additions & 3 deletions docs/how-to/calculate_pgscatalog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ Traits
~~~~~~

If you would like to calculate every polygenic score in the Catalog for a
`trait`_, like `coronary artery disease`_, then you can use the ``--trait_efo``
`trait`_, like `coronary artery disease`_, then you can use the ``--efo_id``
parameter:

.. code-block:: console
--trait_efo EFO_0001645
--efi_id EFO_0001645
Multiple traits can be set by using a comma separated list.

Expand Down Expand Up @@ -85,7 +85,7 @@ Multiple traits can be set by using a comma separated list.
-profile <docker/singularity/conda> \
--input samplesheet.csv \
--pgs_id PGS001229 \
--trait_efo EFO_0001645 \
--efo_id EFO_0001645 \
--pgp_id PGP000001
.. note:: For more details about calculating multiple scores, see :ref:`multiple`
Expand Down

0 comments on commit ce4d596

Please sign in to comment.