AllenNeuralDynamics / AllenNeuralDynamics/aind-smartspim-quantification

Add "start" time to Nextflow trace file configuration

未关闭
#29 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
1
派生
2
PR 合并指标
30 天内没有已合并 PR

描述

I think the Groovy configuration for the Nextflow trace file should look something like this:

trace {
enabled = true
file = 'trace.txt'
fields = 'task_id,name,status,submit,start,complete,duration,realtime'
}

Bottom line, all I want you to do is add the "start" field so I can tell when a capsule started (not just when it was submitted). Please leave the submitted, duration, and realtime fields. This will enable me to essentially recreate the timeline chart myself, which I cannot do without the start time.

Thank you.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。