add nextflow d30e48d
This commit is contained in:
128
nextflow/plugins/nf-tower/src/resources/tower-schema.properties
Normal file
128
nextflow/plugins/nf-tower/src/resources/tower-schema.properties
Normal file
@@ -0,0 +1,128 @@
|
||||
#
|
||||
# Copyright 2013-2026, Seqera Labs
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
# workflow
|
||||
workflow.id = 16
|
||||
workflow.projectDir = 255
|
||||
workflow.profile = 100
|
||||
workflow.homeDir = 255
|
||||
workflow.workDir = 255
|
||||
workflow.container = 255
|
||||
workflow.commitId = 40
|
||||
workflow.errorMessage = 255
|
||||
workflow.repository = 255
|
||||
workflow.containerEngine = 255
|
||||
workflow.scriptFile = 255
|
||||
workflow.userName = 40
|
||||
workflow.launchDir = 255
|
||||
workflow.runName = 80
|
||||
workflow.sessionId = 36
|
||||
workflow.scriptId = 40
|
||||
workflow.revision = 100
|
||||
workflow.nextflow.version = 20
|
||||
workflow.nextflow.build = 10
|
||||
workflow.projectName = 100
|
||||
workflow.scriptName = 100
|
||||
workflow.operationId = 110
|
||||
workflow.outFile = 255
|
||||
workflow.logFile = 255
|
||||
workflow.manifest.nextflowVersion = 20
|
||||
workflow.manifest.defaultBranch = 20
|
||||
workflow.manifest.version = 20
|
||||
workflow.manifest.homePage = 200
|
||||
workflow.manifest.description = 1024
|
||||
workflow.manifest.name = 150
|
||||
workflow.manifest.mainScript = 100
|
||||
workflow.manifest.author = 150
|
||||
workflow.manifest.gitmodules = 150
|
||||
workflow.manifest.doi = 100
|
||||
workflow.stats.computeTimeFmt = 50
|
||||
# process names
|
||||
processNames = 255
|
||||
# tasks
|
||||
workflowId = 16
|
||||
tasks.env = 2048
|
||||
tasks.script = 10240
|
||||
tasks.status = 10
|
||||
tasks.hash = 34
|
||||
tasks.name = 255
|
||||
tasks.process = 255
|
||||
tasks.tag = 255
|
||||
tasks.container = 255
|
||||
tasks.scratch = 255
|
||||
tasks.workdir = 512
|
||||
tasks.queue = 100
|
||||
tasks.errorAction = 10
|
||||
tasks.nativeId = 100
|
||||
tasks.module = 255
|
||||
tasks.executor = 25
|
||||
tasks.machineType = 25
|
||||
tasks.cloudZone = 25
|
||||
tasks.priceModel = 15
|
||||
# process progress
|
||||
progress.name = 255
|
||||
# metrics
|
||||
metrics.process = 255
|
||||
metrics.cpuUsage.minLabel = 255
|
||||
metrics.cpuUsage.maxLabel = 255
|
||||
metrics.cpuUsage.q1Label = 255
|
||||
metrics.cpuUsage.q2Label = 255
|
||||
metrics.cpuUsage.q3Label = 255
|
||||
metrics.process.minLabel = 255
|
||||
metrics.process.maxLabel = 255
|
||||
metrics.process.q1Label = 255
|
||||
metrics.process.q2Label = 255
|
||||
metrics.process.q3Label = 255
|
||||
metrics.mem.minLabel = 255
|
||||
metrics.mem.maxLabel = 255
|
||||
metrics.mem.q1Label = 255
|
||||
metrics.mem.q2Label = 255
|
||||
metrics.mem.q3Label = 255
|
||||
metrics.memUsage.minLabel = 255
|
||||
metrics.memUsage.maxLabel = 255
|
||||
metrics.memUsage.q1Label = 255
|
||||
metrics.memUsage.q2Label = 255
|
||||
metrics.memUsage.q3Label = 255
|
||||
metrics.timeUsage.minLabel = 255
|
||||
metrics.timeUsage.maxLabel = 255
|
||||
metrics.timeUsage.q1Label = 255
|
||||
metrics.timeUsage.q2Label = 255
|
||||
metrics.timeUsage.q3Label = 255
|
||||
metrics.vmem.minLabel = 255
|
||||
metrics.vmem.maxLabel = 255
|
||||
metrics.vmem.q1Label = 255
|
||||
metrics.vmem.q2Label = 255
|
||||
metrics.vmem.q3Label = 255
|
||||
metrics.cpu.minLabel = 255
|
||||
metrics.cpu.maxLabel = 255
|
||||
metrics.cpu.q1Label = 255
|
||||
metrics.cpu.q2Label = 255
|
||||
metrics.cpu.q3Label = 255
|
||||
metrics.time.minLabel = 255
|
||||
metrics.time.maxLabel = 255
|
||||
metrics.time.q1Label = 255
|
||||
metrics.time.q2Label = 255
|
||||
metrics.time.q3Label = 255
|
||||
metrics.reads.minLabel = 255
|
||||
metrics.reads.maxLabel = 255
|
||||
metrics.reads.q1Label = 255
|
||||
metrics.reads.q2Label = 255
|
||||
metrics.reads.q3Label = 255
|
||||
metrics.writes.minLabel = 255
|
||||
metrics.writes.maxLabel = 255
|
||||
metrics.writes.q1Label = 255
|
||||
metrics.writes.q2Label = 255
|
||||
metrics.writes.q3Label = 255
|
||||
Reference in New Issue
Block a user