Skip to content

Commit

Permalink
status from PR nextflow-io#33
Browse files Browse the repository at this point in the history
  • Loading branch information
famosab committed Nov 18, 2024
1 parent 9b5e7bb commit 88690fc
Show file tree
Hide file tree
Showing 2 changed files with 729 additions and 1 deletion.
20 changes: 19 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,23 @@ prov {
file = "${params.outdir}/manifest.json"
overwrite = true
}
wrroc {
file = "${params.outdir}/ro-crate-metadata.json"
overwrite = true
agent {
name = "John Doe"
orcid = "https://orcid.org/0000-0000-0000-0000"
}
organization {
name = "University of XYZ"
ror = "https://ror.org/000000000"
isPublisher = true
}
publisher {
id = "https://ror.org/000000000"
}
license = "https://spdx.org/licenses/Apache-2.0"
profile = "provenance_run_crate"
}
}
}
}
Loading

0 comments on commit 88690fc

Please sign in to comment.