Skip to content

Commit

Permalink
Fix azimuth model downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
axdanbol committed Feb 22, 2024
1 parent 978d781 commit b08ebcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containers/azimuth/context/download_reference_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ output_dir <- args[2]

# Load unique reference organs
metadata <- fromJSON(file = organ_metadata_file)
metadata <- metadata[sapply(metadata, is.list)] # Remove redirection links
references <- unique(sapply(metadata, function(item) item$model))

# Download and install data
Expand Down

0 comments on commit b08ebcf

Please sign in to comment.