Update to naming of network_drive as network_mount (includes both server name and share). when run locally, network mount defaults to data folder
This commit is contained in:
@ -2,11 +2,10 @@
|
||||
# Configuration for FAIR Data Integration Pipeline
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
# INPUT DATA DIRECTORY
|
||||
# Can be a local or network path. Examples:
|
||||
# - Local: '../data/data_folder/' # manually create data_folder/ with instrument folders
|
||||
# - Network: /mnt/network_drive/data_folder (Docker)
|
||||
input_file_directory: '/mnt/network_drive/Data'
|
||||
# - Local: '../data/data_folder/' # All paths must be relative to folder ../data/
|
||||
# - Network: /mnt/network_drive/data_folder or equivalently ${NETWORK_MOUNT}/data_folder
|
||||
input_file_directory: '/mnt/network_mount/Data'
|
||||
|
||||
# OUTPUT DATA DIRECTORY
|
||||
# Always relative to notebook location. If run from `notebooks/`,
|
||||
@ -30,7 +29,7 @@ dataset_startdate: 'YYYY-MM-DD'
|
||||
dataset_enddate: 'YYYY-MM-DD'
|
||||
|
||||
# Data processing level (typically '0', '1', or '2'; follows ACTRIS or custom standards)
|
||||
actris_level: '1'
|
||||
actris_level: '0'
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Output File Naming Convention (Optional)
|
||||
|
Reference in New Issue
Block a user