Skip to content

Commit

Permalink
Merge pull request #1523: Update docs for augur curate
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Jul 9, 2024
2 parents 25be480 + 09e2cc6 commit 493baeb
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/usage/cli/curate/abbreviate-authors.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
==================
abbreviate-authors
==================

.. argparse::
:module: augur
:func: make_parser
:prog: augur
:path: curate abbreviate-authors
9 changes: 9 additions & 0 deletions docs/usage/cli/curate/apply-geolocation-rules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
=======================
apply-geolocation-rules
=======================

.. argparse::
:module: augur
:func: make_parser
:prog: augur
:path: curate apply-geolocation-rules
9 changes: 9 additions & 0 deletions docs/usage/cli/curate/apply-record-annotations.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
========================
apply-record-annotations
========================

.. argparse::
:module: augur
:func: make_parser
:prog: augur
:path: curate apply-record-annotations
9 changes: 7 additions & 2 deletions docs/usage/cli/curate/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ We will continue to add more subcommands as we identify other common data curati
.. toctree::
:maxdepth: 1

passthru
normalize-strings
titlecase
format-dates
passthru
titlecase
apply-geolocation-rules
apply-record-annotations
abbreviate-authors
parse-genbank-location
transform-strain-name

9 changes: 9 additions & 0 deletions docs/usage/cli/curate/parse-genbank-location.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
======================
parse-genbank-location
======================

.. argparse::
:module: augur
:func: make_parser
:prog: augur
:path: curate parse-genbank-location
9 changes: 9 additions & 0 deletions docs/usage/cli/curate/transform-strain-name.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
=====================
transform-strain-name
=====================

.. argparse::
:module: augur
:func: make_parser
:prog: augur
:path: curate transform-strain-name

0 comments on commit 493baeb

Please sign in to comment.