pycaravel: This module is designed to simplify continuous integration (CI) of data from multiple projects.
Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.
- caravel.parser.get_parser(project, confdir, layoutdir)[source]¶
Method to return the appropriate parser for your study.
- Parameters:
project : str
the name of the project you are working on.
confdir : str
the locations of the configuration file of the current project.
layoutdir : str
the location of the pre-generated parsing representations. If None switch to managers mode.
- Returns:
parser : obj
the dataset appropriate parser.
Examples¶
Follow us