Skip to content
Snippets Groups Projects
Commit 10df745e authored by George Marchment's avatar George Marchment
Browse files

test

parent b6839172
No related branches found
Tags v0.0.12
No related merge requests found
Pipeline #13197 passed with stages
in 1 minute and 28 seconds
......@@ -2,7 +2,7 @@
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-green.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Version 0.1](https://img.shields.io/badge/version-v0.0.11-yellow)]()
[![Version 0.0.11](https://img.shields.io/badge/version-v0.0.11-yellow)]()
## 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%">
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment