Skip to content

Commit

Permalink
set kim_devccf_mouse atlases as version=3 of kim_dev_mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocastoldi committed Jan 10, 2025
1 parent 9940865 commit e88313e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import argparse
import json
import time
from pathlib import Path
import pooch
Expand All @@ -19,13 +18,13 @@
from brainglobe_atlasapi.config import DEFAULT_WORKDIR
from brainglobe_atlasapi.structure_tree_util import get_structures_tree

ATLAS_NAME = "kim_devccf_mouse"
ATLAS_NAME = "kim_dev_mouse"
SPECIES = "Mus musculus"
ATLAS_LINK = "https://kimlab.io/brain-map/DevCCF/"
CITATION = "Kronman, F.N., Liwang, J.K., Betty, R. et al. 2024, https://doi.org/10.1038/s41467-024-53254-w"
ORIENTATION = ["left", "superior", "posterior"]
ROOT_ID = 15564
VERSION = 0
VERSION = 3
PACKAGER = "Carlo Castoldi <castoldi[at]ipmc.cnrs.fr>"
ATLAS_FILE_URL = "https://doi.org/10.6084/m9.figshare.26377171.v1"

Expand Down

0 comments on commit e88313e

Please sign in to comment.