Skip to content

Commit 1922369

Browse files
committed
commit nothing
1 parent 7fd1fc0 commit 1922369

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+45
-45
lines changed

man/.get_context.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH .GET_CONTEXT 1 2025-Jan "" "get current workflow environment context"
1+
.TH .GET_CONTEXT 1 2025-Feb "" "get current workflow environment context"
22
.SH NAME
33
.get_context \- .get_context()
44
.SH SYNOPSIS

man/.internal_call.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH .INTERNAL_CALL 1 2025-Jan "" "Invoke an analysis application"
1+
.TH .INTERNAL_CALL 1 2025-Feb "" "Invoke an analysis application"
22
.SH NAME
33
.internal_call \- .internal_call(app, context)
44
.SH SYNOPSIS

man/.onLoad.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH .ONLOAD 1 2025-Jan "" ".onLoad"
1+
.TH .ONLOAD 1 2025-Feb "" ".onLoad"
22
.SH NAME
33
.onLoad \- .onLoad()
44
.SH SYNOPSIS

man/__build_app.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH __BUILD_APP 1 2025-Jan "" "Build workflow app object"
1+
.TH __BUILD_APP 1 2025-Feb "" "Build workflow app object"
22
.SH NAME
33
__build_app \- __build_app(f)
44
.SH SYNOPSIS

man/__runImpl.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH __RUNIMPL 1 2025-Jan "" "An internal function for start the workflow"
1+
.TH __RUNIMPL 1 2025-Feb "" "An internal function for start the workflow"
22
.SH NAME
33
__runImpl \- __runImpl(context,
44
<i>disables</i> = 'list'())

man/__workfile_uri_parser.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH __WORKFILE_URI_PARSER 1 2025-Jan "" "parse the workfile expression"
1+
.TH __WORKFILE_URI_PARSER 1 2025-Feb "" "parse the workfile expression"
22
.SH NAME
33
__workfile_uri_parser \- __workfile_uri_parser(uri)
44
.SH SYNOPSIS

man/__workfiles.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH __WORKFILES 1 2025-Jan "" "parse the workfile expression"
1+
.TH __WORKFILES 1 2025-Feb "" "parse the workfile expression"
22
.SH NAME
33
__workfiles \- __workfiles(files.uri)
44
.SH SYNOPSIS

man/app.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH APP 1 2025-Jan "" "Analysis app constructor"
1+
.TH APP 1 2025-Feb "" "Analysis app constructor"
22
.SH NAME
33
app \- app(name, analysis,
44
<i>desc</i> = <span style='color: brown;'><strong>'no description'</strong></span>,

man/app_check.delegate.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH APP_CHECK.DELEGATE 1 2025-Jan "" "Check the function signature of the app function"
1+
.TH APP_CHECK.DELEGATE 1 2025-Feb "" "Check the function signature of the app function"
22
.SH NAME
33
app_check.delegate \- app_check.delegate(analysis)
44
.SH SYNOPSIS

man/app_check.signature.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH APP_CHECK.SIGNATURE 1 2025-Jan "" "check of the required app slot"
1+
.TH APP_CHECK.SIGNATURE 1 2025-Feb "" "check of the required app slot"
22
.SH NAME
33
app_check.signature \- app_check.signature(app)
44
.SH SYNOPSIS

man/check_dependency.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH CHECK_DEPENDENCY 1 2025-Jan "" "Check of the analysis app dependency"
1+
.TH CHECK_DEPENDENCY 1 2025-Feb "" "Check of the analysis app dependency"
22
.SH NAME
33
check_dependency \- check_dependency(app,
44
<i>context</i> = '.get_context'())

man/check_dependency.context_env.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH CHECK_DEPENDENCY.CONTEXT_ENV 1 2025-Jan "" "Check of the required environment symbols"
1+
.TH CHECK_DEPENDENCY.CONTEXT_ENV 1 2025-Feb "" "Check of the required environment symbols"
22
.SH NAME
33
check_dependency.context_env \- check_dependency.context_env(requires, context)
44
.SH SYNOPSIS

man/check_dependency.localfiles.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH CHECK_DEPENDENCY.LOCALFILES 1 2025-Jan "" "Check for the upstream file dependency"
1+
.TH CHECK_DEPENDENCY.LOCALFILES 1 2025-Feb "" "Check for the upstream file dependency"
22
.SH NAME
33
check_dependency.localfiles \- check_dependency.localfiles(requires, context)
44
.SH SYNOPSIS

man/create_memory_context.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH CREATE_MEMORY_CONTEXT 1 2025-Jan "" "create an in-memory context object just used for run debug"
1+
.TH CREATE_MEMORY_CONTEXT 1 2025-Feb "" "create an in-memory context object just used for run debug"
22
.SH NAME
33
create_memory_context \- create_memory_context(
44
<i>mounts</i> = <span style='color: blue !important;'>NULL</span>)

man/definePipeline.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH DEFINEPIPELINE 1 2025-Jan "" "Create a custom pipeline workflow execute sequence"
1+
.TH DEFINEPIPELINE 1 2025-Feb "" "Create a custom pipeline workflow execute sequence"
22
.SH NAME
33
definePipeline \- definePipeline(seq)
44
.SH SYNOPSIS

man/dependency.context_env_missing.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH DEPENDENCY.CONTEXT_ENV_MISSING 1 2025-Jan "" "Generate the error message for missing context symbols"
1+
.TH DEPENDENCY.CONTEXT_ENV_MISSING 1 2025-Feb "" "Generate the error message for missing context symbols"
22
.SH NAME
33
dependency.context_env_missing \- dependency.context_env_missing(context)
44
.SH SYNOPSIS

man/dependency.workfiles_missing.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH DEPENDENCY.WORKFILES_MISSING 1 2025-Jan "" "Generate the error message for the missing required work files"
1+
.TH DEPENDENCY.WORKFILES_MISSING 1 2025-Feb "" "Generate the error message for the missing required work files"
22
.SH NAME
33
dependency.workfiles_missing \- dependency.workfiles_missing(file)
44
.SH SYNOPSIS

man/dependency_analysis.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH DEPENDENCY_ANALYSIS 1 2025-Jan "" "dependency_analysis"
1+
.TH DEPENDENCY_ANALYSIS 1 2025-Feb "" "dependency_analysis"
22
.SH NAME
33
dependency_analysis \- dependency_analysis(app)
44
.SH SYNOPSIS

man/dependency_graph.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH DEPENDENCY_GRAPH 1 2025-Jan "" "try to extract the dependency graph from the application modules"
1+
.TH DEPENDENCY_GRAPH 1 2025-Feb "" "try to extract the dependency graph from the application modules"
22
.SH NAME
33
dependency_graph \- dependency_graph(mounts)
44
.SH SYNOPSIS

man/echo_warning.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH ECHO_WARNING 1 2025-Jan "" "print warning message on the screen and the log file"
1+
.TH ECHO_WARNING 1 2025-Feb "" "print warning message on the screen and the log file"
22
.SH NAME
33
echo_warning \- echo_warning(msg,
44
<i>app</i> = <span style='color: blue !important;'>NULL</span>)

man/extract_workflow_vertex.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH EXTRACT_WORKFLOW_VERTEX 1 2025-Jan "" "extract_workflow_vertex"
1+
.TH EXTRACT_WORKFLOW_VERTEX 1 2025-Feb "" "extract_workflow_vertex"
22
.SH NAME
33
extract_workflow_vertex \- extract_workflow_vertex(meta)
44
.SH SYNOPSIS

man/filepath_safe.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH FILEPATH_SAFE 1 2025-Jan "" "Create the file path safely"
1+
.TH FILEPATH_SAFE 1 2025-Feb "" "Create the file path safely"
22
.SH NAME
33
filepath_safe \- filepath_safe(dir, filename,
44
<i>maxchars</i> = <span style='color: green;'>48</span>)

man/finalize.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH FINALIZE 1 2025-Jan "" "Mark end of the analysis workflow"
1+
.TH FINALIZE 1 2025-Feb "" "Mark end of the analysis workflow"
22
.SH NAME
33
finalize \- finalize()
44
.SH SYNOPSIS

man/get_appName.func_reference.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GET_APPNAME.FUNC_REFERENCE 1 2025-Jan "" "get app name from the analysis function as reference"
1+
.TH GET_APPNAME.FUNC_REFERENCE 1 2025-Feb "" "get app name from the analysis function as reference"
22
.SH NAME
33
get_appName.func_reference \- get_appName.func_reference(app)
44
.SH SYNOPSIS

man/get_appName.obj.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GET_APPNAME.OBJ 1 2025-Jan "" "Get app name from the generated analysis app module"
1+
.TH GET_APPNAME.OBJ 1 2025-Feb "" "Get app name from the generated analysis app module"
22
.SH NAME
33
get_appName.obj \- get_appName.obj(app)
44
.SH SYNOPSIS

man/get_app_name.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GET_APP_NAME 1 2025-Jan "" "Helper function for get app name"
1+
.TH GET_APP_NAME 1 2025-Feb "" "Helper function for get app name"
22
.SH NAME
33
get_app_name \- get_app_name(app)
44
.SH SYNOPSIS

man/get_config.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GET_CONFIG 1 2025-Jan "" "get user parameter value inside current workflow context environment"
1+
.TH GET_CONFIG 1 2025-Feb "" "get user parameter value inside current workflow context environment"
22
.SH NAME
33
get_config \- get_config(name,
44
<i>default</i> = <span style='color: blue !important;'>NULL</span>,

man/get_functionName.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GET_FUNCTIONNAME 1 2025-Jan "" "get function name"
1+
.TH GET_FUNCTIONNAME 1 2025-Feb "" "get function name"
22
.SH NAME
33
get_functionName \- get_functionName(f)
44
.SH SYNOPSIS

man/get_timestamp.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GET_TIMESTAMP 1 2025-Jan "" "get a character vector of current timespan"
1+
.TH GET_TIMESTAMP 1 2025-Feb "" "get a character vector of current timespan"
22
.SH NAME
33
get_timestamp \- get_timestamp()
44
.SH SYNOPSIS

man/has_cachefile.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH HAS_CACHEFILE 1 2025-Jan "" "check the cache file is exists or not"
1+
.TH HAS_CACHEFILE 1 2025-Feb "" "check the cache file is exists or not"
22
.SH NAME
33
has_cachefile \- has_cachefile(filepath)
44
.SH SYNOPSIS

man/hook.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH HOOK 1 2025-Jan "" "Add workflow app component into the registry"
1+
.TH HOOK 1 2025-Feb "" "Add workflow app component into the registry"
22
.SH NAME
33
hook \- hook(app)
44
.SH SYNOPSIS

man/init_context.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH INIT_CONTEXT 1 2025-Jan "" "This function should be call at first"
1+
.TH INIT_CONTEXT 1 2025-Feb "" "This function should be call at first"
22
.SH NAME
33
init_context \- init_context(
44
<i>outputdir</i> = <span style='color: brown;'><strong>'./'</strong></span>)

man/pull_configs.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH PULL_CONFIGS 1 2025-Jan "" "pull all configuration value from workflow registry"
1+
.TH PULL_CONFIGS 1 2025-Feb "" "pull all configuration value from workflow registry"
22
.SH NAME
33
pull_configs \- pull_configs()
44
.SH SYNOPSIS

man/result_dir.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH RESULT_DIR 1 2025-Jan "" "get directory folder path for the analysis output result"
1+
.TH RESULT_DIR 1 2025-Feb "" "get directory folder path for the analysis output result"
22
.SH NAME
33
result_dir \- result_dir()
44
.SH SYNOPSIS

man/run.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH RUN 1 2025-Jan "" "Call this function to start run workflow"
1+
.TH RUN 1 2025-Feb "" "Call this function to start run workflow"
22
.SH NAME
33
run \- run(
44
<i>registry</i> = <span style='color: blue !important;'>NULL</span>,

man/set_config.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH SET_CONFIG 1 2025-Jan "" "Set user parameters to the workflow context"
1+
.TH SET_CONFIG 1 2025-Feb "" "Set user parameters to the workflow context"
22
.SH NAME
33
set_config \- set_config(
44
<i>configs</i> = 'list'())

man/set_dependency.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH SET_DEPENDENCY 1 2025-Jan "" "function for create application dependency data"
1+
.TH SET_DEPENDENCY 1 2025-Feb "" "function for create application dependency data"
22
.SH NAME
33
set_dependency \- set_dependency(
44
<i>context.env</i> = 'list'(),

man/set_disable.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH SET_DISABLE 1 2025-Jan "" "Set workflow application disable flag"
1+
.TH SET_DISABLE 1 2025-Feb "" "Set workflow application disable flag"
22
.SH NAME
33
set_disable \- set_disable(app,
44
<i>flag</i> = <span style='color: blue !important;'>TRUE</span>)

man/summary.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH SUMMARY 1 2025-Jan "" "Inspect the workflow analysis modules"
1+
.TH SUMMARY 1 2025-Feb "" "Inspect the workflow analysis modules"
22
.SH NAME
33
summary \- summary()
44
.SH SYNOPSIS

man/tabulate_workflow_summary.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH TABULATE_WORKFLOW_SUMMARY 1 2025-Jan "" "Extract the workflow analysis contents"
1+
.TH TABULATE_WORKFLOW_SUMMARY 1 2025-Feb "" "Extract the workflow analysis contents"
22
.SH NAME
33
tabulate_workflow_summary \- tabulate_workflow_summary(pool)
44
.SH SYNOPSIS

man/throw_err.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH THROW_ERR 1 2025-Jan "" "echo error message on the screen and then crash the workflow"
1+
.TH THROW_ERR 1 2025-Feb "" "echo error message on the screen and then crash the workflow"
22
.SH NAME
33
throw_err \- throw_err(msg)
44
.SH SYNOPSIS

man/use_cache.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH USE_CACHE 1 2025-Jan "" "Work with cache file"
1+
.TH USE_CACHE 1 2025-Feb "" "Work with cache file"
22
.SH NAME
33
use_cache \- use_cache(filepath, create)
44
.SH SYNOPSIS

man/workdir_root.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH WORKDIR_ROOT 1 2025-Jan "" "Get workspace root directory"
1+
.TH WORKDIR_ROOT 1 2025-Feb "" "Get workspace root directory"
22
.SH NAME
33
workdir_root \- workdir_root()
44
.SH SYNOPSIS

man/workfile.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH WORKFILE 1 2025-Jan "" "Construct of the file path inside an app workspace"
1+
.TH WORKFILE 1 2025-Feb "" "Construct of the file path inside an app workspace"
22
.SH NAME
33
workfile \- workfile(app,
44
<i>relpath</i> = <span style='color: blue !important;'>NULL</span>)

man/workspace.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH WORKSPACE 1 2025-Jan "" "get app workspace location"
1+
.TH WORKSPACE 1 2025-Feb "" "get app workspace location"
22
.SH NAME
33
workspace \- workspace(app)
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)