-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
19 lines (14 loc) · 1.43 KB
/
config.yaml
File metadata and controls
19 lines (14 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
run_metadata_csvs: # The path(s) to the FAIRe-standardized ExperimentRunMetadata CSV files that will be submitted to NCBI (for one submission)
- run4/data/run4_faire.csv # Add as many files as needed beneath preceded by -
sample_metadata_project_csvs: # The path(s) to the FAIRe-standardized SAmpleMetadata CSV files for all projects captured by the run. MUST BE THE FINAL PROJECT SAMPLE METADATA CSV! Not the intermittent one per cruise (this will be missing assay_name, rel_cont_id, etc.)
- data/sampleMetadata_OME_eDNA_EcoFOCI_2020-2023.csv # Add as many files as needed beneath preceded by -
- data/sampleMetadata_OME_eDNA_PMELCarbon_RachelCarson_2022.csv
assay_type: metabarcoding # will be either metabarcoding or qPCR
bioproject_accession: PRJNA0522 # NCBI bioproject acccession number
library_prep_info: # info that points to the github repo with the library prep BeBOP. Will get via API
owner: marinednadude # The ownder of the github repo (must match exactly)
repo: Jonah-Ventures-Library-Preparation # The name of the github repo (must match exactly)
file_path: Jonah-Ventures-Library-NovaSeq-Preparation-BeBOP.md # The file path/name that points to the BeBOP (must matche exactly)
# The path to where the final NCBI MIMARKS (sample) and SRA (run) excel files will be saved to.
ncbi_sample_excel_save_path: ncbi_submission_data/run4_MIMARKS.survey.water.6.0.xlsx
ncbi_sra_excel_save_path: ncbi_submission_data/run4_SRA_metadata.xlsx