mirror of
https://github.com/MillironX/sc2-sequencing.git
synced 2024-12-22 03:08:17 +00:00
Correct typo in fast5 logic
This commit is contained in:
parent
1a560be81a
commit
79c2ae7882
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ fi
|
||||||
# Find the directory we are supposed to copy
|
# Find the directory we are supposed to copy
|
||||||
# If no directory was passed, check to see if the current directory will work
|
# If no directory was passed, check to see if the current directory will work
|
||||||
if [ "$FOLDERIN" = "" ]; then
|
if [ "$FOLDERIN" = "" ]; then
|
||||||
if [[ -n $(find . -type d -name "fast9_pass") ]]; then
|
if [[ -n $(find . -type d -name "fast5_pass") ]]; then
|
||||||
FOLDERPATH="$PWD"
|
FOLDERPATH="$PWD"
|
||||||
FOLDERNAME=$(basename "$PWD")
|
FOLDERNAME=$(basename "$PWD")
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue