From 0736a33ec4c66694e0bdf01a4acbdf1f5ffee21c Mon Sep 17 00:00:00 2001 From: Lulu Shi Date: Mon, 26 Jun 2023 09:58:41 +0800 Subject: [PATCH] Update QC_LD_filter.sh --- .../QC_LD_filter.sh" | 2 ++ 1 file changed, 2 insertions(+) diff --git "a/01.\345\210\206\346\236\220\345\211\215\350\277\207\346\273\244/QC_LD_filter.sh" "b/01.\345\210\206\346\236\220\345\211\215\350\277\207\346\273\244/QC_LD_filter.sh" index 4852a40..634f8e1 100644 --- "a/01.\345\210\206\346\236\220\345\211\215\350\277\207\346\273\244/QC_LD_filter.sh" +++ "b/01.\345\210\206\346\236\220\345\211\215\350\277\207\346\273\244/QC_LD_filter.sh" @@ -11,6 +11,8 @@ if [[ $# -ne 5 ]]; then echo "error need args!" echo "input file can vcf or bim (all full name)" echo "Usage: bash $0 " + exit 1 +fi file=$1 chr=$2