init
This commit is contained in:
commit
2da206d368
17 changed files with 955 additions and 0 deletions
6
pipeline/generators/estimate_histplot.py
Normal file
6
pipeline/generators/estimate_histplot.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from ..run import Run
|
||||
from pathlib import Path
|
||||
from typing import Generator
|
||||
|
||||
def generate_estimate_histplot(run: Run, output_dir: Path) -> Generator[Path]:
|
||||
raise NotImplementedError
|
Loading…
Add table
Add a link
Reference in a new issue