Skip to content

Commit 76ec41b

Browse files
committed
Add skip example
1 parent c27d3fa commit 76ec41b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/examples.rst

+13
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,19 @@ Then you submit the job:
159159
160160
sbatch run_sunbeam.sh
161161
162+
Skipping the QC and Decontamination
163+
===================================
164+
165+
This time you're coming at sunbeam with a data set that you have already run QC on and removed host reads from. You want to run the assembly pipeline on this data. Your data is paired end and lives in a directory called ``/data``. Run:
166+
167+
.. code-block:: bash
168+
169+
sunbeam extend https://github.com/sunbeam-labs/sbx_assembly
170+
sunbeam init --data_fp /data/ /projects/my_project/
171+
sunbeam run --profile /projects/my_project --skip decontam all_assembly
172+
173+
Once this run completes, you will have a directory called ``/projects/my_project/sunbeam_output/`` that contains all of the output from the run. Look in ``/projects/my_project/sunbeam_output/assembly/contigs/`` for the assembled contigs.
174+
162175
Running on AWS Batch with AWS S3 Data
163176
======================================
164177

0 commit comments

Comments
 (0)