Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jiang548 committed Apr 28, 2022
1 parent c6f873d commit 44892c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/cis_portal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ case "$1" in
--gene_pos)
gene_pos=$2
gene_pos=$(readlink -f $gene_pos)
${cmdprefix}gene.pos $gen_pos
${cmdprefix}gene.pos $gene_pos
shift;;
-a|--alpha)
alpha=$2
Expand Down

0 comments on commit 44892c3

Please sign in to comment.