From f276a8e3c1c18a4476b8e7bdc9f74b7d64e81670 Mon Sep 17 00:00:00 2001 From: JoseEspinosa Date: Mon, 13 May 2024 11:56:03 +0200 Subject: [PATCH] Rename samplesheet_fasta example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f761a37..63e8fac 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Steps that follow can be skipped with `--skip_downstream` in batch analysis. First, prepare a samplesheet with your input data that looks as follows: -```csv title="samplesheet.csv" +```csv title="samplesheet_fasta.csv" id,fasta BicD2,data/bicd2.fasta ```