anthropics / anthropics/knowledge-work-plugins

Pipeline config lookup points to the wrong folder for known pipelines

未关闭
#187 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
24k
派生
2.9k
平均合并
1 天 16 小时
30 天内合并 PR
149

描述

**Affected file:** `sk/search-strategy/bio-research/skills/nextflow-development/scripts/utils/validators.py`

### What I hit
I tried to validate a known pipeline name and got a false negative result, as if the pipeline did not exist.

I’m thinking this happens because `script_dir = Path(__file__).parent.parent.parent` moves too far up, so `config/pipelines` is searched in the wrong location.

### Repro
1. Call `load_pipeline_config("rnaseq")`.
2. Compare against an existing file under `skills/nextflow-development/scripts/config/pipelines`.
3. See lookup miss because the computed path is incorrect.

### Expected
Lookup should resolve to the actual `scripts/config/pipelines` path.

### Actual
Valid pipeline configs are treated as missing.

### Suggested fix
Adjust config path calculation to the actual script directory structure.

贡献指南

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

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

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