-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_TEMPLATE.yaml
More file actions
57 lines (48 loc) · 1.72 KB
/
config_TEMPLATE.yaml
File metadata and controls
57 lines (48 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# FAIReSheets Configuration Template
# DO NOT EDIT THIS FILE. config.yaml IS THE FILE THAT IS USED BY THE CODE
# This file contains all of the options for the config.yaml file
# Requirement levels to include in the template
# Options: M (Mandatory), HR (Highly Recommended), R (Recommended), O (Optional)
# Default: all levels included
req_lev:
- M
- HR
- R
- O
# Sample types to include in the template
# Each sample type will add different fields to the template
# Options: Water | Soil | Sediment | Air | HostAssociated | MicrobialMatBiofilm | SymbiontAssociated | other
# You can include multiple types by adding them as a list seperated by pipes
# Example: For water samples with some sediment samples:
sample_type:
- Water | Sediment
# Assay type determines which sheets will be generated
# YOU CAN ONLY CHOOSE ONE OF THE 2 OPTIONS:
# - assay_type: metabarcoding: Generates taxaRaw, taxaFinal, experimentRunMetadata sheets
# (Used for sequencing-based approaches like 16S/18S rRNA gene sequencing)
#
# OR
#
# - assay_type: targeted: Generates stdData, eLowQuantData, ampData sheets
# (Used for qPCR)
assay_type: metabarcoding
# Project identifier (no spaces)
# Example: noaa-aoml-gomecc4
project_id: your-project-id
# Assay name(s) (no spaces)
# You can include multiple assays by adding them as separate list items
assay_name:
- Bacteria-16S-V4V5-Parada
- Eukarya-18S-V9-Lane-Medlin
# OPTIONAl: User-defined fields for project metadata
# Add any additional fields you want to include in the metadata sheets
# These fields will be added with 'O' (Optional) requirement level
projectMetadata_user:
- field1
- field2
sampleMetadata_user:
- field1
- field2
experimentRunMetadata_user:
- field1
- field2