From 574a6ef9ff61e37cce4c06df0ae30487938f4719 Mon Sep 17 00:00:00 2001 From: ydeng Date: Fri, 10 Mar 2023 15:46:33 -0600 Subject: [PATCH] Update 'README.md' Fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deee741..f8713c4 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ A simple program to remove sequences in a fasta file containing specific strings 1. Pretend `input.fasta` exists in the same folder as `fasta_filter.py` (the program file). - 2. To remove all sequences in `input.fasta` that contain `rt` in the header and output to a new file called `input_filtered.fasta`, run: `python3 ./fasta_filter input.fasta input_filtered.fasta -c rt` + 2. To remove all sequences in `input.fasta` that contain `rt` in the header and output to a new file called `input_filtered.fasta`, run: `python3 ./fasta_filter.py input.fasta input_filtered.fasta -c rt`