Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions atlas_scripts/allen_cord.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Script to package the Allen Cord Atlas."""

__version__ = "1"
__version__ = "2"

import json
import time
Expand Down Expand Up @@ -28,11 +28,15 @@
ATLAS_NAME = "allen_cord"
SPECIES = "Mus musculus"
ATLAS_LINK = "https://data.mendeley.com/datasets/4rrggzv5d5/1"
CITATION = "Fiederling et al. 2021, https://doi.org/10.1101/2021.05.06.443008"
CITATION = (
"Fiederling et al. 2021, https://doi.org/10.1016/j.crmeth.2021.100074"
)
ORIENTATION = "asr"
RESOLUTION = (20, 10, 10)
ROOT_ID = 250
ATLAS_FILE_URL = "https://prod-dcd-datasets-cache-zipfiles.s3.eu-west-1.amazonaws.com/4rrggzv5d5-1.zip"
ATLAS_FILE_URL = (
"https://data.mendeley.com/public-api/zip/4rrggzv5d5/download/1"
)
ATLAS_PACKAGER = "MetaCell LLC, Ltd."


Expand Down