Skip to content

Commit

Permalink
Update 04_alignment_file_processing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mistrm82 authored May 22, 2024
1 parent edb94b2 commit 85a2048
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lessons/04_alignment_file_processing.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ The components of this command are:
* `--SORT_ORDER coordinate` Sort the output file by **coordinates**
* `--CREATE_INDEX true` Setting the `CREATE_INDEX` equal to `true` will create an index of the final BAM output. The index creation can also be accomplished by using the `BuildBamIndex` command within `Picard`, but this `CREATE_INDEX` functionality is built into many `Picard` functions, so you can often use it at the last stage of processing your BAM file to save having to run `BuildBamIndex` after.

Now this script is all set to run! Go ahead and save and quit.
Go ahead and save and quit. **Don't run it just yet!**

<details>
<summary><b>Click here to see what our final <code>sbatch</code>code script for the normal sample should look like</b></summary>
Expand Down Expand Up @@ -658,6 +658,8 @@ squeue -u $USER
sbatch picard_alignment_processing_normal.sbatch
sbatch picard_alignment_processing_tumor.sbatch
```

> **NOTE:** These scripts will take ~2 hours for each to run!
[Next Lesson >>](05_alignment_QC.md)

Expand Down

0 comments on commit 85a2048

Please sign in to comment.