From c0ab8c0a687b47bc138ed208f3bf1ed9509960a2 Mon Sep 17 00:00:00 2001 From: Gregory Owens <5419829+owensgl@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:31:57 -0800 Subject: [PATCH] Update lab_5.md --- labs/lab_5.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/lab_5.md b/labs/lab_5.md index b85947953..74f4b9725 100644 --- a/labs/lab_5.md +++ b/labs/lab_5.md @@ -189,8 +189,8 @@ of basepairs in each contig. ### Activity - Sometimes you will want to extract the sequence from a specific region of the genome. You can do this using samtools faidx. Figure out how to output the region NC_001135.5:10030-10130. -- Other times, you'll want to work on only a subset of chromosomes. Find the two longest chromosomes -and output only those two chromosomes to a separate fasta file. +- Other times, you'll want to work on only a subset of chromosomes. Write a script that finds the two longest chromosomes +and outputs only those two chromosomes to a separate fasta file. ***