From 36ecc17bae054ffe58ce75469f5bed37c88070a8 Mon Sep 17 00:00:00 2001 From: Charles Plessy Date: Tue, 21 May 2024 11:50:49 +0900 Subject: [PATCH] pick file name that does not look like unassembled reads --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50d84ca..01532d8 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ First, prepare a samplesheet with your input data that looks as follows: ```csv sample,fasta -Query_1,AEG588A1_S1_L002_R1_001.fasta +Query_1,path-to-your-query-genome-file.fasta ``` Each row represents a fasta file, this can also contain multiple rows to accomodate multiple query genomes in fasta format.