Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BioFlow-Insight
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shareFAIR
BioFlow-Insight
Commits
10df745e
Commit
10df745e
authored
1 year ago
by
George Marchment
Browse files
Options
Downloads
Patches
Plain Diff
test
parent
b6839172
No related branches found
Branches containing commit
Tags
v0.0.12
Tags containing commit
No related merge requests found
Pipeline
#13197
passed with stages
Stage:
Stage:
in 1 minute and 28 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-1
2 additions, 1 deletion
README.md
src/ro_crate.py
+3
-0
3 additions, 0 deletions
src/ro_crate.py
with
5 additions
and
1 deletion
README.md
+
2
−
1
View file @
10df745e
...
...
@@ -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%"
>
...
...
This diff is collapsed.
Click to expand it.
src/ro_crate.py
+
3
−
0
View file @
10df745e
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment