paperconfig

Generate and validate paperconfig.yaml files for omics publication knowledge graph integration.

Updated Nov 30, 2025
One-click install
npx skills add https://github.com/wosnat/multiomics_biocypher_kg --skill paperconfig
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paperconfig
Source: https://github.com/wosnat/multiomics_biocypher_kg/tree/main/.claude/skills/paperconfig
Command: npx skills add https://github.com/wosnat/multiomics_biocypher_kg --skill paperconfig

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation and validation of paperconfig.yaml files that configure the integration of omics publication data into the knowledge graph, reducing manual setup and errors during ingestion.

Core Features & Use Cases

  • Generate a complete paperconfig.yaml for a new publication, including publication metadata, environmental conditions, supplementary materials, and statistical analyses.
  • Validate CSV file paths, PDF references, and cross-reference integrity to ensure downstream knowledge graph generation is reliable.
  • Support multi-paper workflows by reusing the same schema and validation logic across different publications and data types.

Quick Start

Run the paperconfig skill on a paper directory such as data/Prochlorococcus/papers_and_supp/<Author Year>/ to assemble a paperconfig.yaml and then validate it using the provided script.

Frequently Asked Questions about paperconfig

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate a YAML configuration file for integrating omics publication data into a knowledge graph?

To validate a YAML configuration file for omics data integration, you can use a built-in validation script that verifies file paths, IDs, cross-references, and structural integrity. This ensures your supplementary tables and PDF references map correctly to generate reliable graph nodes and edges.

What is the best way to generate a YAML schema for parsing omics differential expression data from PDFs and CSVs?

Generating a YAML schema for omics differential expression data involves automating the extraction of publication metadata, environmental conditions, and statistical analyses. The process parses PDFs and CSV supplementary tables to map columns and create cross-references for downstream knowledge graph ingestion.

Does the YAML validation process check for missing CSV files and broken cross-references in multi-paper workflows?

Yes, the YAML validation process performs file existence checks for CSV paths and validates cross-reference integrity. This allows you to reuse the same schema and validation logic across different publications and data types, ensuring reliable multi-paper knowledge graph generation.

Can I use this approach to validate column mappings for statistical analyses in omics data?

Yes, you can validate column mappings for statistical analyses in omics data. The validation logic checks that your YAML configuration correctly maps supplementary table columns to the required schema, verifying paths and references before generating graph nodes and edges.

Why does my knowledge graph generation fail when ingesting omics publication data from supplementary tables?

Knowledge graph generation fails when ingesting omics data if the YAML configuration has structural errors, missing CSV file paths, or invalid cross-references. Running a dedicated validation script verifies paths, IDs, and references beforehand to prevent these ingestion errors.