From 6dfb0a2451a7275f726c20d4d7d059337f5653aa Mon Sep 17 00:00:00 2001 From: jiang548 Date: Thu, 19 May 2022 01:13:16 -0400 Subject: [PATCH] email condition --- script/network_portal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/network_portal.sh b/script/network_portal.sh index f2affba..6c79212 100755 --- a/script/network_portal.sh +++ b/script/network_portal.sh @@ -42,7 +42,7 @@ function usage() { # echo " --filter To focus on a list of genes" echo " --resn result prefix" echo " --sif singularity container" - echo " --email send notification emails for both two stages if you have mail installed in Linux" + echo " --email send notification emails for both two stages if you have mail installed in Linux, and interactive=F" exit -1 } [ $? -ne 0 ] && usage