Skip to main content

Workflows used for morphology processing.

Project description

workflow Logo

Version Build status Coverage License Documentation status

Morphology Workflows

This project contains several workflows for processing morphologies:

  • Fetch: download morphologies from online database (like Allen, NeuroMorpho or MouseLight).
  • Placeholders: compute the place holders for a given region and mtype set.
  • Curate: from raw morphologies, ensures that morphologies can be used with the rest of BBP codes.
  • Annotate: create various annotations on morphologies needed by specific BBP codes.
  • Repair: process morphologies to correct for artifacts of in-vitro reconstruction.

In a nutshell, the user provides a list of morphologies in a .csv file, with their names and paths and a luigi.cfg configuration file. Each workflow is run independently and creates an output folder, with one subfolder per task. In each, there will be a report.csv and a data folder containing the output files of the task if any. In the report.csv file, columns contain paths to these files, additional information, error messages if the task failed on that morphologies, as well as a flag is_valid, used in subsequent tasks to filter valid morphologies. At the end of each workflow, another report.csv file is created, with the main output columns of each tasks, and a report.pdf containing a human readable summary of the result of the workflow.

Usually, the user should run the Curate workflow, then the Annotate workflow and finally the Repair workflow.

The complete documentation can be found here:

Installation

This should be installed using pip:

pip install morphology-workflows

Usage

Create inputs for the Fetch workflow

This workflow helps fetching morphologies from online databases. This workflow only needs a configuration file, which depends on the source from which the morphologies are fetched.

The possible sources are:

  • NeuroMorpho
  • MouseLight
  • Allen

For each of them, the configuration file should be a JSON file containing a list of objects like the following examples:

  • NeuroMorpho:

    [
        {
            "species": "mouse",
            "brain_region": "neocortex",
            "cell_type": "interneuron",
            "nb_morphologies": 10
        }
    ]
    
  • MouseLight:

    [
        {
            "brain_region": "neocortex",
            "nb_morphologies": 10,
            "seed": 0
        }
    ]
    
  • Allen:

    [
        {
            "species": "Mus musculus",
            "brain_region": "VISli",
            "cell_type": "pyramidal",
            "nb_morphologies": 10,
            "seed": 0
        }
    ]
    

In these examples, the seed attribute is optional and is only used to sample which morphologies are fetched among those which pass the filter.

Each JSON object in the list will give a set of morphologies to fetch, depending on the given filters. Note that all attributes are optional, so it's possible to pass an empty object to fetch all the morphologies from the database, though it is not recommended.

Create inputs for the Curate, Annotate and Repair workflow

The Annotate and Repair workflows should usually be run after the Curate workflow since their inputs should be the outputs of the Curate workflow. But it is still possible to run them on arbitrary inputs (though the morphologies must be valid, as the ones processed by the Curate workflow).

The inputs should consist in:

  • a directory containing the input morphologies.
  • a CSV file with the following columns:
    1. morph_path: the path to the morphology file.
    2. morph_name: the name of the morphology.
    3. any other column is kept into the results but not used in the workflows.
  • a luigi.cfg file containing the configuration for all the tasks of the workflow.
  • an optional logging.conf file containing the logging configuration. If you prefer default logging behavior, remove this file and comment line in logging_conf_file = logging.conf in luigi.cfg.

The examples folder contains examples for the luigi.cfg and logging.conf files.

Run the workflows

These workflows are based on the luigi library but can be run via the command line interface. For example, you can run the Curate workflow with the following command:

morphology_workflows Curate

NOTE: This command must be executed from a directory containing a luigi.cfg file. An example of such file is given in the examples directory.

By default, a local scheduler is used but it is also possible to use a Luigi's master scheduler using the -m / --master-scheduler trigger:

morphology_workflows -m Curate

More details can be found in the command line interface section of the documentation or by running the command:

morphology_workflows <workflow> --help

Examples

The examples folder contains a simple example that will fetch and process a set of morphologies. A dataset.csv file is provided which is taken as input for the workflows. A luigi.cfg file is also provided to give a default configuration for the workflows. This example can simply be run using the following command:

./run_curation.sh

This script will create a new directory out_curated which will contain the report and all the results.

Funding & Acknowledgment

The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology.

For license and authors, see LICENSE.txt and AUTHORS.md respectively.

Copyright © 2021-2022 Blue Brain Project/EPFL

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

morphology-workflows-0.5.0.tar.gz (1.7 MB view details)

Uploaded Source

Built Distribution

morphology_workflows-0.5.0-py3-none-any.whl (46.8 kB view details)

Uploaded Python 3

File details

Details for the file morphology-workflows-0.5.0.tar.gz.

File metadata

  • Download URL: morphology-workflows-0.5.0.tar.gz
  • Upload date:
  • Size: 1.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for morphology-workflows-0.5.0.tar.gz
Algorithm Hash digest
SHA256 72aaa8d13981092052e503cb221baa8d5cc4bbd483b918dfa3ccdc22c2dc3b15
MD5 1c2381d1dda1daa2ffc002316fbde5ed
BLAKE2b-256 cb69da4320ab9065746f3eb0c5856cba867a12311891a85788ee81e484428c51

See more details on using hashes here.

File details

Details for the file morphology_workflows-0.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for morphology_workflows-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2d05a6fd6b4506b8d36332dcde73ebabcb4c2f2022cfd8aaa905ef4dcf5e5909
MD5 908155554ed77698d680452474de4d68
BLAKE2b-256 85f2a9fabc884892b45d059ff70e1693ec33918f9ad70726e33396495cc5afd6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page