Commit 626f8bc7 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

add Pipeline.name

parent b70b7032
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ from .logger import get_logger
class Pipeline:
    def __init__(
            self,
            name="",
            dir_in="/pipeline/input",
            dir_out="/pipeline/output",
            dir_aux="/pipeline/aux",
@@ -27,6 +28,7 @@ class Pipeline:
            dfs=True,
            crds=False,
    ):
        self.name = name
        self.dir_in = dir_in
        self.dir_out = dir_out
        self.dir_aux = dir_aux