Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update usage.rst #499

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,12 +284,17 @@ Running
To run Sunbeam, make sure you've activated the sunbeam environment. Then run:

.. code-block:: shell

sunbeam run --profile path/to/project/

There are many options that you can use to determine which outputs you want. By default, if nothing is specified, this runs the entire pipeline. However, each section is broken up into subsections that can be called individually, and will only execute the steps necessary to get their outputs. These are specified after the command above and consist of the following:

* ``all_qc``: basic quality control on all reads
* ``all_decontam``: quality control and host read removal on all samples
* ``all_assembly``: assemble contigs on all samples
* ``all_mapping``: map all samples to target genomes
* ``all_classify``: taxonomic classification on all samples
* ``all_annontate``: annotate contigs on all samples

To use one of these options, simply run it like so:

Expand Down
Loading