Skip to content

Commit

Permalink
Update iseq
Browse files Browse the repository at this point in the history
  • Loading branch information
BioOmics authored May 5, 2024
1 parent 46d02cb commit d936568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/iseq
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Optional parameters:
-v, --version Show the script version.
See example:
https://github.com/BioOmics/iSeq/blob/main/doc/example.md
https://github.com/BioOmics/iSeq/blob/main/docs/Examples.md
More information:
https://github.com/BioOmics/iSeq
Expand Down Expand Up @@ -832,4 +832,4 @@ if [[ $? -eq 0 ]]; then
total_equals=$(( ($(tput cols) - ${#input} - 22) / 2 ))
equals=$(printf "%-${total_equals}s" "=")
echo "${equals// /=}${input} download finished${equals// /=}"
fi
fi

0 comments on commit d936568

Please sign in to comment.