encode-toolkit 0.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- encode_toolkit-0.3.0/.claude/settings.json +11 -0
- encode_toolkit-0.3.0/.claude-plugin/marketplace.json +18 -0
- encode_toolkit-0.3.0/.claude-plugin/plugin.json +126 -0
- encode_toolkit-0.3.0/.cursor-plugin/marketplace.json +27 -0
- encode_toolkit-0.3.0/.cursor-plugin/plugin.json +48 -0
- encode_toolkit-0.3.0/.env.example +9 -0
- encode_toolkit-0.3.0/.github/ISSUE_TEMPLATE/bug_report.yml +79 -0
- encode_toolkit-0.3.0/.github/ISSUE_TEMPLATE/feature_request.yml +49 -0
- encode_toolkit-0.3.0/.github/PULL_REQUEST_TEMPLATE.md +36 -0
- encode_toolkit-0.3.0/.github/dependabot.yml +25 -0
- encode_toolkit-0.3.0/.github/workflows/clone-count.yml +102 -0
- encode_toolkit-0.3.0/.github/workflows/lint.yml +27 -0
- encode_toolkit-0.3.0/.github/workflows/release.yml +155 -0
- encode_toolkit-0.3.0/.github/workflows/test.yml +37 -0
- encode_toolkit-0.3.0/.github/workflows/validate.yml +55 -0
- encode_toolkit-0.3.0/.gitignore +58 -0
- encode_toolkit-0.3.0/.mcp.json +3 -0
- encode_toolkit-0.3.0/.pre-commit-config.yaml +45 -0
- encode_toolkit-0.3.0/CHANGELOG.md +40 -0
- encode_toolkit-0.3.0/CITATION.cff +23 -0
- encode_toolkit-0.3.0/CLAUDE.md +168 -0
- encode_toolkit-0.3.0/CONTRIBUTING.md +108 -0
- encode_toolkit-0.3.0/Dockerfile +21 -0
- encode_toolkit-0.3.0/LICENSE +661 -0
- encode_toolkit-0.3.0/PKG-INFO +843 -0
- encode_toolkit-0.3.0/PRIVACY.md +66 -0
- encode_toolkit-0.3.0/README.md +810 -0
- encode_toolkit-0.3.0/SECURITY.md +73 -0
- encode_toolkit-0.3.0/agents/atacseq-pipeline.md +28 -0
- encode_toolkit-0.3.0/agents/chipseq-pipeline.md +26 -0
- encode_toolkit-0.3.0/agents/cutandrun-pipeline.md +28 -0
- encode_toolkit-0.3.0/agents/dnaseseq-pipeline.md +31 -0
- encode_toolkit-0.3.0/agents/hic-pipeline.md +32 -0
- encode_toolkit-0.3.0/agents/rnaseq-pipeline.md +32 -0
- encode_toolkit-0.3.0/agents/wgbs-pipeline.md +30 -0
- encode_toolkit-0.3.0/commands/browse-files.md +12 -0
- encode_toolkit-0.3.0/commands/cite-encode.md +10 -0
- encode_toolkit-0.3.0/commands/compare-experiments.md +10 -0
- encode_toolkit-0.3.0/commands/cross-reference.md +10 -0
- encode_toolkit-0.3.0/commands/download-encode.md +10 -0
- encode_toolkit-0.3.0/commands/log-provenance.md +10 -0
- encode_toolkit-0.3.0/commands/manage-credentials.md +10 -0
- encode_toolkit-0.3.0/commands/quality-check.md +10 -0
- encode_toolkit-0.3.0/commands/search-encode.md +10 -0
- encode_toolkit-0.3.0/commands/track-experiments.md +10 -0
- encode_toolkit-0.3.0/conftest.py +5 -0
- encode_toolkit-0.3.0/docs/SHOWCASE.md +1309 -0
- encode_toolkit-0.3.0/docs/api-reference.md +878 -0
- encode_toolkit-0.3.0/docs/icon.svg +82 -0
- encode_toolkit-0.3.0/docs/integrations.md +384 -0
- encode_toolkit-0.3.0/docs/security.md +391 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/accessibility-aggregation.md +119 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/batch-analysis.md +120 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/cellxgene-context.md +117 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/cite-encode.md +121 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/clinvar-annotation.md +120 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/compare-biosamples.md +118 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/cross-reference.md +113 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/data-provenance.md +105 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/disease-research.md +120 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/download-encode.md +113 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/ensembl-annotation.md +103 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/epigenome-profiling.md +111 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/geo-connector.md +129 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/gnomad-variants.md +118 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/gtex-expression.md +102 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/gwas-catalog.md +120 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/hic-aggregation.md +121 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/histone-aggregation.md +115 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/integrative-analysis.md +120 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/jaspar-motifs.md +120 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/methylation-aggregation.md +119 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/motif-analysis.md +120 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/multi-omics-integration.md +120 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/peak-annotation.md +121 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/pipeline-atacseq.md +119 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/pipeline-chipseq.md +121 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/pipeline-cutandrun.md +119 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/pipeline-dnaseseq.md +116 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/pipeline-guide.md +108 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/pipeline-hic.md +120 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/pipeline-rnaseq.md +120 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/pipeline-wgbs.md +120 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/publication-trust.md +120 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/quality-assessment.md +105 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/regulatory-elements.md +118 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/scrna-meta-analysis.md +121 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/search-encode.md +109 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/setup.md +119 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/single-cell-encode.md +114 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/track-experiments.md +120 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/ucsc-browser.md +120 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/variant-annotation.md +120 -0
- encode_toolkit-0.3.0/docs/skill-vignettes/visualization-workflow.md +119 -0
- encode_toolkit-0.3.0/docs/submission-examples.md +264 -0
- encode_toolkit-0.3.0/docs/vignettes/01-discovery-and-search.md +180 -0
- encode_toolkit-0.3.0/docs/vignettes/02-download-and-track.md +179 -0
- encode_toolkit-0.3.0/docs/vignettes/03-epigenomics-workflow.md +201 -0
- encode_toolkit-0.3.0/docs/vignettes/04-variant-and-disease.md +212 -0
- encode_toolkit-0.3.0/docs/vignettes/05-expression-and-single-cell.md +174 -0
- encode_toolkit-0.3.0/docs/vignettes/06-motif-and-regulatory.md +171 -0
- encode_toolkit-0.3.0/docs/vignettes/07-3d-genome-and-methylation.md +169 -0
- encode_toolkit-0.3.0/docs/vignettes/08-pipeline-execution.md +199 -0
- encode_toolkit-0.3.0/docs/vignettes/09-cross-reference-and-integration.md +164 -0
- encode_toolkit-0.3.0/docs/vignettes/_captured_output.md +683 -0
- encode_toolkit-0.3.0/docs/walkthrough.md +772 -0
- encode_toolkit-0.3.0/glama.json +6 -0
- encode_toolkit-0.3.0/index.js +50 -0
- encode_toolkit-0.3.0/package.json +43 -0
- encode_toolkit-0.3.0/plugin/.claude-plugin/plugin.json +21 -0
- encode_toolkit-0.3.0/plugin/.mcp.json +9 -0
- encode_toolkit-0.3.0/plugin/CLAUDE.md +168 -0
- encode_toolkit-0.3.0/plugin/agents/atacseq-pipeline.md +28 -0
- encode_toolkit-0.3.0/plugin/agents/chipseq-pipeline.md +26 -0
- encode_toolkit-0.3.0/plugin/agents/cutandrun-pipeline.md +28 -0
- encode_toolkit-0.3.0/plugin/agents/dnaseseq-pipeline.md +31 -0
- encode_toolkit-0.3.0/plugin/agents/hic-pipeline.md +32 -0
- encode_toolkit-0.3.0/plugin/agents/rnaseq-pipeline.md +32 -0
- encode_toolkit-0.3.0/plugin/agents/wgbs-pipeline.md +30 -0
- encode_toolkit-0.3.0/plugin/commands/browse-files.md +12 -0
- encode_toolkit-0.3.0/plugin/commands/cite-encode.md +10 -0
- encode_toolkit-0.3.0/plugin/commands/compare-experiments.md +10 -0
- encode_toolkit-0.3.0/plugin/commands/cross-reference.md +10 -0
- encode_toolkit-0.3.0/plugin/commands/download-encode.md +10 -0
- encode_toolkit-0.3.0/plugin/commands/log-provenance.md +10 -0
- encode_toolkit-0.3.0/plugin/commands/manage-credentials.md +10 -0
- encode_toolkit-0.3.0/plugin/commands/quality-check.md +10 -0
- encode_toolkit-0.3.0/plugin/commands/search-encode.md +10 -0
- encode_toolkit-0.3.0/plugin/commands/track-experiments.md +10 -0
- encode_toolkit-0.3.0/plugin/skills/accessibility-aggregation/SKILL.md +357 -0
- encode_toolkit-0.3.0/plugin/skills/accessibility-aggregation/references/atac-vs-dnase.md +121 -0
- encode_toolkit-0.3.0/plugin/skills/accessibility-aggregation/references/literature.md +110 -0
- encode_toolkit-0.3.0/plugin/skills/accessibility-aggregation/scripts/validate_peaks.py +304 -0
- encode_toolkit-0.3.0/plugin/skills/batch-analysis/SKILL.md +579 -0
- encode_toolkit-0.3.0/plugin/skills/batch-analysis/references/literature.md +200 -0
- encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/SKILL.md +721 -0
- encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/environments/atacseq-env.yml +30 -0
- encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/environments/chipseq-env.yml +35 -0
- encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/environments/cutandrun-env.yml +34 -0
- encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/environments/dnaseseq-env.yml +31 -0
- encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/environments/hic-env.yml +36 -0
- encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/environments/rnaseq-env.yml +29 -0
- encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/environments/wgbs-env.yml +29 -0
- encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/references/literature.md +123 -0
- encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/scripts/install-nextflow.sh +137 -0
- encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/scripts/install-python-packages.sh +107 -0
- encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/scripts/install-r-packages.R +151 -0
- encode_toolkit-0.3.0/plugin/skills/cellxgene-context/SKILL.md +443 -0
- encode_toolkit-0.3.0/plugin/skills/cellxgene-context/references/literature.md +201 -0
- encode_toolkit-0.3.0/plugin/skills/cite-encode/SKILL.md +643 -0
- encode_toolkit-0.3.0/plugin/skills/cite-encode/references/literature.md +56 -0
- encode_toolkit-0.3.0/plugin/skills/clinvar-annotation/SKILL.md +444 -0
- encode_toolkit-0.3.0/plugin/skills/clinvar-annotation/references/literature.md +212 -0
- encode_toolkit-0.3.0/plugin/skills/compare-biosamples/SKILL.md +502 -0
- encode_toolkit-0.3.0/plugin/skills/compare-biosamples/references/literature.md +210 -0
- encode_toolkit-0.3.0/plugin/skills/cross-reference/SKILL.md +687 -0
- encode_toolkit-0.3.0/plugin/skills/cross-reference/references/literature.md +210 -0
- encode_toolkit-0.3.0/plugin/skills/data-provenance/SKILL.md +646 -0
- encode_toolkit-0.3.0/plugin/skills/data-provenance/references/literature.md +75 -0
- encode_toolkit-0.3.0/plugin/skills/disease-research/SKILL.md +456 -0
- encode_toolkit-0.3.0/plugin/skills/disease-research/references/literature.md +94 -0
- encode_toolkit-0.3.0/plugin/skills/download-encode/SKILL.md +476 -0
- encode_toolkit-0.3.0/plugin/skills/download-encode/references/literature.md +164 -0
- encode_toolkit-0.3.0/plugin/skills/ensembl-annotation/SKILL.md +363 -0
- encode_toolkit-0.3.0/plugin/skills/ensembl-annotation/references/literature.md +202 -0
- encode_toolkit-0.3.0/plugin/skills/epigenome-profiling/SKILL.md +607 -0
- encode_toolkit-0.3.0/plugin/skills/epigenome-profiling/references/literature.md +236 -0
- encode_toolkit-0.3.0/plugin/skills/functional-screen-analysis/SKILL.md +703 -0
- encode_toolkit-0.3.0/plugin/skills/functional-screen-analysis/references/literature.md +121 -0
- encode_toolkit-0.3.0/plugin/skills/geo-connector/SKILL.md +383 -0
- encode_toolkit-0.3.0/plugin/skills/geo-connector/references/literature.md +200 -0
- encode_toolkit-0.3.0/plugin/skills/gnomad-variants/SKILL.md +384 -0
- encode_toolkit-0.3.0/plugin/skills/gnomad-variants/references/literature.md +212 -0
- encode_toolkit-0.3.0/plugin/skills/gtex-expression/SKILL.md +447 -0
- encode_toolkit-0.3.0/plugin/skills/gtex-expression/references/literature.md +201 -0
- encode_toolkit-0.3.0/plugin/skills/gwas-catalog/SKILL.md +540 -0
- encode_toolkit-0.3.0/plugin/skills/gwas-catalog/references/literature.md +252 -0
- encode_toolkit-0.3.0/plugin/skills/hic-aggregation/SKILL.md +560 -0
- encode_toolkit-0.3.0/plugin/skills/hic-aggregation/references/literature.md +99 -0
- encode_toolkit-0.3.0/plugin/skills/hic-aggregation/references/loop-caller-comparison.md +129 -0
- encode_toolkit-0.3.0/plugin/skills/hic-aggregation/scripts/validate_loops.py +266 -0
- encode_toolkit-0.3.0/plugin/skills/histone-aggregation/SKILL.md +387 -0
- encode_toolkit-0.3.0/plugin/skills/histone-aggregation/references/broad-vs-narrow.md +104 -0
- encode_toolkit-0.3.0/plugin/skills/histone-aggregation/references/histone-marks-reference.md +1442 -0
- encode_toolkit-0.3.0/plugin/skills/histone-aggregation/references/literature.md +106 -0
- encode_toolkit-0.3.0/plugin/skills/histone-aggregation/references/signal-filtering.md +127 -0
- encode_toolkit-0.3.0/plugin/skills/histone-aggregation/scripts/validate_peaks.py +279 -0
- encode_toolkit-0.3.0/plugin/skills/integrative-analysis/SKILL.md +572 -0
- encode_toolkit-0.3.0/plugin/skills/integrative-analysis/references/literature.md +243 -0
- encode_toolkit-0.3.0/plugin/skills/jaspar-motifs/SKILL.md +548 -0
- encode_toolkit-0.3.0/plugin/skills/jaspar-motifs/references/literature.md +200 -0
- encode_toolkit-0.3.0/plugin/skills/liftover-coordinates/SKILL.md +536 -0
- encode_toolkit-0.3.0/plugin/skills/liftover-coordinates/references/literature.md +76 -0
- encode_toolkit-0.3.0/plugin/skills/methylation-aggregation/SKILL.md +537 -0
- encode_toolkit-0.3.0/plugin/skills/methylation-aggregation/references/hmr-definitions.md +86 -0
- encode_toolkit-0.3.0/plugin/skills/methylation-aggregation/references/literature.md +101 -0
- encode_toolkit-0.3.0/plugin/skills/methylation-aggregation/scripts/validate_methylation.py +397 -0
- encode_toolkit-0.3.0/plugin/skills/motif-analysis/SKILL.md +476 -0
- encode_toolkit-0.3.0/plugin/skills/motif-analysis/references/literature.md +262 -0
- encode_toolkit-0.3.0/plugin/skills/multi-omics-integration/SKILL.md +592 -0
- encode_toolkit-0.3.0/plugin/skills/multi-omics-integration/references/literature.md +116 -0
- encode_toolkit-0.3.0/plugin/skills/peak-annotation/SKILL.md +533 -0
- encode_toolkit-0.3.0/plugin/skills/peak-annotation/references/literature.md +226 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/SKILL.md +440 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/references/01-qc-trimming.md +55 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/references/02-alignment.md +69 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/references/03-tn5-filtering.md +75 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/references/04-peak-calling.md +77 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/references/05-qc-metrics.md +92 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/references/literature.md +196 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/scripts/Dockerfile +48 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/scripts/main.nf +323 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/scripts/nextflow.config +104 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/SKILL.md +433 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/references/01-qc-trimming.md +59 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/references/02-alignment.md +71 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/references/03-filtering.md +72 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/references/04-analysis.md +78 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/references/05-qc-metrics.md +80 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/references/literature.md +194 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/scripts/Dockerfile +47 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/scripts/main.nf +286 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/scripts/nextflow.config +101 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/SKILL.md +457 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/references/01-qc-trimming.md +102 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/references/02-bowtie2-alignment.md +138 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/references/03-filtering-spikein.md +154 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/references/04-seacr-peaks.md +154 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/references/05-qc-metrics.md +137 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/references/literature.md +152 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/scripts/Dockerfile +68 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/scripts/main.nf +400 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/scripts/nextflow.config +101 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/SKILL.md +423 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/references/01-qc-trimming.md +88 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/references/02-alignment.md +111 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/references/03-filtering.md +124 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/references/04-hotspot-calling.md +139 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/references/05-footprinting.md +146 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/references/literature.md +143 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/scripts/Dockerfile +67 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/scripts/main.nf +317 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/scripts/nextflow.config +101 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-guide/SKILL.md +695 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-guide/references/literature.md +82 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-hic/SKILL.md +420 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-hic/references/01-qc-trimming.md +84 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-hic/references/02-alignment.md +102 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-hic/references/03-pair-processing.md +140 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-hic/references/04-matrix-generation.md +145 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-hic/references/05-loop-calling.md +135 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-hic/references/literature.md +146 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-hic/scripts/Dockerfile +52 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-hic/scripts/main.nf +304 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-hic/scripts/nextflow.config +96 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/SKILL.md +449 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/references/01-qc-trimming.md +68 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/references/02-star-alignment.md +103 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/references/03-quantification.md +107 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/references/04-signal-tracks.md +92 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/references/05-qc-metrics.md +124 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/references/literature.md +152 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/scripts/Dockerfile +47 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/scripts/main.nf +287 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/scripts/nextflow.config +103 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/SKILL.md +393 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/references/01-qc-trimming.md +81 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/references/02-bismark-alignment.md +113 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/references/03-dedup-filtering.md +101 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/references/04-methylation-calling.md +117 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/references/05-qc-metrics.md +127 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/references/literature.md +166 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/scripts/Dockerfile +61 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/scripts/main.nf +285 -0
- encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/scripts/nextflow.config +96 -0
- encode_toolkit-0.3.0/plugin/skills/publication-trust/SKILL.md +415 -0
- encode_toolkit-0.3.0/plugin/skills/publication-trust/references/literature.md +80 -0
- encode_toolkit-0.3.0/plugin/skills/quality-assessment/SKILL.md +555 -0
- encode_toolkit-0.3.0/plugin/skills/quality-assessment/references/literature.md +340 -0
- encode_toolkit-0.3.0/plugin/skills/regulatory-elements/SKILL.md +468 -0
- encode_toolkit-0.3.0/plugin/skills/regulatory-elements/references/literature.md +246 -0
- encode_toolkit-0.3.0/plugin/skills/scientific-writing/SKILL.md +920 -0
- encode_toolkit-0.3.0/plugin/skills/scientific-writing/references/literature.md +100 -0
- encode_toolkit-0.3.0/plugin/skills/scrna-meta-analysis/SKILL.md +555 -0
- encode_toolkit-0.3.0/plugin/skills/scrna-meta-analysis/references/literature.md +118 -0
- encode_toolkit-0.3.0/plugin/skills/search-encode/SKILL.md +481 -0
- encode_toolkit-0.3.0/plugin/skills/search-encode/references/literature.md +223 -0
- encode_toolkit-0.3.0/plugin/skills/setup/SKILL.md +313 -0
- encode_toolkit-0.3.0/plugin/skills/setup/references/literature.md +150 -0
- encode_toolkit-0.3.0/plugin/skills/single-cell-encode/SKILL.md +542 -0
- encode_toolkit-0.3.0/plugin/skills/single-cell-encode/references/literature.md +114 -0
- encode_toolkit-0.3.0/plugin/skills/track-experiments/SKILL.md +743 -0
- encode_toolkit-0.3.0/plugin/skills/track-experiments/references/literature.md +167 -0
- encode_toolkit-0.3.0/plugin/skills/ucsc-browser/SKILL.md +387 -0
- encode_toolkit-0.3.0/plugin/skills/ucsc-browser/references/literature.md +76 -0
- encode_toolkit-0.3.0/plugin/skills/variant-annotation/SKILL.md +541 -0
- encode_toolkit-0.3.0/plugin/skills/variant-annotation/references/literature.md +116 -0
- encode_toolkit-0.3.0/plugin/skills/visualization-workflow/SKILL.md +582 -0
- encode_toolkit-0.3.0/plugin/skills/visualization-workflow/references/literature.md +239 -0
- encode_toolkit-0.3.0/pyproject.toml +88 -0
- encode_toolkit-0.3.0/rules/encode-api-patterns.mdc +49 -0
- encode_toolkit-0.3.0/rules/encode-data-quality.mdc +55 -0
- encode_toolkit-0.3.0/rules/encode-file-formats.mdc +45 -0
- encode_toolkit-0.3.0/rules/encode-provenance.mdc +40 -0
- encode_toolkit-0.3.0/server.json +29 -0
- encode_toolkit-0.3.0/skills/accessibility-aggregation/SKILL.md +357 -0
- encode_toolkit-0.3.0/skills/accessibility-aggregation/references/atac-vs-dnase.md +121 -0
- encode_toolkit-0.3.0/skills/accessibility-aggregation/references/literature.md +110 -0
- encode_toolkit-0.3.0/skills/accessibility-aggregation/scripts/validate_peaks.py +304 -0
- encode_toolkit-0.3.0/skills/batch-analysis/SKILL.md +579 -0
- encode_toolkit-0.3.0/skills/batch-analysis/references/literature.md +200 -0
- encode_toolkit-0.3.0/skills/bioinformatics-installer/SKILL.md +721 -0
- encode_toolkit-0.3.0/skills/bioinformatics-installer/environments/atacseq-env.yml +30 -0
- encode_toolkit-0.3.0/skills/bioinformatics-installer/environments/chipseq-env.yml +35 -0
- encode_toolkit-0.3.0/skills/bioinformatics-installer/environments/cutandrun-env.yml +34 -0
- encode_toolkit-0.3.0/skills/bioinformatics-installer/environments/dnaseseq-env.yml +31 -0
- encode_toolkit-0.3.0/skills/bioinformatics-installer/environments/hic-env.yml +36 -0
- encode_toolkit-0.3.0/skills/bioinformatics-installer/environments/rnaseq-env.yml +29 -0
- encode_toolkit-0.3.0/skills/bioinformatics-installer/environments/wgbs-env.yml +29 -0
- encode_toolkit-0.3.0/skills/bioinformatics-installer/references/literature.md +123 -0
- encode_toolkit-0.3.0/skills/bioinformatics-installer/scripts/install-nextflow.sh +137 -0
- encode_toolkit-0.3.0/skills/bioinformatics-installer/scripts/install-python-packages.sh +107 -0
- encode_toolkit-0.3.0/skills/bioinformatics-installer/scripts/install-r-packages.R +151 -0
- encode_toolkit-0.3.0/skills/cellxgene-context/SKILL.md +443 -0
- encode_toolkit-0.3.0/skills/cellxgene-context/references/literature.md +201 -0
- encode_toolkit-0.3.0/skills/cite-encode/SKILL.md +643 -0
- encode_toolkit-0.3.0/skills/cite-encode/references/literature.md +56 -0
- encode_toolkit-0.3.0/skills/clinvar-annotation/SKILL.md +444 -0
- encode_toolkit-0.3.0/skills/clinvar-annotation/references/literature.md +212 -0
- encode_toolkit-0.3.0/skills/compare-biosamples/SKILL.md +502 -0
- encode_toolkit-0.3.0/skills/compare-biosamples/references/literature.md +210 -0
- encode_toolkit-0.3.0/skills/cross-reference/SKILL.md +687 -0
- encode_toolkit-0.3.0/skills/cross-reference/references/literature.md +210 -0
- encode_toolkit-0.3.0/skills/data-provenance/SKILL.md +646 -0
- encode_toolkit-0.3.0/skills/data-provenance/references/literature.md +75 -0
- encode_toolkit-0.3.0/skills/disease-research/SKILL.md +456 -0
- encode_toolkit-0.3.0/skills/disease-research/references/literature.md +94 -0
- encode_toolkit-0.3.0/skills/download-encode/SKILL.md +476 -0
- encode_toolkit-0.3.0/skills/download-encode/references/literature.md +164 -0
- encode_toolkit-0.3.0/skills/ensembl-annotation/SKILL.md +363 -0
- encode_toolkit-0.3.0/skills/ensembl-annotation/references/literature.md +202 -0
- encode_toolkit-0.3.0/skills/epigenome-profiling/SKILL.md +607 -0
- encode_toolkit-0.3.0/skills/epigenome-profiling/references/literature.md +236 -0
- encode_toolkit-0.3.0/skills/functional-screen-analysis/SKILL.md +703 -0
- encode_toolkit-0.3.0/skills/functional-screen-analysis/references/literature.md +121 -0
- encode_toolkit-0.3.0/skills/geo-connector/SKILL.md +383 -0
- encode_toolkit-0.3.0/skills/geo-connector/references/literature.md +200 -0
- encode_toolkit-0.3.0/skills/gnomad-variants/SKILL.md +384 -0
- encode_toolkit-0.3.0/skills/gnomad-variants/references/literature.md +212 -0
- encode_toolkit-0.3.0/skills/gtex-expression/SKILL.md +447 -0
- encode_toolkit-0.3.0/skills/gtex-expression/references/literature.md +201 -0
- encode_toolkit-0.3.0/skills/gwas-catalog/SKILL.md +540 -0
- encode_toolkit-0.3.0/skills/gwas-catalog/references/literature.md +252 -0
- encode_toolkit-0.3.0/skills/hic-aggregation/SKILL.md +560 -0
- encode_toolkit-0.3.0/skills/hic-aggregation/references/literature.md +99 -0
- encode_toolkit-0.3.0/skills/hic-aggregation/references/loop-caller-comparison.md +129 -0
- encode_toolkit-0.3.0/skills/hic-aggregation/scripts/validate_loops.py +266 -0
- encode_toolkit-0.3.0/skills/histone-aggregation/SKILL.md +387 -0
- encode_toolkit-0.3.0/skills/histone-aggregation/references/broad-vs-narrow.md +104 -0
- encode_toolkit-0.3.0/skills/histone-aggregation/references/histone-marks-reference.md +1442 -0
- encode_toolkit-0.3.0/skills/histone-aggregation/references/literature.md +106 -0
- encode_toolkit-0.3.0/skills/histone-aggregation/references/signal-filtering.md +127 -0
- encode_toolkit-0.3.0/skills/histone-aggregation/scripts/validate_peaks.py +279 -0
- encode_toolkit-0.3.0/skills/integrative-analysis/SKILL.md +572 -0
- encode_toolkit-0.3.0/skills/integrative-analysis/references/literature.md +243 -0
- encode_toolkit-0.3.0/skills/jaspar-motifs/SKILL.md +548 -0
- encode_toolkit-0.3.0/skills/jaspar-motifs/references/literature.md +200 -0
- encode_toolkit-0.3.0/skills/liftover-coordinates/SKILL.md +536 -0
- encode_toolkit-0.3.0/skills/liftover-coordinates/references/literature.md +76 -0
- encode_toolkit-0.3.0/skills/methylation-aggregation/SKILL.md +537 -0
- encode_toolkit-0.3.0/skills/methylation-aggregation/references/hmr-definitions.md +86 -0
- encode_toolkit-0.3.0/skills/methylation-aggregation/references/literature.md +101 -0
- encode_toolkit-0.3.0/skills/methylation-aggregation/scripts/validate_methylation.py +397 -0
- encode_toolkit-0.3.0/skills/motif-analysis/SKILL.md +476 -0
- encode_toolkit-0.3.0/skills/motif-analysis/references/literature.md +262 -0
- encode_toolkit-0.3.0/skills/multi-omics-integration/SKILL.md +592 -0
- encode_toolkit-0.3.0/skills/multi-omics-integration/references/literature.md +116 -0
- encode_toolkit-0.3.0/skills/peak-annotation/SKILL.md +533 -0
- encode_toolkit-0.3.0/skills/peak-annotation/references/literature.md +226 -0
- encode_toolkit-0.3.0/skills/pipeline-atacseq/SKILL.md +440 -0
- encode_toolkit-0.3.0/skills/pipeline-atacseq/references/01-qc-trimming.md +55 -0
- encode_toolkit-0.3.0/skills/pipeline-atacseq/references/02-alignment.md +69 -0
- encode_toolkit-0.3.0/skills/pipeline-atacseq/references/03-tn5-filtering.md +75 -0
- encode_toolkit-0.3.0/skills/pipeline-atacseq/references/04-peak-calling.md +77 -0
- encode_toolkit-0.3.0/skills/pipeline-atacseq/references/05-qc-metrics.md +92 -0
- encode_toolkit-0.3.0/skills/pipeline-atacseq/references/literature.md +196 -0
- encode_toolkit-0.3.0/skills/pipeline-atacseq/scripts/Dockerfile +48 -0
- encode_toolkit-0.3.0/skills/pipeline-atacseq/scripts/main.nf +323 -0
- encode_toolkit-0.3.0/skills/pipeline-atacseq/scripts/nextflow.config +104 -0
- encode_toolkit-0.3.0/skills/pipeline-chipseq/SKILL.md +433 -0
- encode_toolkit-0.3.0/skills/pipeline-chipseq/references/01-qc-trimming.md +59 -0
- encode_toolkit-0.3.0/skills/pipeline-chipseq/references/02-alignment.md +71 -0
- encode_toolkit-0.3.0/skills/pipeline-chipseq/references/03-filtering.md +72 -0
- encode_toolkit-0.3.0/skills/pipeline-chipseq/references/04-analysis.md +78 -0
- encode_toolkit-0.3.0/skills/pipeline-chipseq/references/05-qc-metrics.md +80 -0
- encode_toolkit-0.3.0/skills/pipeline-chipseq/references/literature.md +194 -0
- encode_toolkit-0.3.0/skills/pipeline-chipseq/scripts/Dockerfile +47 -0
- encode_toolkit-0.3.0/skills/pipeline-chipseq/scripts/main.nf +286 -0
- encode_toolkit-0.3.0/skills/pipeline-chipseq/scripts/nextflow.config +101 -0
- encode_toolkit-0.3.0/skills/pipeline-cutandrun/SKILL.md +457 -0
- encode_toolkit-0.3.0/skills/pipeline-cutandrun/references/01-qc-trimming.md +102 -0
- encode_toolkit-0.3.0/skills/pipeline-cutandrun/references/02-bowtie2-alignment.md +138 -0
- encode_toolkit-0.3.0/skills/pipeline-cutandrun/references/03-filtering-spikein.md +154 -0
- encode_toolkit-0.3.0/skills/pipeline-cutandrun/references/04-seacr-peaks.md +154 -0
- encode_toolkit-0.3.0/skills/pipeline-cutandrun/references/05-qc-metrics.md +137 -0
- encode_toolkit-0.3.0/skills/pipeline-cutandrun/references/literature.md +152 -0
- encode_toolkit-0.3.0/skills/pipeline-cutandrun/scripts/Dockerfile +68 -0
- encode_toolkit-0.3.0/skills/pipeline-cutandrun/scripts/main.nf +400 -0
- encode_toolkit-0.3.0/skills/pipeline-cutandrun/scripts/nextflow.config +101 -0
- encode_toolkit-0.3.0/skills/pipeline-dnaseseq/SKILL.md +423 -0
- encode_toolkit-0.3.0/skills/pipeline-dnaseseq/references/01-qc-trimming.md +88 -0
- encode_toolkit-0.3.0/skills/pipeline-dnaseseq/references/02-alignment.md +111 -0
- encode_toolkit-0.3.0/skills/pipeline-dnaseseq/references/03-filtering.md +124 -0
- encode_toolkit-0.3.0/skills/pipeline-dnaseseq/references/04-hotspot-calling.md +139 -0
- encode_toolkit-0.3.0/skills/pipeline-dnaseseq/references/05-footprinting.md +146 -0
- encode_toolkit-0.3.0/skills/pipeline-dnaseseq/references/literature.md +143 -0
- encode_toolkit-0.3.0/skills/pipeline-dnaseseq/scripts/Dockerfile +67 -0
- encode_toolkit-0.3.0/skills/pipeline-dnaseseq/scripts/main.nf +317 -0
- encode_toolkit-0.3.0/skills/pipeline-dnaseseq/scripts/nextflow.config +101 -0
- encode_toolkit-0.3.0/skills/pipeline-guide/SKILL.md +695 -0
- encode_toolkit-0.3.0/skills/pipeline-guide/references/literature.md +82 -0
- encode_toolkit-0.3.0/skills/pipeline-hic/SKILL.md +420 -0
- encode_toolkit-0.3.0/skills/pipeline-hic/references/01-qc-trimming.md +84 -0
- encode_toolkit-0.3.0/skills/pipeline-hic/references/02-alignment.md +102 -0
- encode_toolkit-0.3.0/skills/pipeline-hic/references/03-pair-processing.md +140 -0
- encode_toolkit-0.3.0/skills/pipeline-hic/references/04-matrix-generation.md +145 -0
- encode_toolkit-0.3.0/skills/pipeline-hic/references/05-loop-calling.md +135 -0
- encode_toolkit-0.3.0/skills/pipeline-hic/references/literature.md +146 -0
- encode_toolkit-0.3.0/skills/pipeline-hic/scripts/Dockerfile +52 -0
- encode_toolkit-0.3.0/skills/pipeline-hic/scripts/main.nf +304 -0
- encode_toolkit-0.3.0/skills/pipeline-hic/scripts/nextflow.config +96 -0
- encode_toolkit-0.3.0/skills/pipeline-rnaseq/SKILL.md +449 -0
- encode_toolkit-0.3.0/skills/pipeline-rnaseq/references/01-qc-trimming.md +68 -0
- encode_toolkit-0.3.0/skills/pipeline-rnaseq/references/02-star-alignment.md +103 -0
- encode_toolkit-0.3.0/skills/pipeline-rnaseq/references/03-quantification.md +107 -0
- encode_toolkit-0.3.0/skills/pipeline-rnaseq/references/04-signal-tracks.md +92 -0
- encode_toolkit-0.3.0/skills/pipeline-rnaseq/references/05-qc-metrics.md +124 -0
- encode_toolkit-0.3.0/skills/pipeline-rnaseq/references/literature.md +152 -0
- encode_toolkit-0.3.0/skills/pipeline-rnaseq/scripts/Dockerfile +47 -0
- encode_toolkit-0.3.0/skills/pipeline-rnaseq/scripts/main.nf +287 -0
- encode_toolkit-0.3.0/skills/pipeline-rnaseq/scripts/nextflow.config +103 -0
- encode_toolkit-0.3.0/skills/pipeline-wgbs/SKILL.md +393 -0
- encode_toolkit-0.3.0/skills/pipeline-wgbs/references/01-qc-trimming.md +81 -0
- encode_toolkit-0.3.0/skills/pipeline-wgbs/references/02-bismark-alignment.md +113 -0
- encode_toolkit-0.3.0/skills/pipeline-wgbs/references/03-dedup-filtering.md +101 -0
- encode_toolkit-0.3.0/skills/pipeline-wgbs/references/04-methylation-calling.md +117 -0
- encode_toolkit-0.3.0/skills/pipeline-wgbs/references/05-qc-metrics.md +127 -0
- encode_toolkit-0.3.0/skills/pipeline-wgbs/references/literature.md +166 -0
- encode_toolkit-0.3.0/skills/pipeline-wgbs/scripts/Dockerfile +61 -0
- encode_toolkit-0.3.0/skills/pipeline-wgbs/scripts/main.nf +285 -0
- encode_toolkit-0.3.0/skills/pipeline-wgbs/scripts/nextflow.config +96 -0
- encode_toolkit-0.3.0/skills/publication-trust/SKILL.md +415 -0
- encode_toolkit-0.3.0/skills/publication-trust/references/literature.md +80 -0
- encode_toolkit-0.3.0/skills/quality-assessment/SKILL.md +555 -0
- encode_toolkit-0.3.0/skills/quality-assessment/references/literature.md +340 -0
- encode_toolkit-0.3.0/skills/regulatory-elements/SKILL.md +468 -0
- encode_toolkit-0.3.0/skills/regulatory-elements/references/literature.md +246 -0
- encode_toolkit-0.3.0/skills/scientific-writing/SKILL.md +920 -0
- encode_toolkit-0.3.0/skills/scientific-writing/references/literature.md +100 -0
- encode_toolkit-0.3.0/skills/scrna-meta-analysis/SKILL.md +555 -0
- encode_toolkit-0.3.0/skills/scrna-meta-analysis/references/literature.md +118 -0
- encode_toolkit-0.3.0/skills/search-encode/SKILL.md +481 -0
- encode_toolkit-0.3.0/skills/search-encode/references/literature.md +223 -0
- encode_toolkit-0.3.0/skills/setup/SKILL.md +313 -0
- encode_toolkit-0.3.0/skills/setup/references/literature.md +150 -0
- encode_toolkit-0.3.0/skills/single-cell-encode/SKILL.md +542 -0
- encode_toolkit-0.3.0/skills/single-cell-encode/references/literature.md +114 -0
- encode_toolkit-0.3.0/skills/track-experiments/SKILL.md +743 -0
- encode_toolkit-0.3.0/skills/track-experiments/references/literature.md +167 -0
- encode_toolkit-0.3.0/skills/ucsc-browser/SKILL.md +387 -0
- encode_toolkit-0.3.0/skills/ucsc-browser/references/literature.md +76 -0
- encode_toolkit-0.3.0/skills/variant-annotation/SKILL.md +541 -0
- encode_toolkit-0.3.0/skills/variant-annotation/references/literature.md +116 -0
- encode_toolkit-0.3.0/skills/visualization-workflow/SKILL.md +582 -0
- encode_toolkit-0.3.0/skills/visualization-workflow/references/literature.md +239 -0
- encode_toolkit-0.3.0/smithery.yaml +10 -0
- encode_toolkit-0.3.0/src/encode_connector/__init__.py +4 -0
- encode_toolkit-0.3.0/src/encode_connector/__main__.py +5 -0
- encode_toolkit-0.3.0/src/encode_connector/client/__init__.py +6 -0
- encode_toolkit-0.3.0/src/encode_connector/client/auth.py +262 -0
- encode_toolkit-0.3.0/src/encode_connector/client/constants.py +450 -0
- encode_toolkit-0.3.0/src/encode_connector/client/downloader.py +305 -0
- encode_toolkit-0.3.0/src/encode_connector/client/encode_client.py +586 -0
- encode_toolkit-0.3.0/src/encode_connector/client/models.py +367 -0
- encode_toolkit-0.3.0/src/encode_connector/client/tracker.py +1129 -0
- encode_toolkit-0.3.0/src/encode_connector/client/validation.py +226 -0
- encode_toolkit-0.3.0/src/encode_connector/server/__init__.py +1 -0
- encode_toolkit-0.3.0/src/encode_connector/server/__main__.py +5 -0
- encode_toolkit-0.3.0/src/encode_connector/server/main.py +1544 -0
- encode_toolkit-0.3.0/tests/__init__.py +0 -0
- encode_toolkit-0.3.0/tests/test_auth.py +797 -0
- encode_toolkit-0.3.0/tests/test_bioinformatics_audit.py +681 -0
- encode_toolkit-0.3.0/tests/test_client.py +1421 -0
- encode_toolkit-0.3.0/tests/test_downloader.py +904 -0
- encode_toolkit-0.3.0/tests/test_models.py +355 -0
- encode_toolkit-0.3.0/tests/test_server.py +137 -0
- encode_toolkit-0.3.0/tests/test_tool_responses.py +1676 -0
- encode_toolkit-0.3.0/tests/test_tracker.py +1134 -0
- encode_toolkit-0.3.0/tests/test_validation.py +416 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ammawla",
|
|
3
|
+
"owner": {
|
|
4
|
+
"name": "Dr. Alex M. Mawla, PhD"
|
|
5
|
+
},
|
|
6
|
+
"metadata": {
|
|
7
|
+
"description": "ENCODE Project genomics research infrastructure for Claude Code",
|
|
8
|
+
"homepage": "https://github.com/ammawla/encode-toolkit"
|
|
9
|
+
},
|
|
10
|
+
"plugins": [
|
|
11
|
+
{
|
|
12
|
+
"name": "encode-toolkit",
|
|
13
|
+
"version": "0.3.0",
|
|
14
|
+
"source": "./plugin",
|
|
15
|
+
"description": "20 ENCODE API tools + 47 expert skills for genomics research. Search experiments, download files with MD5 verification, run pipelines, and cross-reference 14 databases."
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
}
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "encode-toolkit",
|
|
3
|
+
"description": "20 ENCODE API tools + 47 expert skills for genomics research. Search experiments, download files with MD5 verification, run pipelines, and cross-reference 14 databases.",
|
|
4
|
+
"version": "0.3.0",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Dr. Alex M. Mawla, PhD",
|
|
7
|
+
"email": "ammawla@ucdavis.edu"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/ammawla/encode-toolkit",
|
|
10
|
+
"repository": "https://github.com/ammawla/encode-toolkit",
|
|
11
|
+
"icon": "docs/icon.svg",
|
|
12
|
+
"license": "AGPL-3.0-only",
|
|
13
|
+
"keywords": [
|
|
14
|
+
"genomics",
|
|
15
|
+
"encode",
|
|
16
|
+
"bioinformatics",
|
|
17
|
+
"epigenomics",
|
|
18
|
+
"chip-seq",
|
|
19
|
+
"atac-seq",
|
|
20
|
+
"rna-seq",
|
|
21
|
+
"wgbs",
|
|
22
|
+
"hi-c",
|
|
23
|
+
"cut-and-run",
|
|
24
|
+
"pipeline",
|
|
25
|
+
"nextflow",
|
|
26
|
+
"GTEx",
|
|
27
|
+
"ClinVar",
|
|
28
|
+
"GWAS",
|
|
29
|
+
"JASPAR",
|
|
30
|
+
"CellxGene",
|
|
31
|
+
"gnomAD",
|
|
32
|
+
"Ensembl",
|
|
33
|
+
"UCSC",
|
|
34
|
+
"provenance",
|
|
35
|
+
"biology",
|
|
36
|
+
"science"
|
|
37
|
+
],
|
|
38
|
+
"mcpServers": {
|
|
39
|
+
"encode-toolkit": {
|
|
40
|
+
"command": "npx",
|
|
41
|
+
"args": ["-y", "encode-toolkit@latest"]
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"tools": [
|
|
45
|
+
{
|
|
46
|
+
"name": "encode_search_experiments",
|
|
47
|
+
"description": "Search ENCODE experiments with 20+ filters including assay type, organism, organ, biosample, target, and more."
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "encode_get_experiment",
|
|
51
|
+
"description": "Get full details for a specific experiment including all files, quality metrics, and audit info."
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "encode_list_files",
|
|
55
|
+
"description": "List files for a specific experiment with format/type filters."
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "encode_search_files",
|
|
59
|
+
"description": "Search files across all experiments with combined experiment + file filters."
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "encode_download_files",
|
|
63
|
+
"description": "Download specific files by accession to a local directory with MD5 verification."
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "encode_get_metadata",
|
|
67
|
+
"description": "List valid filter values for any search parameter."
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "encode_batch_download",
|
|
71
|
+
"description": "Search + download files in one step with preview mode."
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "encode_manage_credentials",
|
|
75
|
+
"description": "Store, check, or clear ENCODE credentials for restricted data access."
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "encode_get_facets",
|
|
79
|
+
"description": "Get live counts from ENCODE showing what data exists for given filters."
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"name": "encode_get_file_info",
|
|
83
|
+
"description": "Get detailed metadata for a single file."
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "encode_track_experiment",
|
|
87
|
+
"description": "Track an experiment locally with publications, methods, and pipeline info."
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "encode_list_tracked",
|
|
91
|
+
"description": "List all tracked experiments with metadata and publication counts."
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "encode_get_citations",
|
|
95
|
+
"description": "Get publications for tracked experiments. Export as BibTeX or RIS."
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "encode_compare_experiments",
|
|
99
|
+
"description": "Analyze whether two experiments are compatible for combined analysis."
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "encode_log_derived_file",
|
|
103
|
+
"description": "Log derived files for provenance tracking back to ENCODE source data."
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "encode_get_provenance",
|
|
107
|
+
"description": "View provenance chains from derived files to source ENCODE data."
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "encode_export_data",
|
|
111
|
+
"description": "Export tracked experiments as CSV, TSV, or JSON with PMIDs for cross-referencing."
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "encode_summarize_collection",
|
|
115
|
+
"description": "Get grouped statistics of your tracked experiment collection."
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "encode_link_reference",
|
|
119
|
+
"description": "Link external references (PubMed, bioRxiv, ClinicalTrials, GEO) to experiments."
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "encode_get_references",
|
|
123
|
+
"description": "Get external references linked to experiments for cross-server workflows."
|
|
124
|
+
}
|
|
125
|
+
]
|
|
126
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ammawla",
|
|
3
|
+
"owner": {
|
|
4
|
+
"name": "Dr. Alex M. Mawla, PhD",
|
|
5
|
+
"email": "ammawla@ucdavis.edu"
|
|
6
|
+
},
|
|
7
|
+
"metadata": {
|
|
8
|
+
"description": "ENCODE Project genomics research infrastructure for Cursor",
|
|
9
|
+
"version": "0.3.0",
|
|
10
|
+
"homepage": "https://github.com/ammawla/encode-toolkit"
|
|
11
|
+
},
|
|
12
|
+
"plugins": [
|
|
13
|
+
{
|
|
14
|
+
"name": "encode-toolkit",
|
|
15
|
+
"source": ".",
|
|
16
|
+
"description": "20 ENCODE API tools + 47 expert skills for genomics research. Search experiments, download files with MD5 verification, run pipelines, and cross-reference 14 databases.",
|
|
17
|
+
"category": "science",
|
|
18
|
+
"tags": [
|
|
19
|
+
"genomics",
|
|
20
|
+
"bioinformatics",
|
|
21
|
+
"encode",
|
|
22
|
+
"epigenomics",
|
|
23
|
+
"pipelines"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "encode-toolkit",
|
|
3
|
+
"description": "20 ENCODE API tools + 47 expert skills for genomics research. Search experiments, download files with MD5 verification, run pipelines, and cross-reference 14 databases.",
|
|
4
|
+
"version": "0.3.0",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Dr. Alex M. Mawla, PhD",
|
|
7
|
+
"email": "ammawla@ucdavis.edu"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/ammawla/encode-toolkit",
|
|
10
|
+
"repository": "https://github.com/ammawla/encode-toolkit",
|
|
11
|
+
"license": "AGPL-3.0-only",
|
|
12
|
+
"logo": "docs/icon.svg",
|
|
13
|
+
"keywords": [
|
|
14
|
+
"genomics",
|
|
15
|
+
"encode",
|
|
16
|
+
"bioinformatics",
|
|
17
|
+
"epigenomics",
|
|
18
|
+
"chip-seq",
|
|
19
|
+
"atac-seq",
|
|
20
|
+
"rna-seq",
|
|
21
|
+
"wgbs",
|
|
22
|
+
"hi-c",
|
|
23
|
+
"cut-and-run",
|
|
24
|
+
"pipeline",
|
|
25
|
+
"nextflow",
|
|
26
|
+
"gtex",
|
|
27
|
+
"clinvar",
|
|
28
|
+
"gwas",
|
|
29
|
+
"jaspar",
|
|
30
|
+
"cellxgene",
|
|
31
|
+
"gnomad",
|
|
32
|
+
"ensembl",
|
|
33
|
+
"ucsc",
|
|
34
|
+
"provenance",
|
|
35
|
+
"biology",
|
|
36
|
+
"science"
|
|
37
|
+
],
|
|
38
|
+
"rules": "rules",
|
|
39
|
+
"skills": "plugin/skills",
|
|
40
|
+
"commands": "commands",
|
|
41
|
+
"agents": "agents",
|
|
42
|
+
"mcpServers": {
|
|
43
|
+
"encode-toolkit": {
|
|
44
|
+
"command": "npx",
|
|
45
|
+
"args": ["-y", "encode-toolkit@latest"]
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Optional: ENCODE access credentials for restricted data
|
|
2
|
+
# Get these from your ENCODE account profile at https://www.encodeproject.org/
|
|
3
|
+
# These are only needed for unreleased/restricted datasets.
|
|
4
|
+
# Public data (most of ENCODE) requires no authentication.
|
|
5
|
+
#
|
|
6
|
+
# On first use, credentials are moved to your OS keyring (macOS Keychain,
|
|
7
|
+
# Linux Secret Service, Windows Credential Locker) and removed from env vars.
|
|
8
|
+
ENCODE_ACCESS_KEY=
|
|
9
|
+
ENCODE_SECRET_KEY=
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
name: Bug Report
|
|
2
|
+
description: Report a bug in ENCODE Toolkit
|
|
3
|
+
title: "[Bug]: "
|
|
4
|
+
labels: ["bug"]
|
|
5
|
+
body:
|
|
6
|
+
- type: markdown
|
|
7
|
+
attributes:
|
|
8
|
+
value: |
|
|
9
|
+
Thanks for reporting a bug! Please fill out the sections below.
|
|
10
|
+
|
|
11
|
+
- type: dropdown
|
|
12
|
+
id: component
|
|
13
|
+
attributes:
|
|
14
|
+
label: Component
|
|
15
|
+
description: Which part of ENCODE Toolkit is affected?
|
|
16
|
+
options:
|
|
17
|
+
- MCP Tools (search, download, track)
|
|
18
|
+
- Skills (analysis, pipelines, external DBs)
|
|
19
|
+
- File Downloads / MD5 verification
|
|
20
|
+
- Credential Management
|
|
21
|
+
- SQLite Tracker
|
|
22
|
+
- Installation / Setup
|
|
23
|
+
- Other
|
|
24
|
+
validations:
|
|
25
|
+
required: true
|
|
26
|
+
|
|
27
|
+
- type: textarea
|
|
28
|
+
id: description
|
|
29
|
+
attributes:
|
|
30
|
+
label: What happened?
|
|
31
|
+
description: Clear description of the bug.
|
|
32
|
+
placeholder: "When I run encode_search_experiments with..."
|
|
33
|
+
validations:
|
|
34
|
+
required: true
|
|
35
|
+
|
|
36
|
+
- type: textarea
|
|
37
|
+
id: expected
|
|
38
|
+
attributes:
|
|
39
|
+
label: Expected behavior
|
|
40
|
+
description: What should have happened instead?
|
|
41
|
+
validations:
|
|
42
|
+
required: true
|
|
43
|
+
|
|
44
|
+
- type: textarea
|
|
45
|
+
id: reproduce
|
|
46
|
+
attributes:
|
|
47
|
+
label: Steps to reproduce
|
|
48
|
+
description: Minimal steps to reproduce the issue.
|
|
49
|
+
placeholder: |
|
|
50
|
+
1. Run `encode_search_experiments(assay_title="ChIP-seq", organ="liver")`
|
|
51
|
+
2. See error...
|
|
52
|
+
|
|
53
|
+
- type: input
|
|
54
|
+
id: version
|
|
55
|
+
attributes:
|
|
56
|
+
label: Version
|
|
57
|
+
description: Output of `pip show encode-toolkit | grep Version`
|
|
58
|
+
placeholder: "0.3.0b1"
|
|
59
|
+
|
|
60
|
+
- type: dropdown
|
|
61
|
+
id: python
|
|
62
|
+
attributes:
|
|
63
|
+
label: Python version
|
|
64
|
+
options:
|
|
65
|
+
- "3.13"
|
|
66
|
+
- "3.12"
|
|
67
|
+
- "3.11"
|
|
68
|
+
- "3.10"
|
|
69
|
+
|
|
70
|
+
- type: dropdown
|
|
71
|
+
id: client
|
|
72
|
+
attributes:
|
|
73
|
+
label: MCP Client
|
|
74
|
+
options:
|
|
75
|
+
- Claude Code
|
|
76
|
+
- Claude Desktop
|
|
77
|
+
- VS Code (Continue/Cline)
|
|
78
|
+
- Cursor
|
|
79
|
+
- Other
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
name: Feature Request
|
|
2
|
+
description: Suggest a new feature or improvement
|
|
3
|
+
title: "[Feature]: "
|
|
4
|
+
labels: ["enhancement"]
|
|
5
|
+
body:
|
|
6
|
+
- type: markdown
|
|
7
|
+
attributes:
|
|
8
|
+
value: |
|
|
9
|
+
Thanks for your suggestion! Help us understand what you need.
|
|
10
|
+
|
|
11
|
+
- type: dropdown
|
|
12
|
+
id: category
|
|
13
|
+
attributes:
|
|
14
|
+
label: Category
|
|
15
|
+
options:
|
|
16
|
+
- New MCP Tool
|
|
17
|
+
- New Skill
|
|
18
|
+
- New Pipeline
|
|
19
|
+
- New Database Integration
|
|
20
|
+
- Existing Tool Enhancement
|
|
21
|
+
- Existing Skill Enhancement
|
|
22
|
+
- Documentation
|
|
23
|
+
- Other
|
|
24
|
+
validations:
|
|
25
|
+
required: true
|
|
26
|
+
|
|
27
|
+
- type: textarea
|
|
28
|
+
id: problem
|
|
29
|
+
attributes:
|
|
30
|
+
label: Problem or use case
|
|
31
|
+
description: What research problem does this solve?
|
|
32
|
+
placeholder: "I'm trying to analyze ENCODE CRISPR screen data and need..."
|
|
33
|
+
validations:
|
|
34
|
+
required: true
|
|
35
|
+
|
|
36
|
+
- type: textarea
|
|
37
|
+
id: solution
|
|
38
|
+
attributes:
|
|
39
|
+
label: Proposed solution
|
|
40
|
+
description: How should this work? Include example tool calls if possible.
|
|
41
|
+
placeholder: |
|
|
42
|
+
A new tool `encode_analyze_screen` that takes an experiment accession
|
|
43
|
+
and returns guide-level scores...
|
|
44
|
+
|
|
45
|
+
- type: textarea
|
|
46
|
+
id: alternatives
|
|
47
|
+
attributes:
|
|
48
|
+
label: Alternatives considered
|
|
49
|
+
description: Other approaches you've thought about.
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
## Summary
|
|
2
|
+
|
|
3
|
+
<!-- Brief description of changes (1-3 sentences) -->
|
|
4
|
+
|
|
5
|
+
## Changes
|
|
6
|
+
|
|
7
|
+
<!-- Bulleted list of what was changed -->
|
|
8
|
+
|
|
9
|
+
-
|
|
10
|
+
|
|
11
|
+
## Type
|
|
12
|
+
|
|
13
|
+
<!-- Check the relevant option -->
|
|
14
|
+
|
|
15
|
+
- [ ] Bug fix
|
|
16
|
+
- [ ] New feature (tool, skill, pipeline)
|
|
17
|
+
- [ ] Enhancement to existing feature
|
|
18
|
+
- [ ] Documentation
|
|
19
|
+
- [ ] Infrastructure (CI, packaging, config)
|
|
20
|
+
|
|
21
|
+
## Testing
|
|
22
|
+
|
|
23
|
+
<!-- How was this tested? -->
|
|
24
|
+
|
|
25
|
+
- [ ] All 540 existing tests pass (`pytest tests/ -v`)
|
|
26
|
+
- [ ] New tests added for new functionality
|
|
27
|
+
- [ ] Lint passes (`ruff check src/`)
|
|
28
|
+
- [ ] Format passes (`ruff format --check src/`)
|
|
29
|
+
- [ ] Plugin validation passes (plugin.json valid, skills load)
|
|
30
|
+
|
|
31
|
+
## Checklist
|
|
32
|
+
|
|
33
|
+
- [ ] CHANGELOG.md updated
|
|
34
|
+
- [ ] CLAUDE.md updated (if architecture/tools changed)
|
|
35
|
+
- [ ] No secrets or credentials in code
|
|
36
|
+
- [ ] No breaking changes to existing tool signatures
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
version: 2
|
|
2
|
+
updates:
|
|
3
|
+
- package-ecosystem: "pip"
|
|
4
|
+
directory: "/"
|
|
5
|
+
schedule:
|
|
6
|
+
interval: "weekly"
|
|
7
|
+
labels:
|
|
8
|
+
- "dependencies"
|
|
9
|
+
open-pull-requests-limit: 5
|
|
10
|
+
|
|
11
|
+
- package-ecosystem: "github-actions"
|
|
12
|
+
directory: "/"
|
|
13
|
+
schedule:
|
|
14
|
+
interval: "weekly"
|
|
15
|
+
labels:
|
|
16
|
+
- "ci"
|
|
17
|
+
open-pull-requests-limit: 3
|
|
18
|
+
|
|
19
|
+
- package-ecosystem: "npm"
|
|
20
|
+
directory: "/"
|
|
21
|
+
schedule:
|
|
22
|
+
interval: "monthly"
|
|
23
|
+
labels:
|
|
24
|
+
- "dependencies"
|
|
25
|
+
open-pull-requests-limit: 2
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
name: Track Clone Count
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches: [main]
|
|
6
|
+
schedule:
|
|
7
|
+
- cron: "0 0 * * *" # Daily at midnight UTC
|
|
8
|
+
workflow_dispatch:
|
|
9
|
+
|
|
10
|
+
env:
|
|
11
|
+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
|
|
12
|
+
|
|
13
|
+
jobs:
|
|
14
|
+
clone-count:
|
|
15
|
+
runs-on: ubuntu-latest
|
|
16
|
+
|
|
17
|
+
steps:
|
|
18
|
+
- uses: actions/checkout@v6
|
|
19
|
+
|
|
20
|
+
- name: Fetch clone data from GitHub API
|
|
21
|
+
env:
|
|
22
|
+
GH_ACTOR: ${{ github.actor }}
|
|
23
|
+
GH_REPO: ${{ github.repository }}
|
|
24
|
+
SECRET_TOKEN: ${{ secrets.SECRET_TOKEN }}
|
|
25
|
+
run: |
|
|
26
|
+
curl --user "$GH_ACTOR:$SECRET_TOKEN" \
|
|
27
|
+
-H "Accept: application/vnd.github.v3+json" \
|
|
28
|
+
"https://api.github.com/repos/$GH_REPO/traffic/clones" \
|
|
29
|
+
> clone.json
|
|
30
|
+
|
|
31
|
+
- name: Create or retrieve gist for persistent storage
|
|
32
|
+
id: set_id
|
|
33
|
+
env:
|
|
34
|
+
GH_TOKEN: ${{ secrets.SECRET_TOKEN }}
|
|
35
|
+
GIST_SECRET: ${{ secrets.GIST_ID }}
|
|
36
|
+
GH_ACTOR: ${{ github.actor }}
|
|
37
|
+
run: |
|
|
38
|
+
if [ -n "$GIST_SECRET" ]; then
|
|
39
|
+
echo "GIST_ID found"
|
|
40
|
+
echo "GIST=$GIST_SECRET" >> "$GITHUB_OUTPUT"
|
|
41
|
+
curl "https://gist.githubusercontent.com/$GH_ACTOR/$GIST_SECRET/raw/clone.json" > clone_before.json
|
|
42
|
+
if grep -q '404: Not Found' clone_before.json; then
|
|
43
|
+
echo "GIST_ID not valid anymore. Creating another gist..."
|
|
44
|
+
gist_id=$(gh gist create clone.json | awk -F / '{print $NF}')
|
|
45
|
+
echo "$gist_id" | gh secret set GIST_ID
|
|
46
|
+
echo "GIST=$gist_id" >> "$GITHUB_OUTPUT"
|
|
47
|
+
cp clone.json clone_before.json
|
|
48
|
+
git rm --ignore-unmatch CLONE.md
|
|
49
|
+
fi
|
|
50
|
+
else
|
|
51
|
+
echo "GIST_ID not found. Creating a gist..."
|
|
52
|
+
gist_id=$(gh gist create clone.json | awk -F / '{print $NF}')
|
|
53
|
+
echo "$gist_id" | gh secret set GIST_ID
|
|
54
|
+
echo "GIST=$gist_id" >> "$GITHUB_OUTPUT"
|
|
55
|
+
cp clone.json clone_before.json
|
|
56
|
+
fi
|
|
57
|
+
|
|
58
|
+
- name: Accumulate clone statistics
|
|
59
|
+
run: |
|
|
60
|
+
curl https://raw.githubusercontent.com/MShawon/github-clone-count-badge/master/main.py > main.py
|
|
61
|
+
python3 main.py
|
|
62
|
+
|
|
63
|
+
- name: Update gist with accumulated data
|
|
64
|
+
env:
|
|
65
|
+
SECRET_TOKEN: ${{ secrets.SECRET_TOKEN }}
|
|
66
|
+
GH_ACTOR: ${{ github.actor }}
|
|
67
|
+
GH_REPO: ${{ github.repository }}
|
|
68
|
+
GIST: ${{ steps.set_id.outputs.GIST }}
|
|
69
|
+
run: |
|
|
70
|
+
content=$(sed -e 's/\\/\\\\/g' -e 's/\t/\\t/g' -e 's/"/\\"/g' -e 's/\r//g' "clone.json" | sed -E ':a;N;$!ba;s/\r{0,1}\n/\\n/g')
|
|
71
|
+
echo "{\"description\": \"$GH_REPO clone statistics\", \"files\": {\"clone.json\": {\"content\": \"$content\"}}}" > post_clone.json
|
|
72
|
+
curl -s -X PATCH \
|
|
73
|
+
--user "$GH_ACTOR:$SECRET_TOKEN" \
|
|
74
|
+
-H "Content-Type: application/json" \
|
|
75
|
+
-d @post_clone.json "https://api.github.com/gists/$GIST" > /dev/null 2>&1
|
|
76
|
+
|
|
77
|
+
if [ ! -f CLONE.md ]; then
|
|
78
|
+
shields="https://img.shields.io/badge/dynamic/json?color=success&label=Clone&query=count&url="
|
|
79
|
+
url="https://gist.githubusercontent.com/$GH_ACTOR/$GIST/raw/clone.json"
|
|
80
|
+
repo="https://github.com/$GH_REPO"
|
|
81
|
+
{
|
|
82
|
+
echo ''
|
|
83
|
+
echo '**Badge Markdown**'
|
|
84
|
+
echo ''
|
|
85
|
+
echo '```markdown'
|
|
86
|
+
echo "[]($repo)"
|
|
87
|
+
echo '```'
|
|
88
|
+
} > CLONE.md
|
|
89
|
+
|
|
90
|
+
git add CLONE.md
|
|
91
|
+
git config --global user.name "GitHub Action"
|
|
92
|
+
git config --global user.email "action@github.com"
|
|
93
|
+
git commit -m "Create clone count badge"
|
|
94
|
+
fi
|
|
95
|
+
|
|
96
|
+
- name: Push changes
|
|
97
|
+
env:
|
|
98
|
+
SECRET_TOKEN: ${{ secrets.SECRET_TOKEN }}
|
|
99
|
+
GH_REPO: ${{ github.repository }}
|
|
100
|
+
run: |
|
|
101
|
+
git remote set-url origin "https://x-access-token:$SECRET_TOKEN@github.com/$GH_REPO.git"
|
|
102
|
+
git push origin HEAD:main || echo "Nothing to push"
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
name: Lint
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches: [main]
|
|
6
|
+
pull_request:
|
|
7
|
+
branches: [main]
|
|
8
|
+
|
|
9
|
+
jobs:
|
|
10
|
+
lint:
|
|
11
|
+
runs-on: ubuntu-latest
|
|
12
|
+
steps:
|
|
13
|
+
- uses: actions/checkout@v6
|
|
14
|
+
|
|
15
|
+
- name: Set up Python
|
|
16
|
+
uses: actions/setup-python@v5
|
|
17
|
+
with:
|
|
18
|
+
python-version: "3.13"
|
|
19
|
+
|
|
20
|
+
- name: Install ruff
|
|
21
|
+
run: pip install ruff
|
|
22
|
+
|
|
23
|
+
- name: Check formatting
|
|
24
|
+
run: ruff format --check src/ tests/
|
|
25
|
+
|
|
26
|
+
- name: Check linting
|
|
27
|
+
run: ruff check src/ tests/
|