Package eido Documentation
Project configuration
def basic_pep_filter(p, **kwargs) -> Dict[str, str]
Basic PEP filter, that does not convert the Project object.
This filter can save the PEP representation to file, if kwargs include path.
Parameters:
p(peppy.Project): a Project to run filter on
def yaml_pep_filter(p, **kwargs) -> Dict[str, str]
YAML PEP filter, that returns Project object representation.
This filter can save the YAML to file, if kwargs include path.
Parameters:
p(peppy.Project): a Project to run filter on
def csv_pep_filter(p, **kwargs) -> Dict[str, str]
CSV PEP filter, that returns Sample object representations
This filter can save the CSVs to files, if kwargs include
sample_table_path and/or subsample_table_path.
Parameters:
p(peppy.Project): a Project to run filter on
def yaml_samples_pep_filter(p, **kwargs) -> Dict[str, str]
YAML samples PEP filter, that returns only Sample object representations.
This filter can save the YAML to file, if kwargs include path.
Parameters:
p(peppy.Project): a Project to run filter on
Version Information: eido v0.2.2, generated by lucidoc v0.4.4