Skip to content

Commit 057a04b

Browse files
authored
Update iseq
1 parent e19d49f commit 057a04b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/iseq

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# Author: BioOmics (https://github.com/BioOmics)
3-
# Last modified: 2024-12-16
3+
# Last modified: 2024-12-26
44
# =======================================
55
function CheckSoftware(){
66
local software1=$1
@@ -18,9 +18,9 @@ function CheckSoftware(){
1818
CheckSoftware wget wget
1919
CheckSoftware axel axel
2020
CheckSoftware pigz pigz
21-
CheckSoftware ascp aspera-cli=4.14.0
21+
CheckSoftware ascp "aspera-cli=4.14.0"
2222
CheckSoftware md5sum coreutils
23-
CheckSoftware srapath sra-tools>=2.11.0
23+
CheckSoftware srapath "sra-tools>=2.11.0"
2424
CheckSoftware vdb-validate sra-tools
2525
# =======================================
2626

@@ -98,7 +98,7 @@ while [[ $# -gt 0 ]]; do
9898
-a|--aspera) aspera=1 ; shift 1 ;;
9999
-o|--output) checkParameter $1 $2; if [[ $? -eq 0 ]]; then output=$2;shift 2; fi ;;
100100
-h|--help) usage; exit 0 ;;
101-
-v|--version) echo "Version 1.4.0"; exit 0 ;;
101+
-v|--version) echo "Version 1.5.0"; exit 0 ;;
102102
*) echo -e "\033[1;31mError\033[0m: Invalid option: $1"; echo -e "\033[1;32mHow to solve?\033[0m Please remove $1 option"; exit 1 ;;
103103
esac
104104
done

0 commit comments

Comments
 (0)