-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2886 from mashehu/tools-3_1_0-blog-post
tools release blogpost and ro-crate docs
- Loading branch information
Showing
4 changed files
with
149 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
sites/docs/src/content/docs/guidelines/pipelines/requirements/ro_crate.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: Research Object Crate | ||
subtitle: Pipelines must come with their own Research Object (RO) Crate | ||
shortTitle: RO Crate | ||
--- | ||
|
||
All nf-core pipelines MUST come with their own Research Object (RO) Crate. | ||
RO Crate is an open-source standard which we use to describe our pipelines and their components in a structured way and helps with automated provenance tracking. | ||
|
||
:::note | ||
The RO Crate generated with nf-core/tools describes the pipeline as a whole, not pipeline runs. | ||
For that kind of provenance, use the new [nf-prov plugin](https://github.com/nextflow-io/nf-prov), which is currently in development. | ||
::: | ||
|
||
More information can be found [here](https://www.researchobject.org/ro-crate/). |
17 changes: 17 additions & 0 deletions
17
sites/docs/src/content/docs/nf-core-tools/pipelines/rocrate.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: Create a ROCrate | ||
subtitle: Create a Research Object (RO) Crate | ||
shortTitle: rocrate | ||
--- | ||
|
||
The `nf-core pipelines rocrate` command generates a Research Object (RO) Crate for your pipeline. | ||
RO Crates are an open-source standard which in this case describe a pipeline and its components in a structured way and help with automated provenance tracking. | ||
|
||
You can generate and update a RO Crate using the `nf-core pipelines rocrate` command (which is automatically run with `nf-core pipelines create` and `nf-core pipelines sync`). | ||
|
||
This command takes a pipeline directory and attempts to generate a RO Crate for it, relying heavily on the [repo2rocrate library](https://github.com/crs4/repo2rocrate). | ||
|
||
:::note | ||
The `author` field is populated based on the git contributors. | ||
The ORCID ID is currently identified by searching the ORCID API for a unique match of the contributor's full name provided from GitHub. | ||
::: |
Oops, something went wrong.