tasks.fetch
¶
Tasks to fetch morphologies.
Module Contents¶
Classes¶
Fetch morphologies from the given source. |
Attributes¶
- tasks.fetch.logger¶
- class tasks.fetch.Fetch(*args, **kwargs)¶
Bases:
data_validation_framework.task.TagResultOutputMixin
,luigi_tools.task.WorkflowTask
Fetch morphologies from the given source.
The JSON configuration file should contain a list of objects where each object is a config set:
[ { "brain_region": "AHN", "nb_morphologies": 2, "seed": 0 }, { "brain_region": "VISp", "nb_morphologies": 2, "seed": 0 } ]
- source¶
The source used to download the morphologies
- Type:
- Choices:
{Allen, NeuroMorpho, MouseLight, BBP-Nexus}
- neuromorpho_download(config)¶
Download morphologies from the NeuromMorpho.org database.
- mouselight_download(config)¶
Download morphologies from the MouseLight database.
- allen_download(config)¶
Download morphologies from the Allen database.