diff --git a/README.md b/README.md index 4d6c5bbabab4c103286a2c8ceb6dc1e586b228ab..6928a5fa68ef6fab2890cbe06d9950e84dbe672b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [](https://www.gnu.org/licenses/gpl-3.0) -[]() +[]() ## Description @@ -167,6 +167,7 @@ This project is licensed under the [GNU Affero General Public License](https://w This work received support from the National Research Agency under the France 2030 program, with reference to ANR-22-PESN-0007. ___ +<br> <img align="left" src="https://gitlab.liris.cnrs.fr/sharefair/bioflow-insight/-/raw/main/img/logo.png" width="16%"> <img align="left" src="https://gitlab.liris.cnrs.fr/sharefair/bioflow-insight/-/raw/main/img/paris_saclay.png" width="16%"> diff --git a/src/ro_crate.py b/src/ro_crate.py index 6330b41360c657e60d60190a7bd040b159830ede..ab566123ceb657dbf3a1a5c1aaf2a16b90e919df 100644 --- a/src/ro_crate.py +++ b/src/ro_crate.py @@ -155,5 +155,8 @@ class RO_Crate: self.fill_from_workflow() self.dico.pop("temp_directory") + print(f"{self.workflow.get_output_dir()}/ro-crate-metadata-{self.workflow.get_name()}.json") + with open(f"{self.workflow.get_output_dir()}/test.json", 'w') as output_file : + json.dump({'test':"test workflow"}, indent=2) with open(f"{self.workflow.get_output_dir()}/ro-crate-metadata-{self.workflow.get_name()}.json", 'w') as output_file : json.dump(self.dico, output_file, indent=2) \ No newline at end of file