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()