AllenNeuralDynamics / AllenNeuralDynamics/dynamic_foraging_qc_capsule

refactor to use clearer API calls

未关闭
#5 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
0
派生
0
平均合并
1 分钟
30 天内合并 PR
4

描述

@arjunsridhar12345 and I spoke about making this capsule run from raw data which would turn the capsule wrapper into four lines of code:

```python
# Note: these may not be the exact calls
input_fp = '/data"
raw_data = RawDataLoader(input_fp)
qc_raw_data(raw_data)
trials_table = TrialsBuilder(raw_data)
qc_processed_data(trials_table)
```

It's possible that this will be two separate capsules or an API exposed from `dynamic-foraging-processing` that get's called from this capsule (e.g. `run_qc(input_fp` where `run_qc` runs the above steps).

贡献指南

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

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

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