Agens flowio
skill_id: flowio
install
source · Clone the upstream repo
git clone https://github.com/Gyoungwe/agens
manifest:
skills/flowio/skill.yamlsource content
skill_id: flowio name: flowio description: Parse FCS (Flow Cytometry Standard) files v2.0-3.1. Extract events as NumPy arrays, read metadata/channels, convert to CSV/DataFrame, for flow cytometry data preprocessing. version: 1.0.0 author: K-Dense Inc. license: BSD-3-Clause license tags:
- scientific-agent-skills
- flowio tools: [] permissions: network: false filesystem: false shell: false agents:
- bio_code_agent enabled: true source: scientific-agent-skills entrypoint: entry.py readme: README.md input_schema: {} output_schema: type: object metadata: upstream_repo: K-Dense-AI/scientific-agent-skills upstream_skill: flowio upstream_path: scientific-skills/flowio/SKILL.md upstream_frontmatter: name: flowio description: Parse FCS (Flow Cytometry Standard) files v2.0-3.1. Extract events as NumPy arrays, read metadata/channels, convert to CSV/DataFrame, for flow cytometry data preprocessing. license: BSD-3-Clause license metadata: skill-author: K-Dense Inc.