Skip to content

Commit

Permalink
Merge pull request #53 from kircherlab/makirc-patch-1
Browse files Browse the repository at this point in the history
Update install.sh
  • Loading branch information
makirc authored Feb 5, 2024
2 parents eb518ab + 35cab7f commit 203ee3b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,18 +154,18 @@ then
then
if [ "$INCANNO" = true ]
then
echo " - Download prescored SNV inclusive annotations for GRCh37-v1.7 (248 GB)"
echo " - Download prescored SNV inclusive annotations for GRCh37-v1.7 (562 GB)"
if [ "$INDELS" = true ]
then
echo " - Download prescored InDels inclusive annotations for GRCh37-v1.7 (3.4 GB)"
echo " - Download prescored InDels inclusive annotations for GRCh37-v1.7 (10 GB)"
fi
fi
if [ "$NOANNO" = true ]
then
echo " - Download prescored SNV (without annotations) for GRCh37-v1.7 (78 GB)"
echo " - Download prescored SNV (without annotations) for GRCh37-v1.7 (79 GB)"
if [ "$INDELS" = true ]
then
echo " - Download prescored InDels (without annotations) for GRCh37-v1.7 (0.6 GB)"
echo " - Download prescored InDels (without annotations) for GRCh37-v1.7 (1.4 GB)"
fi
fi
fi
Expand All @@ -182,18 +182,18 @@ then
then
if [ "$INCANNO" = true ]
then
echo " - Download prescored SNV inclusive annotations for GRCh38-v1.7 (621 GB)"
echo " - Download prescored SNV inclusive annotations for GRCh38-v1.7 (625 GB)"
if [ "$INDELS" = true ]
then
echo " - Download prescored InDels inclusive annotations for GRCh38-v1.7 (7 GB)"
echo " - Download prescored InDels inclusive annotations for GRCh38-v1.7 (11 GB)"
fi
fi
if [ "$NOANNO" = true ]
then
echo " - Download prescored SNV (without annotations) for GRCh38-v1.7 (81 GB)"
if [ "$INDELS" = true ]
then
echo " - Download prescored InDels (without annotations) for GRCh38-v1.7 (1 GB)"
echo " - Download prescored InDels (without annotations) for GRCh38-v1.7 (1.2 GB)"
fi
fi
fi
Expand Down

0 comments on commit 203ee3b

Please sign in to comment.