-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
32 lines (25 loc) · 1.24 KB
/
config.yaml
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
# "Name:" becomes the object for the Snakefile
# API key from fishair.org - when empty the Zenodo DOI will be downloaded instead
Fish_AIR_API_Key: ""
# Zenodo DOI for FishAIR dataset
Zenodo_DOI: https://doi.org/10.5281/zenodo.8233380
# Input paths
File_Metadata: Files/Fish-AIR/Tulane/meta.xml
Image_Metadata: Files/Fish-AIR/Tulane/multimedia.csv
Image_Quality_Metadata: Files/Fish-AIR/Tulane/imageQualityMetadata.csv
Burress: Files/Previous Fish Measurements - Burress et al. 2016.csv
# Input settings
limit_images: 20 #if "" will run all, otherwise must input in integer
# Output paths
Minnow_Filtered: Results/minnow.filtered.from.iqm.csv
Burress_Minnow_Filtered: Results/burress.minnow.sp.filtered.from.iqm.csv
Sampling: Results/sampling.df.IQM.csv
DF_Missing_Scale: Results/df.missing.scale.csv
DF_Errors_Removed: Results/df.errors.removed.csv
Presence_Absence_Matrix: Results/presence.absence.matrix.csv
Sampling_Species_Burress: Results/sampling.species.in.Burress.csv
Sampling_Minnows_Seg: Results/sampling.minnows.95.blob.3.segments.csv
Sampling_DF_Seg: Results/sampling.df.seg.csv
Presence_Absence_Dist_Image: Results/presence.absence.sample.dist.png
Heatmap_Avg_Blob_Image: Results/heatmap.avg.blob.png
Heatmap_SD_Blob_Image: Results/heatmap.sd.blob.png