From d2a751c2d08e785863a358799023d766ea501bda Mon Sep 17 00:00:00 2001 From: Pau Andrio Date: Fri, 17 Jan 2025 11:01:33 +0100 Subject: [PATCH] Adding docs --- biobb_morph/morph/common.py | 4 +++- biobb_morph/morph/morph.py | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/biobb_morph/morph/common.py b/biobb_morph/morph/common.py index a0b50dd..ed7a576 100755 --- a/biobb_morph/morph/common.py +++ b/biobb_morph/morph/common.py @@ -92,7 +92,9 @@ def morph( # ------------------------------------------------------------------------------------------------------------------------------------------------------------------- # Morphing Process - + print("\n" * 10) + print(f"{os.getcwd()}") + print("\n" * 10) # define file name, path, disc, and patient id pathFile = os.path.dirname(fileIn) # file directory baseName = os.path.basename(fileIn) # file basename diff --git a/biobb_morph/morph/morph.py b/biobb_morph/morph/morph.py index 3452820..99a22e6 100755 --- a/biobb_morph/morph/morph.py +++ b/biobb_morph/morph/morph.py @@ -207,7 +207,9 @@ def launch(self) -> int: f"results zip file: {self.stage_io_dict['out']['output_morphed_zip_path']}", self.out_log, ) - fu.zip_list(self.stage_io_dict["out"]["output_morphed_zip"], [results_path]) + fu.zip_list( + self.stage_io_dict["out"]["output_morphed_zip_path"], [results_path] + ) # Copy files to host self.copy_to_host()