Skip to content

Commit

Permalink
minor touchup
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Feb 9, 2024
1 parent 9bdbe8b commit 35334c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/f5c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 35334c0

Please sign in to comment.