From 79c2ae7882675947677a342bc1091b1e18bf41fc Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 23 Mar 2021 12:23:52 -0600 Subject: [PATCH] Correct typo in fast5 logic --- ont/ont-transfer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ont/ont-transfer.sh b/ont/ont-transfer.sh index fa2d90b..c055554 100755 --- a/ont/ont-transfer.sh +++ b/ont/ont-transfer.sh @@ -15,7 +15,7 @@ fi # Find the directory we are supposed to copy # If no directory was passed, check to see if the current directory will work if [ "$FOLDERIN" = "" ]; then - if [[ -n $(find . -type d -name "fast9_pass") ]]; then + if [[ -n $(find . -type d -name "fast5_pass") ]]; then FOLDERPATH="$PWD" FOLDERNAME=$(basename "$PWD") else