From eddec7a07c8e574cbf1a84b8dc99eea874395f40 Mon Sep 17 00:00:00 2001 From: Guoyi Zhang Date: Wed, 3 Jul 2024 11:01:43 +1000 Subject: [PATCH] polish: rename the pipleine --- batch.sh => RGBEPP.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename batch.sh => RGBEPP.sh (97%) diff --git a/batch.sh b/RGBEPP.sh similarity index 97% rename from batch.sh rename to RGBEPP.sh index 4a0add3..f912386 100644 --- a/batch.sh +++ b/RGBEPP.sh @@ -21,7 +21,7 @@ HELP=false ### Get some arrays -ARGS=$(getopt -o c:,f:,g:,h,l:,m:,r:,t: --long contigs:,genes:,functions:,help,list:,memory:,reference:,threads: -n 'batch.sh' -- "$@") +ARGS=$(getopt -o c:,f:,g:,h,l:,m:,r:,t: --long contigs:,genes:,functions:,help,list:,memory:,reference:,threads: -n 'RGBEPP.sh' -- "$@") if [ $? != 0 ]; then echo "Failed to parse options." >&2 exit 1 @@ -46,7 +46,7 @@ while true; do *) ARG_F=$2; shift 2 ;; esac ;; -h|--help) - echo -e "\t\t\t\t\tExon Phylogeny Pipeline\n \ + echo -e "\t\t\t\t\tRGB EPP\n\t\t\t\t\tReference Genome based Exon Phylogeny Pipeline\n \ Version: $pkgver\n \ License: GPL-3.0-only\n \ Author: Guoyi Zhang\n \