Skip to content

Commit 88ce294

Browse files
authored
Merge pull request #718 from nfdi4plants/arc-review-issues
Arc review issues
2 parents 0b2ec96 + 6236814 commit 88ce294

1 file changed

Lines changed: 47 additions & 4 deletions

File tree

public/review-arc-issues.csv

Lines changed: 47 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In your journal manuscript, please
77
see https://nfdi4plants.org/articles/citing/
88
Once the manuscript is published, please
99
- [ ] Set your ARC to `public` in the DataHUB via Settings → General → Visibility, project features, permissions
10-
- or directly go to [➡ Visibility Settings](../../../edit#js-shared-permissions)"
10+
- directly go to [➡ Visibility Settings](../../../edit#js-shared-permissions)"
1111
"DataHUB: Move ARC into non-personal namespace","/confidential
1212
/label ~critical
1313
In order to guarantee that the ARC can (in the future) be accessed and maintained by others, please transfer it to a group namespace.
@@ -23,7 +23,7 @@ Once the manuscript is published, please
2323
/label ~critical
2424
Please add a LICENSE file to your ARC. This is important for others to know how they can use your data and to ensure that your data can be reused by others.
2525
- see https://nfdi4plants.org/nfdi4plants.knowledgebase/datahub/arc-features/datahub-arc-license/
26-
- or directly [➡ add a LICENSE](../../new/main?commit_message=Add+LICENSE&file_name=LICENSE)"
26+
- or directly [➡ add a LICENSE here](../../new/main?commit_message=Add+LICENSE&file_name=LICENSE)"
2727
"DataHUB: Improve README","/confidential
2828
/label ~suggestion
2929
The README file is the first thing that other users see when they access your ARC. It should give a human-readable overview of the content of the ARC.
@@ -49,9 +49,15 @@ As a rule of thumb, the usage under 'Repository' storage should be less than 500
4949
- `Characteristic` columns describe inherent properties of samples or material
5050
- `Parameter` columns describe steps in your experimental workflow
5151
- `Factor` columns represent independent variables that are varied within the study design"
52-
"ISA Metadata: Double-check sample–to-dataset connections and protocol references","/confidential
52+
"ISA Metadata: Add annotation tables to every study and assay","/confidential
5353
/label ~critical
54+
55+
Every study and assay must have an annotation table. This is important to ensure that the ARC is comprehensible and reusable, and machine-readable.
56+
A minimal annotation table should contain at least an `Input` and an `Output` column.
5457
One main goal of the ARC is to annotate raw, measurement dataset files with the necessary metadata to make them comprehensible and reusable.
58+
59+
So, please double-check the sample–to-dataset connections and protocol references.
60+
5561
To achieve this,
5662
- [ ] dataset files are added to assay `dataset` folders
5763
- [ ] dataset files are linked in annotation tables as `Output [Data]`
@@ -68,6 +74,21 @@ See also https://nfdi4plants.org/nfdi4plants.knowledgebase/core-concepts/inputs-
6874
- [ ] Technology Type
6975
- [ ] Technology Platform
7076
- [ ] Performers"
77+
"Data from external sources or publications","/confidential
78+
/label ~suggestion
79+
If you have data from external sources that are relevant to your study (e.g. from a database, an online tool, or a publication's supplement), you can add them to your ARC.
80+
As described [here](https://nfdi4plants.github.io/nfdi4plants.knowledgebase/guides/arc-adding-external-data/), you can simply add a **new study** for such 'external data'.
81+
- [ ] add the data files to the `resources` folder of the study
82+
- [ ] add publications to relevant external data sources in the study 'top-level metadata'
83+
- [ ] add a protocol to describe, how to retrieve – e.g. create or download – the data
84+
"
85+
"ISA Metadata: Double-check study top-level metadata","/confidential
86+
/label ~suggestion
87+
All studies should contain 'top-level metadata'. This helps to find and understand the study.
88+
- [ ] Short and concise title and description
89+
- [ ] Add contacts to show who contributed to that specific study or experiment
90+
- [ ] Add publications to relevant external data sources
91+
"
7192
"Annotation of data analysis","/confidential
7293
/label ~suggestion
7394
Description of data analysis is an important part of the ARC, as it helps others to understand how the data was processed and analyzed.
@@ -86,4 +107,26 @@ See also https://nfdi4plants.org/nfdi4plants.knowledgebase/core-concepts/inputs-
86107
- [ ] contain minimal metadata, e.g. short and concise title and description, version
87108
- [ ] reference a reusable container (e.g. a Docker image or local Docker File) that contains all necessary dependencies for the workflow
88109
- [ ] reference the input and output dataset files in the ARC, e.g. via `Input [Data]` and `Output [Data]` columns in annotation tables
89-
"
110+
"
111+
"Add supplemental data","/confidential
112+
/label ~enhancement
113+
While creating a journal manuscript, you may have aggregated and submitted 'supplemental data' to the journal.
114+
These data are often a collection of different files, e.g. raw data files, processed data files, scripts, and documentation.
115+
An ARC provides a suitable location for any of these files.
116+
- [ ] add supplemental datasets to make them accessible and reusable for others and show how they relate to the overall ARC"
117+
"Add or reference all relevant raw data","/confidential
118+
/label ~critical
119+
The ARC should contain all raw data files relevant for the investigation.
120+
Raw data is considered the 'outcome' of an assay, e.g. a measurement.
121+
122+
Typically, one would add the data files directly to an assay, e.g.
123+
- [ ] add a new assay for the measurement that generated the raw data
124+
- [ ] add all relevant raw data files to the assay's `dataset` folder
125+
- [ ] provide clear metadata of the data in the annotation tables
126+
127+
Some journals require that raw data is deposited in defined repositories (e.g. at EBI or NCBI).
128+
In this case, the raw data files can be linked in an assay via annotation tables.
129+
- [ ] for every dataset file add a URL to the annotation table under the `Output [Data]` column
130+
- [ ] make sure, the URL is stable and points to the correct file in the repository
131+
- [ ] provide clear metadata annotation of the data files via the annotation tables
132+
"

0 commit comments

Comments
 (0)