Skip to content

Commit

Permalink
insert file year into errored path for assignment modules to avoid du…
Browse files Browse the repository at this point in the history
…plicate datums
  • Loading branch information
covesturtevant committed Nov 27, 2023
1 parent 2c6f204 commit a2479ff
Show file tree
Hide file tree
Showing 58 changed files with 564 additions and 392 deletions.
15 changes: 9 additions & 6 deletions pipe/aquatroll200/aquatroll200_calibration_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
pipeline:
name: aquatroll200_calibration_assignment
transform:
cmd:
cmd: ["/bin/bash"]
stdin:
- "#!/bin/bash"
- export ERR_PATH="/pfs/out/errored_datums$FILE_YEAR"
- Rscript
- ./flow.cal.asgn.R
- DirIn=$DIR_IN
- DirOut=/pfs/out
- DirErr=/pfs/out/errored_datums
- FileYear=$FILE_YEAR
./flow.cal.asgn.R
DirIn=$DIR_IN
DirOut=/pfs/out
DirErr=$ERR_PATH
FileYear=$FILE_YEAR
image: quay.io/battelleecology/neon-is-cal-asgn-r:4178f7b8
image_pull_secrets:
- battelleecology-quay-read-all-pull-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
pipeline:
name: aquatroll200_location_active_dates_assignment
transform:
cmd:
cmd: ["/bin/bash"]
stdin:
- "#!/bin/bash"
- export ERR_PATH="/pfs/out/errored_datums$FILE_YEAR"
- Rscript
- ./flow.loc.grp.asgn.R
- DirIn=$DIR_IN
- DirOut=/pfs/out
- DirErr=/pfs/out/errored_datums
- FileYear=$FILE_YEAR
- TypeFile=namedLocation
./flow.loc.grp.asgn.R
DirIn=$DIR_IN
DirOut=/pfs/out
DirErr=$ERR_PATH
FileYear=$FILE_YEAR
TypeFile=namedLocation
image: quay.io/battelleecology/neon-is-loc-grp-asgn-r:4178f7b8
image_pull_secrets:
- battelleecology-quay-read-all-pull-secret
Expand Down
17 changes: 10 additions & 7 deletions pipe/aquatroll200/aquatroll200_location_asset_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
pipeline:
name: aquatroll200_location_asset_assignment
transform:
cmd:
cmd: ["/bin/bash"]
stdin:
- "#!/bin/bash"
- export ERR_PATH="/pfs/out/errored_datums$FILE_YEAR"
- Rscript
- ./flow.loc.grp.asgn.R
- DirIn=$DIR_IN
- DirOut=/pfs/out
- DirErr=/pfs/out/errored_datums
- FileYear=$FILE_YEAR
- TypeFile=asset
./flow.loc.grp.asgn.R
DirIn=$DIR_IN
DirOut=/pfs/out
DirErr=$ERR_PATH
FileYear=$FILE_YEAR
TypeFile=asset
image: quay.io/battelleecology/neon-is-loc-grp-asgn-r:4178f7b8
image_pull_secrets:
- battelleecology-quay-read-all-pull-secret
Expand Down
15 changes: 9 additions & 6 deletions pipe/csat3/csat3_calibration_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
pipeline:
name: csat3_calibration_assignment
transform:
cmd:
cmd: ["/bin/bash"]
stdin:
- "#!/bin/bash"
- export ERR_PATH="/pfs/out/errored_datums$FILE_YEAR"
- Rscript
- ./flow.cal.asgn.R
- DirIn=$DIR_IN
- DirOut=/pfs/out
- DirErr=/pfs/out/errored_datums
- FileYear=$FILE_YEAR
./flow.cal.asgn.R
DirIn=$DIR_IN
DirOut=/pfs/out
DirErr=$ERR_PATH
FileYear=$FILE_YEAR
image: quay.io/battelleecology/neon-is-cal-asgn-r:4178f7b8
image_pull_secrets:
- battelleecology-quay-read-all-pull-secret
Expand Down
17 changes: 10 additions & 7 deletions pipe/csat3/csat3_location_active_dates_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
pipeline:
name: csat3_location_active_dates_assignment
transform:
cmd:
cmd: ["/bin/bash"]
stdin:
- "#!/bin/bash"
- export ERR_PATH="/pfs/out/errored_datums$FILE_YEAR"
- Rscript
- ./flow.loc.grp.asgn.R
- DirIn=$DIR_IN
- DirOut=/pfs/out
- DirErr=/pfs/out/errored_datums
- FileYear=$FILE_YEAR
- TypeFile=namedLocation
./flow.loc.grp.asgn.R
DirIn=$DIR_IN
DirOut=/pfs/out
DirErr=$ERR_PATH
FileYear=$FILE_YEAR
TypeFile=namedLocation
image: quay.io/battelleecology/neon-is-loc-grp-asgn-r:4178f7b8
image_pull_secrets:
- battelleecology-quay-read-all-pull-secret
Expand Down
17 changes: 10 additions & 7 deletions pipe/csat3/csat3_location_asset_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
pipeline:
name: csat3_location_asset_assignment
transform:
cmd:
cmd: ["/bin/bash"]
stdin:
- "#!/bin/bash"
- export ERR_PATH="/pfs/out/errored_datums$FILE_YEAR"
- Rscript
- ./flow.loc.grp.asgn.R
- DirIn=$DIR_IN
- DirOut=/pfs/out
- DirErr=/pfs/out/errored_datums
- FileYear=$FILE_YEAR
- TypeFile=asset
./flow.loc.grp.asgn.R
DirIn=$DIR_IN
DirOut=/pfs/out
DirErr=$ERR_PATH
FileYear=$FILE_YEAR
TypeFile=asset
image: quay.io/battelleecology/neon-is-loc-grp-asgn-r:4178f7b8
image_pull_secrets:
- battelleecology-quay-read-all-pull-secret
Expand Down
17 changes: 10 additions & 7 deletions pipe/dualfan/dualfan_location_asset_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
pipeline:
name: dualfan_location_asset_assignment
transform:
cmd:
cmd: ["/bin/bash"]
stdin:
- "#!/bin/bash"
- export ERR_PATH="/pfs/out/errored_datums$FILE_YEAR"
- Rscript
- ./flow.loc.grp.asgn.R
- DirIn=$DIR_IN
- DirOut=/pfs/out
- DirErr=/pfs/out/errored_datums
- FileYear=$FILE_YEAR
- TypeFile=asset
./flow.loc.grp.asgn.R
DirIn=$DIR_IN
DirOut=/pfs/out
DirErr=$ERR_PATH
FileYear=$FILE_YEAR
TypeFile=asset
image: quay.io/battelleecology/neon-is-loc-grp-asgn-r:4178f7b8
image_pull_secrets:
- battelleecology-quay-read-all-pull-secret
Expand Down
15 changes: 9 additions & 6 deletions pipe/gascylinder/gascylinder_calibration_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
pipeline:
name: gascylinder_calibration_assignment
transform:
cmd:
cmd: ["/bin/bash"]
stdin:
- "#!/bin/bash"
- export ERR_PATH="/pfs/out/errored_datums$FILE_YEAR"
- Rscript
- ./flow.cal.asgn.R
- DirIn=$DIR_IN
- DirOut=/pfs/out
- DirErr=/pfs/out/errored_datums
- FileYear=$FILE_YEAR
./flow.cal.asgn.R
DirIn=$DIR_IN
DirOut=/pfs/out
DirErr=$ERR_PATH
FileYear=$FILE_YEAR
image: quay.io/battelleecology/neon-is-cal-asgn-r:4178f7b8
image_pull_secrets:
- battelleecology-quay-read-all-pull-secret
Expand Down
17 changes: 10 additions & 7 deletions pipe/gascylinder/gascylinder_location_asset_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
pipeline:
name: gascylinder_location_asset_assignment
transform:
cmd:
cmd: ["/bin/bash"]
stdin:
- "#!/bin/bash"
- export ERR_PATH="/pfs/out/errored_datums$FILE_YEAR"
- Rscript
- ./flow.loc.grp.asgn.R
- DirIn=$DIR_IN
- DirOut=/pfs/out
- DirErr=/pfs/out/errored_datums
- FileYear=$FILE_YEAR
- TypeFile=asset
./flow.loc.grp.asgn.R
DirIn=$DIR_IN
DirOut=/pfs/out
DirErr=$ERR_PATH
FileYear=$FILE_YEAR
TypeFile=asset
image: quay.io/battelleecology/neon-is-loc-grp-asgn-r:4178f7b8
image_pull_secrets:
- battelleecology-quay-read-all-pull-secret
Expand Down
17 changes: 10 additions & 7 deletions pipe/groundwaterPhysical/groundwaterPhysical_group_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
pipeline:
name: groundwaterPhysical_group_assignment
transform:
cmd:
cmd: ["/bin/bash"]
stdin:
- "#!/bin/bash"
- export ERR_PATH="/pfs/out/errored_datums$FILE_YEAR"
- Rscript
- ./flow.loc.grp.asgn.R
- DirIn=$DIR_IN
- DirOut=/pfs/out
- DirErr=/pfs/out/errored_datums
- FileYear=$FILE_YEAR
- TypeFile=group
./flow.loc.grp.asgn.R
DirIn=$DIR_IN
DirOut=/pfs/out
DirErr=$ERR_PATH
FileYear=$FILE_YEAR
TypeFile=group
image: quay.io/battelleecology/neon-is-loc-grp-asgn-r:4178f7b8
image_pull_secrets:
- battelleecology-quay-read-all-pull-secret
Expand Down
15 changes: 9 additions & 6 deletions pipe/groundwaterPhysical/groundwaterPhysical_srf_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
pipeline:
name: groundwaterPhysical_srf_assignment
transform:
cmd:
cmd: ["/bin/bash"]
stdin:
- "#!/bin/bash"
- export ERR_PATH="/pfs/out/errored_datums$FILE_YEAR"
- Rscript
- ./flow.srf.asgn.R
- DirIn=$DIR_IN
- DirOut=/pfs/out
- DirErr=/pfs/out/errored_datums
- FileYear=$FILE_YEAR
./flow.srf.asgn.R
DirIn=$DIR_IN
DirOut=/pfs/out
DirErr=$ERR_PATH
FileYear=$FILE_YEAR
image: quay.io/battelleecology/neon-is-srf-asgn-r:4178f7b8
image_pull_secrets:
- battelleecology-quay-read-all-pull-secret
Expand Down
15 changes: 9 additions & 6 deletions pipe/hmp155/hmp155_calibration_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
pipeline:
name: hmp155_calibration_assignment
transform:
cmd:
cmd: ["/bin/bash"]
stdin:
- "#!/bin/bash"
- export ERR_PATH="/pfs/out/errored_datums$FILE_YEAR"
- Rscript
- ./flow.cal.asgn.R
- DirIn=$DIR_IN
- DirOut=/pfs/out
- DirErr=/pfs/out/errored_datums
- FileYear=$FILE_YEAR
./flow.cal.asgn.R
DirIn=$DIR_IN
DirOut=/pfs/out
DirErr=$ERR_PATH
FileYear=$FILE_YEAR
image: quay.io/battelleecology/neon-is-cal-asgn-r:4178f7b8
image_pull_secrets:
- battelleecology-quay-read-all-pull-secret
Expand Down
17 changes: 10 additions & 7 deletions pipe/hmp155/hmp155_location_active_dates_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
pipeline:
name: hmp155_location_active_dates_assignment
transform:
cmd:
cmd: ["/bin/bash"]
stdin:
- "#!/bin/bash"
- export ERR_PATH="/pfs/out/errored_datums$FILE_YEAR"
- Rscript
- ./flow.loc.grp.asgn.R
- DirIn=$DIR_IN
- DirOut=/pfs/out
- DirErr=/pfs/out/errored_datums
- FileYear=$FILE_YEAR
- TypeFile=namedLocation
./flow.loc.grp.asgn.R
DirIn=$DIR_IN
DirOut=/pfs/out
DirErr=$ERR_PATH
FileYear=$FILE_YEAR
TypeFile=namedLocation
image: quay.io/battelleecology/neon-is-loc-grp-asgn-r:4178f7b8
image_pull_secrets:
- battelleecology-quay-read-all-pull-secret
Expand Down
17 changes: 10 additions & 7 deletions pipe/hmp155/hmp155_location_asset_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
pipeline:
name: hmp155_location_asset_assignment
transform:
cmd:
cmd: ["/bin/bash"]
stdin:
- "#!/bin/bash"
- export ERR_PATH="/pfs/out/errored_datums$FILE_YEAR"
- Rscript
- ./flow.loc.grp.asgn.R
- DirIn=$DIR_IN
- DirOut=/pfs/out
- DirErr=/pfs/out/errored_datums
- FileYear=$FILE_YEAR
- TypeFile=asset
./flow.loc.grp.asgn.R
DirIn=$DIR_IN
DirOut=/pfs/out
DirErr=$ERR_PATH
FileYear=$FILE_YEAR
TypeFile=asset
image: quay.io/battelleecology/neon-is-loc-grp-asgn-r:4178f7b8
image_pull_secrets:
- battelleecology-quay-read-all-pull-secret
Expand Down
15 changes: 9 additions & 6 deletions pipe/leveltroll500/leveltroll500_calibration_assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
pipeline:
name: leveltroll500_calibration_assignment
transform:
cmd:
cmd: ["/bin/bash"]
stdin:
- "#!/bin/bash"
- export ERR_PATH="/pfs/out/errored_datums$FILE_YEAR"
- Rscript
- ./flow.cal.asgn.R
- DirIn=$DIR_IN
- DirOut=/pfs/out
- DirErr=/pfs/out/errored_datums
- FileYear=$FILE_YEAR
./flow.cal.asgn.R
DirIn=$DIR_IN
DirOut=/pfs/out
DirErr=$ERR_PATH
FileYear=$FILE_YEAR
image: quay.io/battelleecology/neon-is-cal-asgn-r:4178f7b8
image_pull_secrets:
- battelleecology-quay-read-all-pull-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
pipeline:
name: leveltroll500_location_active_dates_assignment
transform:
cmd:
cmd: ["/bin/bash"]
stdin:
- "#!/bin/bash"
- export ERR_PATH="/pfs/out/errored_datums$FILE_YEAR"
- Rscript
- ./flow.loc.grp.asgn.R
- DirIn=$DIR_IN
- DirOut=/pfs/out
- DirErr=/pfs/out/errored_datums
- FileYear=$FILE_YEAR
- TypeFile=namedLocation
./flow.loc.grp.asgn.R
DirIn=$DIR_IN
DirOut=/pfs/out
DirErr=$ERR_PATH
FileYear=$FILE_YEAR
TypeFile=namedLocation
image: quay.io/battelleecology/neon-is-loc-grp-asgn-r:4178f7b8
image_pull_secrets:
- battelleecology-quay-read-all-pull-secret
Expand Down
Loading

0 comments on commit a2479ff

Please sign in to comment.