Skip to content

Commit 40b763a

Browse files
committed
fix smallGRCh37 change to GRCh37
1 parent 5bd530b commit 40b763a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/do_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ done
4848

4949
if [[ $GENOME = smallGRCh37 ]]
5050
then
51-
$GENOME = GRCh37
51+
GENOME=GRCh37
5252
fi
5353

5454
function toLower() {

0 commit comments

Comments
 (0)