From fefef829217d41f2d67864b08346ccc3a53615ba Mon Sep 17 00:00:00 2001 From: Wouter De Coster Date: Wed, 18 Feb 2026 12:02:42 +0100 Subject: [PATCH] Update script commands in README.md to use .sh --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acc0c77..a707698 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ chmod +x script.sh #### Example: ``` -./needLR_v3.5_basic -g /file/path/to/reference/genome.fa -l /file/path/to/vcf_list.txt +./needLR_v3.5_basic.sh -g /file/path/to/reference/genome.fa -l /file/path/to/vcf_list.txt ``` ## RUN needLR_v3.5_annotate_bed @@ -123,7 +123,7 @@ chmod +x script.sh #### Example: ``` -./needLR_v3.5_annotate_bed -g /file/path/to/reference/genome.fa -b /file/path/to/bed_list.txt +./needLR_v3.5_annotate_bed.sh -g /file/path/to/reference/genome.fa -b /file/path/to/bed_list.txt ``` ## RUN needLR_v3.5_duo