Skip to content

Commit

Permalink
Update QC_LD_filter.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazzy-Rabbit authored Jun 26, 2023
1 parent cbd1688 commit 0736a33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 01.分析前过滤/QC_LD_filter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <file> <chr> <geno> <maf> <out>"
exit 1
fi

file=$1
chr=$2
Expand Down

0 comments on commit 0736a33

Please sign in to comment.