We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaba6de commit e823fb3Copy full SHA for e823fb3
bin/iseq
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
# Author: BioOmics (https://github.com/BioOmics)
3
-# Last modified: 2025-03-14
+# Last modified: 2025-04-02
4
# =======================================
5
function CheckSoftware(){
6
local software1=$1
@@ -98,7 +98,7 @@ while [[ $# -gt 0 ]]; do
98
-a|--aspera) aspera=1 ; shift 1 ;;
99
-o|--output) checkParameter $1 $2; if [[ $? -eq 0 ]]; then output=$2;shift 2; fi ;;
100
-h|--help) usage; exit 0 ;;
101
- -v|--version) echo "Version 1.7.0"; exit 0 ;;
+ -v|--version) echo "Version 1.8.0"; exit 0 ;;
102
*) 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 ;;
103
esac
104
done
0 commit comments