...
Using the System
command & options
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
mcilroy$ /users/vlapipe/workflows/nmtest/bin/realfastIngest -h
usage: realfastIngest [-h] [-P PROFILE] [-s SDM_PATH] [-p PNG_PATH]
sdmName [sdmName ...]
RealFast SDM Ingestion, version 3.9.0b2: Initiates an ingestion workflow for the SDM and ancillary
files for each execution block listed.
positional arguments:
sdmName FileSet Identifiers(s) to ingest
optional arguments:
-h, --help show this help message and exit
-P PROFILE, --profile PROFILE
profile name to use, e.g. nmtest, mnprod
-s SDM_PATH, --sdm_path SDM_PATH
Path to the RealFast SDM (overrides CAPO setting)
-p PNG_PATH, --png_path PNG_PATH
Path to the candidate PNG files (overrides CAPO setting)
mcilroy$
|
defaults, and potential issues with changing them
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
edu.nrao.archive.workflow.config.collection.RealfastSettings.serviceUrl = https://webtest.aoc.nrao.edu/archiveServices/ # edu.nrao.archive.workflow.config.collection.RealfastSettings.pngNameArgument = realfast_ancillaries?path= edu.nrao.archive.workflow.config.collection.RealfastSettings.donorLocatorArgument = realfast_associate?path= edu.nrao.archive.workflow.config.collection.RealfastSettings.collectionMetadataArgument = realfast_collection?path= # edu.nrao.archive.workflow.config.collection.RealfastSettings.ingestNGAS = false edu.nrao.archive.workflow.config.collection.RealfastSettings.realfastStagePath = /lustre/aoc/cluster/pipeline/nmtest/stage_products # edu.nrao.archive.workflow.config.collection.RealfastSettings.realfastSdmPath = /lustre/aoc/sciops/pdemores/realfast_sdms edu.nrao.archive.workflow.config.collection.RealfastSettings.realfastPngPath = /lustre/aoc/sciops/pdemores/realfast_sdms |
...