From 35334c0dac58b23e07daae95a93d32785364bf9c Mon Sep 17 00:00:00 2001 From: Hasindu Gamaarachchi Date: Fri, 9 Feb 2024 23:07:43 +1100 Subject: [PATCH] minor touchup --- src/f5c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/f5c.c b/src/f5c.c index bb0318f3..319ca4c8 100644 --- a/src/f5c.c +++ b/src/f5c.c @@ -125,7 +125,7 @@ int8_t pore_detect(slow5_file_t *sp){ return 0; } if (strstr(kit,"114")!=NULL){ - pore = OPT_PORE_RNA004; + pore = OPT_PORE_R10; } else if (strstr(kit,"rna004")!=NULL){ pore = OPT_PORE_RNA004; } else {