Skip to content

Commit

Permalink
Merge pull request #204 from natverse/fix/nucleus-info
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis authored Aug 10, 2024
2 parents 59f491f + 51358e0 commit c38d15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/flywire-nuclei.R
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,6 @@ nucleus_table_name <- memoise::memoise(function(datastack_name=getOption("fafbse
nucleus_table_info <- memoise::memoise(function(datastack_name=getOption("fafbseg.cave.datastack_name", "flywire_fafb_production")) {
fac=flywire_cave_client(datastack_name=datastack_name)
table=nucleus_table_name(datastack_name = datastack_name)
info=fac$annotation$get_table_metadata(table)
info=fac$materialize$get_table_metadata(table)
info
})

0 comments on commit c38d15f

Please sign in to comment.