Skip to content

Commit 8b8ca92

Browse files
authored
Fix heading in splitting/ grouping (#665)
1 parent 5d6bc3d commit 8b8ca92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/side_quests/splitting_and_grouping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ You now have a workflow that can split a samplesheet, filter the normal and tumo
803803

804804
This is a common pattern in bioinformatics workflows where you need to match up samples or other types of data after processing independently, so it is a useful skill. Next, we will look at repeating a sample multiple times.
805805

806-
## 4. Spread patients over intervals
806+
## 4. Spread samples intervals
807807

808808
A key pattern in bioinformatics workflows is distributing analysis across genomic regions. For instance, variant calling can be parallelized by dividing the genome into intervals (like chromosomes or smaller regions). This parallelization strategy significantly improves pipeline efficiency by distributing computational load across multiple cores or nodes, reducing overall execution time.
809809

0 commit comments

Comments
 (0)