You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/examples.rst
+13
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,19 @@ Then you submit the job:
159
159
160
160
sbatch run_sunbeam.sh
161
161
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:
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.
0 commit comments