Skip to content

Commit

Permalink
Update GENOME_ASSEMBLY for mus_musculus to GRCm39 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
samanvp authored Jun 4, 2021
1 parent 2d324c0 commit f36a301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch/vep/build_vep_cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set -euo pipefail

readonly release="${ENSEMBL_RELEASE:-104}"
readonly species="${VEP_SPECIES:-homo_sapiens}" # or "${VEP_SPECIES:-mus_musculus}"
readonly assembly="${GENOME_ASSEMBLY:-GRCh38}" # or "${GENOME_ASSEMBLY:-GRCh37}" for homo_sapiens or "${GENOME_ASSEMBLY:-GRCm38}" for mus_musculus
readonly assembly="${GENOME_ASSEMBLY:-GRCh38}" # or "${GENOME_ASSEMBLY:-GRCh37}" for homo_sapiens or "${GENOME_ASSEMBLY:-GRCm39}" for mus_musculus
readonly work_dir="vep_cache"

mkdir -p "${work_dir}"
Expand Down

0 comments on commit f36a301

Please sign in to comment.