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.
Files changed (499) hide show
  1. encode_toolkit-0.3.0/.claude/settings.json +11 -0
  2. encode_toolkit-0.3.0/.claude-plugin/marketplace.json +18 -0
  3. encode_toolkit-0.3.0/.claude-plugin/plugin.json +126 -0
  4. encode_toolkit-0.3.0/.cursor-plugin/marketplace.json +27 -0
  5. encode_toolkit-0.3.0/.cursor-plugin/plugin.json +48 -0
  6. encode_toolkit-0.3.0/.env.example +9 -0
  7. encode_toolkit-0.3.0/.github/ISSUE_TEMPLATE/bug_report.yml +79 -0
  8. encode_toolkit-0.3.0/.github/ISSUE_TEMPLATE/feature_request.yml +49 -0
  9. encode_toolkit-0.3.0/.github/PULL_REQUEST_TEMPLATE.md +36 -0
  10. encode_toolkit-0.3.0/.github/dependabot.yml +25 -0
  11. encode_toolkit-0.3.0/.github/workflows/clone-count.yml +102 -0
  12. encode_toolkit-0.3.0/.github/workflows/lint.yml +27 -0
  13. encode_toolkit-0.3.0/.github/workflows/release.yml +155 -0
  14. encode_toolkit-0.3.0/.github/workflows/test.yml +37 -0
  15. encode_toolkit-0.3.0/.github/workflows/validate.yml +55 -0
  16. encode_toolkit-0.3.0/.gitignore +58 -0
  17. encode_toolkit-0.3.0/.mcp.json +3 -0
  18. encode_toolkit-0.3.0/.pre-commit-config.yaml +45 -0
  19. encode_toolkit-0.3.0/CHANGELOG.md +40 -0
  20. encode_toolkit-0.3.0/CITATION.cff +23 -0
  21. encode_toolkit-0.3.0/CLAUDE.md +168 -0
  22. encode_toolkit-0.3.0/CONTRIBUTING.md +108 -0
  23. encode_toolkit-0.3.0/Dockerfile +21 -0
  24. encode_toolkit-0.3.0/LICENSE +661 -0
  25. encode_toolkit-0.3.0/PKG-INFO +843 -0
  26. encode_toolkit-0.3.0/PRIVACY.md +66 -0
  27. encode_toolkit-0.3.0/README.md +810 -0
  28. encode_toolkit-0.3.0/SECURITY.md +73 -0
  29. encode_toolkit-0.3.0/agents/atacseq-pipeline.md +28 -0
  30. encode_toolkit-0.3.0/agents/chipseq-pipeline.md +26 -0
  31. encode_toolkit-0.3.0/agents/cutandrun-pipeline.md +28 -0
  32. encode_toolkit-0.3.0/agents/dnaseseq-pipeline.md +31 -0
  33. encode_toolkit-0.3.0/agents/hic-pipeline.md +32 -0
  34. encode_toolkit-0.3.0/agents/rnaseq-pipeline.md +32 -0
  35. encode_toolkit-0.3.0/agents/wgbs-pipeline.md +30 -0
  36. encode_toolkit-0.3.0/commands/browse-files.md +12 -0
  37. encode_toolkit-0.3.0/commands/cite-encode.md +10 -0
  38. encode_toolkit-0.3.0/commands/compare-experiments.md +10 -0
  39. encode_toolkit-0.3.0/commands/cross-reference.md +10 -0
  40. encode_toolkit-0.3.0/commands/download-encode.md +10 -0
  41. encode_toolkit-0.3.0/commands/log-provenance.md +10 -0
  42. encode_toolkit-0.3.0/commands/manage-credentials.md +10 -0
  43. encode_toolkit-0.3.0/commands/quality-check.md +10 -0
  44. encode_toolkit-0.3.0/commands/search-encode.md +10 -0
  45. encode_toolkit-0.3.0/commands/track-experiments.md +10 -0
  46. encode_toolkit-0.3.0/conftest.py +5 -0
  47. encode_toolkit-0.3.0/docs/SHOWCASE.md +1309 -0
  48. encode_toolkit-0.3.0/docs/api-reference.md +878 -0
  49. encode_toolkit-0.3.0/docs/icon.svg +82 -0
  50. encode_toolkit-0.3.0/docs/integrations.md +384 -0
  51. encode_toolkit-0.3.0/docs/security.md +391 -0
  52. encode_toolkit-0.3.0/docs/skill-vignettes/accessibility-aggregation.md +119 -0
  53. encode_toolkit-0.3.0/docs/skill-vignettes/batch-analysis.md +120 -0
  54. encode_toolkit-0.3.0/docs/skill-vignettes/cellxgene-context.md +117 -0
  55. encode_toolkit-0.3.0/docs/skill-vignettes/cite-encode.md +121 -0
  56. encode_toolkit-0.3.0/docs/skill-vignettes/clinvar-annotation.md +120 -0
  57. encode_toolkit-0.3.0/docs/skill-vignettes/compare-biosamples.md +118 -0
  58. encode_toolkit-0.3.0/docs/skill-vignettes/cross-reference.md +113 -0
  59. encode_toolkit-0.3.0/docs/skill-vignettes/data-provenance.md +105 -0
  60. encode_toolkit-0.3.0/docs/skill-vignettes/disease-research.md +120 -0
  61. encode_toolkit-0.3.0/docs/skill-vignettes/download-encode.md +113 -0
  62. encode_toolkit-0.3.0/docs/skill-vignettes/ensembl-annotation.md +103 -0
  63. encode_toolkit-0.3.0/docs/skill-vignettes/epigenome-profiling.md +111 -0
  64. encode_toolkit-0.3.0/docs/skill-vignettes/geo-connector.md +129 -0
  65. encode_toolkit-0.3.0/docs/skill-vignettes/gnomad-variants.md +118 -0
  66. encode_toolkit-0.3.0/docs/skill-vignettes/gtex-expression.md +102 -0
  67. encode_toolkit-0.3.0/docs/skill-vignettes/gwas-catalog.md +120 -0
  68. encode_toolkit-0.3.0/docs/skill-vignettes/hic-aggregation.md +121 -0
  69. encode_toolkit-0.3.0/docs/skill-vignettes/histone-aggregation.md +115 -0
  70. encode_toolkit-0.3.0/docs/skill-vignettes/integrative-analysis.md +120 -0
  71. encode_toolkit-0.3.0/docs/skill-vignettes/jaspar-motifs.md +120 -0
  72. encode_toolkit-0.3.0/docs/skill-vignettes/methylation-aggregation.md +119 -0
  73. encode_toolkit-0.3.0/docs/skill-vignettes/motif-analysis.md +120 -0
  74. encode_toolkit-0.3.0/docs/skill-vignettes/multi-omics-integration.md +120 -0
  75. encode_toolkit-0.3.0/docs/skill-vignettes/peak-annotation.md +121 -0
  76. encode_toolkit-0.3.0/docs/skill-vignettes/pipeline-atacseq.md +119 -0
  77. encode_toolkit-0.3.0/docs/skill-vignettes/pipeline-chipseq.md +121 -0
  78. encode_toolkit-0.3.0/docs/skill-vignettes/pipeline-cutandrun.md +119 -0
  79. encode_toolkit-0.3.0/docs/skill-vignettes/pipeline-dnaseseq.md +116 -0
  80. encode_toolkit-0.3.0/docs/skill-vignettes/pipeline-guide.md +108 -0
  81. encode_toolkit-0.3.0/docs/skill-vignettes/pipeline-hic.md +120 -0
  82. encode_toolkit-0.3.0/docs/skill-vignettes/pipeline-rnaseq.md +120 -0
  83. encode_toolkit-0.3.0/docs/skill-vignettes/pipeline-wgbs.md +120 -0
  84. encode_toolkit-0.3.0/docs/skill-vignettes/publication-trust.md +120 -0
  85. encode_toolkit-0.3.0/docs/skill-vignettes/quality-assessment.md +105 -0
  86. encode_toolkit-0.3.0/docs/skill-vignettes/regulatory-elements.md +118 -0
  87. encode_toolkit-0.3.0/docs/skill-vignettes/scrna-meta-analysis.md +121 -0
  88. encode_toolkit-0.3.0/docs/skill-vignettes/search-encode.md +109 -0
  89. encode_toolkit-0.3.0/docs/skill-vignettes/setup.md +119 -0
  90. encode_toolkit-0.3.0/docs/skill-vignettes/single-cell-encode.md +114 -0
  91. encode_toolkit-0.3.0/docs/skill-vignettes/track-experiments.md +120 -0
  92. encode_toolkit-0.3.0/docs/skill-vignettes/ucsc-browser.md +120 -0
  93. encode_toolkit-0.3.0/docs/skill-vignettes/variant-annotation.md +120 -0
  94. encode_toolkit-0.3.0/docs/skill-vignettes/visualization-workflow.md +119 -0
  95. encode_toolkit-0.3.0/docs/submission-examples.md +264 -0
  96. encode_toolkit-0.3.0/docs/vignettes/01-discovery-and-search.md +180 -0
  97. encode_toolkit-0.3.0/docs/vignettes/02-download-and-track.md +179 -0
  98. encode_toolkit-0.3.0/docs/vignettes/03-epigenomics-workflow.md +201 -0
  99. encode_toolkit-0.3.0/docs/vignettes/04-variant-and-disease.md +212 -0
  100. encode_toolkit-0.3.0/docs/vignettes/05-expression-and-single-cell.md +174 -0
  101. encode_toolkit-0.3.0/docs/vignettes/06-motif-and-regulatory.md +171 -0
  102. encode_toolkit-0.3.0/docs/vignettes/07-3d-genome-and-methylation.md +169 -0
  103. encode_toolkit-0.3.0/docs/vignettes/08-pipeline-execution.md +199 -0
  104. encode_toolkit-0.3.0/docs/vignettes/09-cross-reference-and-integration.md +164 -0
  105. encode_toolkit-0.3.0/docs/vignettes/_captured_output.md +683 -0
  106. encode_toolkit-0.3.0/docs/walkthrough.md +772 -0
  107. encode_toolkit-0.3.0/glama.json +6 -0
  108. encode_toolkit-0.3.0/index.js +50 -0
  109. encode_toolkit-0.3.0/package.json +43 -0
  110. encode_toolkit-0.3.0/plugin/.claude-plugin/plugin.json +21 -0
  111. encode_toolkit-0.3.0/plugin/.mcp.json +9 -0
  112. encode_toolkit-0.3.0/plugin/CLAUDE.md +168 -0
  113. encode_toolkit-0.3.0/plugin/agents/atacseq-pipeline.md +28 -0
  114. encode_toolkit-0.3.0/plugin/agents/chipseq-pipeline.md +26 -0
  115. encode_toolkit-0.3.0/plugin/agents/cutandrun-pipeline.md +28 -0
  116. encode_toolkit-0.3.0/plugin/agents/dnaseseq-pipeline.md +31 -0
  117. encode_toolkit-0.3.0/plugin/agents/hic-pipeline.md +32 -0
  118. encode_toolkit-0.3.0/plugin/agents/rnaseq-pipeline.md +32 -0
  119. encode_toolkit-0.3.0/plugin/agents/wgbs-pipeline.md +30 -0
  120. encode_toolkit-0.3.0/plugin/commands/browse-files.md +12 -0
  121. encode_toolkit-0.3.0/plugin/commands/cite-encode.md +10 -0
  122. encode_toolkit-0.3.0/plugin/commands/compare-experiments.md +10 -0
  123. encode_toolkit-0.3.0/plugin/commands/cross-reference.md +10 -0
  124. encode_toolkit-0.3.0/plugin/commands/download-encode.md +10 -0
  125. encode_toolkit-0.3.0/plugin/commands/log-provenance.md +10 -0
  126. encode_toolkit-0.3.0/plugin/commands/manage-credentials.md +10 -0
  127. encode_toolkit-0.3.0/plugin/commands/quality-check.md +10 -0
  128. encode_toolkit-0.3.0/plugin/commands/search-encode.md +10 -0
  129. encode_toolkit-0.3.0/plugin/commands/track-experiments.md +10 -0
  130. encode_toolkit-0.3.0/plugin/skills/accessibility-aggregation/SKILL.md +357 -0
  131. encode_toolkit-0.3.0/plugin/skills/accessibility-aggregation/references/atac-vs-dnase.md +121 -0
  132. encode_toolkit-0.3.0/plugin/skills/accessibility-aggregation/references/literature.md +110 -0
  133. encode_toolkit-0.3.0/plugin/skills/accessibility-aggregation/scripts/validate_peaks.py +304 -0
  134. encode_toolkit-0.3.0/plugin/skills/batch-analysis/SKILL.md +579 -0
  135. encode_toolkit-0.3.0/plugin/skills/batch-analysis/references/literature.md +200 -0
  136. encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/SKILL.md +721 -0
  137. encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/environments/atacseq-env.yml +30 -0
  138. encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/environments/chipseq-env.yml +35 -0
  139. encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/environments/cutandrun-env.yml +34 -0
  140. encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/environments/dnaseseq-env.yml +31 -0
  141. encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/environments/hic-env.yml +36 -0
  142. encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/environments/rnaseq-env.yml +29 -0
  143. encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/environments/wgbs-env.yml +29 -0
  144. encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/references/literature.md +123 -0
  145. encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/scripts/install-nextflow.sh +137 -0
  146. encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/scripts/install-python-packages.sh +107 -0
  147. encode_toolkit-0.3.0/plugin/skills/bioinformatics-installer/scripts/install-r-packages.R +151 -0
  148. encode_toolkit-0.3.0/plugin/skills/cellxgene-context/SKILL.md +443 -0
  149. encode_toolkit-0.3.0/plugin/skills/cellxgene-context/references/literature.md +201 -0
  150. encode_toolkit-0.3.0/plugin/skills/cite-encode/SKILL.md +643 -0
  151. encode_toolkit-0.3.0/plugin/skills/cite-encode/references/literature.md +56 -0
  152. encode_toolkit-0.3.0/plugin/skills/clinvar-annotation/SKILL.md +444 -0
  153. encode_toolkit-0.3.0/plugin/skills/clinvar-annotation/references/literature.md +212 -0
  154. encode_toolkit-0.3.0/plugin/skills/compare-biosamples/SKILL.md +502 -0
  155. encode_toolkit-0.3.0/plugin/skills/compare-biosamples/references/literature.md +210 -0
  156. encode_toolkit-0.3.0/plugin/skills/cross-reference/SKILL.md +687 -0
  157. encode_toolkit-0.3.0/plugin/skills/cross-reference/references/literature.md +210 -0
  158. encode_toolkit-0.3.0/plugin/skills/data-provenance/SKILL.md +646 -0
  159. encode_toolkit-0.3.0/plugin/skills/data-provenance/references/literature.md +75 -0
  160. encode_toolkit-0.3.0/plugin/skills/disease-research/SKILL.md +456 -0
  161. encode_toolkit-0.3.0/plugin/skills/disease-research/references/literature.md +94 -0
  162. encode_toolkit-0.3.0/plugin/skills/download-encode/SKILL.md +476 -0
  163. encode_toolkit-0.3.0/plugin/skills/download-encode/references/literature.md +164 -0
  164. encode_toolkit-0.3.0/plugin/skills/ensembl-annotation/SKILL.md +363 -0
  165. encode_toolkit-0.3.0/plugin/skills/ensembl-annotation/references/literature.md +202 -0
  166. encode_toolkit-0.3.0/plugin/skills/epigenome-profiling/SKILL.md +607 -0
  167. encode_toolkit-0.3.0/plugin/skills/epigenome-profiling/references/literature.md +236 -0
  168. encode_toolkit-0.3.0/plugin/skills/functional-screen-analysis/SKILL.md +703 -0
  169. encode_toolkit-0.3.0/plugin/skills/functional-screen-analysis/references/literature.md +121 -0
  170. encode_toolkit-0.3.0/plugin/skills/geo-connector/SKILL.md +383 -0
  171. encode_toolkit-0.3.0/plugin/skills/geo-connector/references/literature.md +200 -0
  172. encode_toolkit-0.3.0/plugin/skills/gnomad-variants/SKILL.md +384 -0
  173. encode_toolkit-0.3.0/plugin/skills/gnomad-variants/references/literature.md +212 -0
  174. encode_toolkit-0.3.0/plugin/skills/gtex-expression/SKILL.md +447 -0
  175. encode_toolkit-0.3.0/plugin/skills/gtex-expression/references/literature.md +201 -0
  176. encode_toolkit-0.3.0/plugin/skills/gwas-catalog/SKILL.md +540 -0
  177. encode_toolkit-0.3.0/plugin/skills/gwas-catalog/references/literature.md +252 -0
  178. encode_toolkit-0.3.0/plugin/skills/hic-aggregation/SKILL.md +560 -0
  179. encode_toolkit-0.3.0/plugin/skills/hic-aggregation/references/literature.md +99 -0
  180. encode_toolkit-0.3.0/plugin/skills/hic-aggregation/references/loop-caller-comparison.md +129 -0
  181. encode_toolkit-0.3.0/plugin/skills/hic-aggregation/scripts/validate_loops.py +266 -0
  182. encode_toolkit-0.3.0/plugin/skills/histone-aggregation/SKILL.md +387 -0
  183. encode_toolkit-0.3.0/plugin/skills/histone-aggregation/references/broad-vs-narrow.md +104 -0
  184. encode_toolkit-0.3.0/plugin/skills/histone-aggregation/references/histone-marks-reference.md +1442 -0
  185. encode_toolkit-0.3.0/plugin/skills/histone-aggregation/references/literature.md +106 -0
  186. encode_toolkit-0.3.0/plugin/skills/histone-aggregation/references/signal-filtering.md +127 -0
  187. encode_toolkit-0.3.0/plugin/skills/histone-aggregation/scripts/validate_peaks.py +279 -0
  188. encode_toolkit-0.3.0/plugin/skills/integrative-analysis/SKILL.md +572 -0
  189. encode_toolkit-0.3.0/plugin/skills/integrative-analysis/references/literature.md +243 -0
  190. encode_toolkit-0.3.0/plugin/skills/jaspar-motifs/SKILL.md +548 -0
  191. encode_toolkit-0.3.0/plugin/skills/jaspar-motifs/references/literature.md +200 -0
  192. encode_toolkit-0.3.0/plugin/skills/liftover-coordinates/SKILL.md +536 -0
  193. encode_toolkit-0.3.0/plugin/skills/liftover-coordinates/references/literature.md +76 -0
  194. encode_toolkit-0.3.0/plugin/skills/methylation-aggregation/SKILL.md +537 -0
  195. encode_toolkit-0.3.0/plugin/skills/methylation-aggregation/references/hmr-definitions.md +86 -0
  196. encode_toolkit-0.3.0/plugin/skills/methylation-aggregation/references/literature.md +101 -0
  197. encode_toolkit-0.3.0/plugin/skills/methylation-aggregation/scripts/validate_methylation.py +397 -0
  198. encode_toolkit-0.3.0/plugin/skills/motif-analysis/SKILL.md +476 -0
  199. encode_toolkit-0.3.0/plugin/skills/motif-analysis/references/literature.md +262 -0
  200. encode_toolkit-0.3.0/plugin/skills/multi-omics-integration/SKILL.md +592 -0
  201. encode_toolkit-0.3.0/plugin/skills/multi-omics-integration/references/literature.md +116 -0
  202. encode_toolkit-0.3.0/plugin/skills/peak-annotation/SKILL.md +533 -0
  203. encode_toolkit-0.3.0/plugin/skills/peak-annotation/references/literature.md +226 -0
  204. encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/SKILL.md +440 -0
  205. encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/references/01-qc-trimming.md +55 -0
  206. encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/references/02-alignment.md +69 -0
  207. encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/references/03-tn5-filtering.md +75 -0
  208. encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/references/04-peak-calling.md +77 -0
  209. encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/references/05-qc-metrics.md +92 -0
  210. encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/references/literature.md +196 -0
  211. encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/scripts/Dockerfile +48 -0
  212. encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/scripts/main.nf +323 -0
  213. encode_toolkit-0.3.0/plugin/skills/pipeline-atacseq/scripts/nextflow.config +104 -0
  214. encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/SKILL.md +433 -0
  215. encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/references/01-qc-trimming.md +59 -0
  216. encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/references/02-alignment.md +71 -0
  217. encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/references/03-filtering.md +72 -0
  218. encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/references/04-analysis.md +78 -0
  219. encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/references/05-qc-metrics.md +80 -0
  220. encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/references/literature.md +194 -0
  221. encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/scripts/Dockerfile +47 -0
  222. encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/scripts/main.nf +286 -0
  223. encode_toolkit-0.3.0/plugin/skills/pipeline-chipseq/scripts/nextflow.config +101 -0
  224. encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/SKILL.md +457 -0
  225. encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/references/01-qc-trimming.md +102 -0
  226. encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/references/02-bowtie2-alignment.md +138 -0
  227. encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/references/03-filtering-spikein.md +154 -0
  228. encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/references/04-seacr-peaks.md +154 -0
  229. encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/references/05-qc-metrics.md +137 -0
  230. encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/references/literature.md +152 -0
  231. encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/scripts/Dockerfile +68 -0
  232. encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/scripts/main.nf +400 -0
  233. encode_toolkit-0.3.0/plugin/skills/pipeline-cutandrun/scripts/nextflow.config +101 -0
  234. encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/SKILL.md +423 -0
  235. encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/references/01-qc-trimming.md +88 -0
  236. encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/references/02-alignment.md +111 -0
  237. encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/references/03-filtering.md +124 -0
  238. encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/references/04-hotspot-calling.md +139 -0
  239. encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/references/05-footprinting.md +146 -0
  240. encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/references/literature.md +143 -0
  241. encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/scripts/Dockerfile +67 -0
  242. encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/scripts/main.nf +317 -0
  243. encode_toolkit-0.3.0/plugin/skills/pipeline-dnaseseq/scripts/nextflow.config +101 -0
  244. encode_toolkit-0.3.0/plugin/skills/pipeline-guide/SKILL.md +695 -0
  245. encode_toolkit-0.3.0/plugin/skills/pipeline-guide/references/literature.md +82 -0
  246. encode_toolkit-0.3.0/plugin/skills/pipeline-hic/SKILL.md +420 -0
  247. encode_toolkit-0.3.0/plugin/skills/pipeline-hic/references/01-qc-trimming.md +84 -0
  248. encode_toolkit-0.3.0/plugin/skills/pipeline-hic/references/02-alignment.md +102 -0
  249. encode_toolkit-0.3.0/plugin/skills/pipeline-hic/references/03-pair-processing.md +140 -0
  250. encode_toolkit-0.3.0/plugin/skills/pipeline-hic/references/04-matrix-generation.md +145 -0
  251. encode_toolkit-0.3.0/plugin/skills/pipeline-hic/references/05-loop-calling.md +135 -0
  252. encode_toolkit-0.3.0/plugin/skills/pipeline-hic/references/literature.md +146 -0
  253. encode_toolkit-0.3.0/plugin/skills/pipeline-hic/scripts/Dockerfile +52 -0
  254. encode_toolkit-0.3.0/plugin/skills/pipeline-hic/scripts/main.nf +304 -0
  255. encode_toolkit-0.3.0/plugin/skills/pipeline-hic/scripts/nextflow.config +96 -0
  256. encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/SKILL.md +449 -0
  257. encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/references/01-qc-trimming.md +68 -0
  258. encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/references/02-star-alignment.md +103 -0
  259. encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/references/03-quantification.md +107 -0
  260. encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/references/04-signal-tracks.md +92 -0
  261. encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/references/05-qc-metrics.md +124 -0
  262. encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/references/literature.md +152 -0
  263. encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/scripts/Dockerfile +47 -0
  264. encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/scripts/main.nf +287 -0
  265. encode_toolkit-0.3.0/plugin/skills/pipeline-rnaseq/scripts/nextflow.config +103 -0
  266. encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/SKILL.md +393 -0
  267. encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/references/01-qc-trimming.md +81 -0
  268. encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/references/02-bismark-alignment.md +113 -0
  269. encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/references/03-dedup-filtering.md +101 -0
  270. encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/references/04-methylation-calling.md +117 -0
  271. encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/references/05-qc-metrics.md +127 -0
  272. encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/references/literature.md +166 -0
  273. encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/scripts/Dockerfile +61 -0
  274. encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/scripts/main.nf +285 -0
  275. encode_toolkit-0.3.0/plugin/skills/pipeline-wgbs/scripts/nextflow.config +96 -0
  276. encode_toolkit-0.3.0/plugin/skills/publication-trust/SKILL.md +415 -0
  277. encode_toolkit-0.3.0/plugin/skills/publication-trust/references/literature.md +80 -0
  278. encode_toolkit-0.3.0/plugin/skills/quality-assessment/SKILL.md +555 -0
  279. encode_toolkit-0.3.0/plugin/skills/quality-assessment/references/literature.md +340 -0
  280. encode_toolkit-0.3.0/plugin/skills/regulatory-elements/SKILL.md +468 -0
  281. encode_toolkit-0.3.0/plugin/skills/regulatory-elements/references/literature.md +246 -0
  282. encode_toolkit-0.3.0/plugin/skills/scientific-writing/SKILL.md +920 -0
  283. encode_toolkit-0.3.0/plugin/skills/scientific-writing/references/literature.md +100 -0
  284. encode_toolkit-0.3.0/plugin/skills/scrna-meta-analysis/SKILL.md +555 -0
  285. encode_toolkit-0.3.0/plugin/skills/scrna-meta-analysis/references/literature.md +118 -0
  286. encode_toolkit-0.3.0/plugin/skills/search-encode/SKILL.md +481 -0
  287. encode_toolkit-0.3.0/plugin/skills/search-encode/references/literature.md +223 -0
  288. encode_toolkit-0.3.0/plugin/skills/setup/SKILL.md +313 -0
  289. encode_toolkit-0.3.0/plugin/skills/setup/references/literature.md +150 -0
  290. encode_toolkit-0.3.0/plugin/skills/single-cell-encode/SKILL.md +542 -0
  291. encode_toolkit-0.3.0/plugin/skills/single-cell-encode/references/literature.md +114 -0
  292. encode_toolkit-0.3.0/plugin/skills/track-experiments/SKILL.md +743 -0
  293. encode_toolkit-0.3.0/plugin/skills/track-experiments/references/literature.md +167 -0
  294. encode_toolkit-0.3.0/plugin/skills/ucsc-browser/SKILL.md +387 -0
  295. encode_toolkit-0.3.0/plugin/skills/ucsc-browser/references/literature.md +76 -0
  296. encode_toolkit-0.3.0/plugin/skills/variant-annotation/SKILL.md +541 -0
  297. encode_toolkit-0.3.0/plugin/skills/variant-annotation/references/literature.md +116 -0
  298. encode_toolkit-0.3.0/plugin/skills/visualization-workflow/SKILL.md +582 -0
  299. encode_toolkit-0.3.0/plugin/skills/visualization-workflow/references/literature.md +239 -0
  300. encode_toolkit-0.3.0/pyproject.toml +88 -0
  301. encode_toolkit-0.3.0/rules/encode-api-patterns.mdc +49 -0
  302. encode_toolkit-0.3.0/rules/encode-data-quality.mdc +55 -0
  303. encode_toolkit-0.3.0/rules/encode-file-formats.mdc +45 -0
  304. encode_toolkit-0.3.0/rules/encode-provenance.mdc +40 -0
  305. encode_toolkit-0.3.0/server.json +29 -0
  306. encode_toolkit-0.3.0/skills/accessibility-aggregation/SKILL.md +357 -0
  307. encode_toolkit-0.3.0/skills/accessibility-aggregation/references/atac-vs-dnase.md +121 -0
  308. encode_toolkit-0.3.0/skills/accessibility-aggregation/references/literature.md +110 -0
  309. encode_toolkit-0.3.0/skills/accessibility-aggregation/scripts/validate_peaks.py +304 -0
  310. encode_toolkit-0.3.0/skills/batch-analysis/SKILL.md +579 -0
  311. encode_toolkit-0.3.0/skills/batch-analysis/references/literature.md +200 -0
  312. encode_toolkit-0.3.0/skills/bioinformatics-installer/SKILL.md +721 -0
  313. encode_toolkit-0.3.0/skills/bioinformatics-installer/environments/atacseq-env.yml +30 -0
  314. encode_toolkit-0.3.0/skills/bioinformatics-installer/environments/chipseq-env.yml +35 -0
  315. encode_toolkit-0.3.0/skills/bioinformatics-installer/environments/cutandrun-env.yml +34 -0
  316. encode_toolkit-0.3.0/skills/bioinformatics-installer/environments/dnaseseq-env.yml +31 -0
  317. encode_toolkit-0.3.0/skills/bioinformatics-installer/environments/hic-env.yml +36 -0
  318. encode_toolkit-0.3.0/skills/bioinformatics-installer/environments/rnaseq-env.yml +29 -0
  319. encode_toolkit-0.3.0/skills/bioinformatics-installer/environments/wgbs-env.yml +29 -0
  320. encode_toolkit-0.3.0/skills/bioinformatics-installer/references/literature.md +123 -0
  321. encode_toolkit-0.3.0/skills/bioinformatics-installer/scripts/install-nextflow.sh +137 -0
  322. encode_toolkit-0.3.0/skills/bioinformatics-installer/scripts/install-python-packages.sh +107 -0
  323. encode_toolkit-0.3.0/skills/bioinformatics-installer/scripts/install-r-packages.R +151 -0
  324. encode_toolkit-0.3.0/skills/cellxgene-context/SKILL.md +443 -0
  325. encode_toolkit-0.3.0/skills/cellxgene-context/references/literature.md +201 -0
  326. encode_toolkit-0.3.0/skills/cite-encode/SKILL.md +643 -0
  327. encode_toolkit-0.3.0/skills/cite-encode/references/literature.md +56 -0
  328. encode_toolkit-0.3.0/skills/clinvar-annotation/SKILL.md +444 -0
  329. encode_toolkit-0.3.0/skills/clinvar-annotation/references/literature.md +212 -0
  330. encode_toolkit-0.3.0/skills/compare-biosamples/SKILL.md +502 -0
  331. encode_toolkit-0.3.0/skills/compare-biosamples/references/literature.md +210 -0
  332. encode_toolkit-0.3.0/skills/cross-reference/SKILL.md +687 -0
  333. encode_toolkit-0.3.0/skills/cross-reference/references/literature.md +210 -0
  334. encode_toolkit-0.3.0/skills/data-provenance/SKILL.md +646 -0
  335. encode_toolkit-0.3.0/skills/data-provenance/references/literature.md +75 -0
  336. encode_toolkit-0.3.0/skills/disease-research/SKILL.md +456 -0
  337. encode_toolkit-0.3.0/skills/disease-research/references/literature.md +94 -0
  338. encode_toolkit-0.3.0/skills/download-encode/SKILL.md +476 -0
  339. encode_toolkit-0.3.0/skills/download-encode/references/literature.md +164 -0
  340. encode_toolkit-0.3.0/skills/ensembl-annotation/SKILL.md +363 -0
  341. encode_toolkit-0.3.0/skills/ensembl-annotation/references/literature.md +202 -0
  342. encode_toolkit-0.3.0/skills/epigenome-profiling/SKILL.md +607 -0
  343. encode_toolkit-0.3.0/skills/epigenome-profiling/references/literature.md +236 -0
  344. encode_toolkit-0.3.0/skills/functional-screen-analysis/SKILL.md +703 -0
  345. encode_toolkit-0.3.0/skills/functional-screen-analysis/references/literature.md +121 -0
  346. encode_toolkit-0.3.0/skills/geo-connector/SKILL.md +383 -0
  347. encode_toolkit-0.3.0/skills/geo-connector/references/literature.md +200 -0
  348. encode_toolkit-0.3.0/skills/gnomad-variants/SKILL.md +384 -0
  349. encode_toolkit-0.3.0/skills/gnomad-variants/references/literature.md +212 -0
  350. encode_toolkit-0.3.0/skills/gtex-expression/SKILL.md +447 -0
  351. encode_toolkit-0.3.0/skills/gtex-expression/references/literature.md +201 -0
  352. encode_toolkit-0.3.0/skills/gwas-catalog/SKILL.md +540 -0
  353. encode_toolkit-0.3.0/skills/gwas-catalog/references/literature.md +252 -0
  354. encode_toolkit-0.3.0/skills/hic-aggregation/SKILL.md +560 -0
  355. encode_toolkit-0.3.0/skills/hic-aggregation/references/literature.md +99 -0
  356. encode_toolkit-0.3.0/skills/hic-aggregation/references/loop-caller-comparison.md +129 -0
  357. encode_toolkit-0.3.0/skills/hic-aggregation/scripts/validate_loops.py +266 -0
  358. encode_toolkit-0.3.0/skills/histone-aggregation/SKILL.md +387 -0
  359. encode_toolkit-0.3.0/skills/histone-aggregation/references/broad-vs-narrow.md +104 -0
  360. encode_toolkit-0.3.0/skills/histone-aggregation/references/histone-marks-reference.md +1442 -0
  361. encode_toolkit-0.3.0/skills/histone-aggregation/references/literature.md +106 -0
  362. encode_toolkit-0.3.0/skills/histone-aggregation/references/signal-filtering.md +127 -0
  363. encode_toolkit-0.3.0/skills/histone-aggregation/scripts/validate_peaks.py +279 -0
  364. encode_toolkit-0.3.0/skills/integrative-analysis/SKILL.md +572 -0
  365. encode_toolkit-0.3.0/skills/integrative-analysis/references/literature.md +243 -0
  366. encode_toolkit-0.3.0/skills/jaspar-motifs/SKILL.md +548 -0
  367. encode_toolkit-0.3.0/skills/jaspar-motifs/references/literature.md +200 -0
  368. encode_toolkit-0.3.0/skills/liftover-coordinates/SKILL.md +536 -0
  369. encode_toolkit-0.3.0/skills/liftover-coordinates/references/literature.md +76 -0
  370. encode_toolkit-0.3.0/skills/methylation-aggregation/SKILL.md +537 -0
  371. encode_toolkit-0.3.0/skills/methylation-aggregation/references/hmr-definitions.md +86 -0
  372. encode_toolkit-0.3.0/skills/methylation-aggregation/references/literature.md +101 -0
  373. encode_toolkit-0.3.0/skills/methylation-aggregation/scripts/validate_methylation.py +397 -0
  374. encode_toolkit-0.3.0/skills/motif-analysis/SKILL.md +476 -0
  375. encode_toolkit-0.3.0/skills/motif-analysis/references/literature.md +262 -0
  376. encode_toolkit-0.3.0/skills/multi-omics-integration/SKILL.md +592 -0
  377. encode_toolkit-0.3.0/skills/multi-omics-integration/references/literature.md +116 -0
  378. encode_toolkit-0.3.0/skills/peak-annotation/SKILL.md +533 -0
  379. encode_toolkit-0.3.0/skills/peak-annotation/references/literature.md +226 -0
  380. encode_toolkit-0.3.0/skills/pipeline-atacseq/SKILL.md +440 -0
  381. encode_toolkit-0.3.0/skills/pipeline-atacseq/references/01-qc-trimming.md +55 -0
  382. encode_toolkit-0.3.0/skills/pipeline-atacseq/references/02-alignment.md +69 -0
  383. encode_toolkit-0.3.0/skills/pipeline-atacseq/references/03-tn5-filtering.md +75 -0
  384. encode_toolkit-0.3.0/skills/pipeline-atacseq/references/04-peak-calling.md +77 -0
  385. encode_toolkit-0.3.0/skills/pipeline-atacseq/references/05-qc-metrics.md +92 -0
  386. encode_toolkit-0.3.0/skills/pipeline-atacseq/references/literature.md +196 -0
  387. encode_toolkit-0.3.0/skills/pipeline-atacseq/scripts/Dockerfile +48 -0
  388. encode_toolkit-0.3.0/skills/pipeline-atacseq/scripts/main.nf +323 -0
  389. encode_toolkit-0.3.0/skills/pipeline-atacseq/scripts/nextflow.config +104 -0
  390. encode_toolkit-0.3.0/skills/pipeline-chipseq/SKILL.md +433 -0
  391. encode_toolkit-0.3.0/skills/pipeline-chipseq/references/01-qc-trimming.md +59 -0
  392. encode_toolkit-0.3.0/skills/pipeline-chipseq/references/02-alignment.md +71 -0
  393. encode_toolkit-0.3.0/skills/pipeline-chipseq/references/03-filtering.md +72 -0
  394. encode_toolkit-0.3.0/skills/pipeline-chipseq/references/04-analysis.md +78 -0
  395. encode_toolkit-0.3.0/skills/pipeline-chipseq/references/05-qc-metrics.md +80 -0
  396. encode_toolkit-0.3.0/skills/pipeline-chipseq/references/literature.md +194 -0
  397. encode_toolkit-0.3.0/skills/pipeline-chipseq/scripts/Dockerfile +47 -0
  398. encode_toolkit-0.3.0/skills/pipeline-chipseq/scripts/main.nf +286 -0
  399. encode_toolkit-0.3.0/skills/pipeline-chipseq/scripts/nextflow.config +101 -0
  400. encode_toolkit-0.3.0/skills/pipeline-cutandrun/SKILL.md +457 -0
  401. encode_toolkit-0.3.0/skills/pipeline-cutandrun/references/01-qc-trimming.md +102 -0
  402. encode_toolkit-0.3.0/skills/pipeline-cutandrun/references/02-bowtie2-alignment.md +138 -0
  403. encode_toolkit-0.3.0/skills/pipeline-cutandrun/references/03-filtering-spikein.md +154 -0
  404. encode_toolkit-0.3.0/skills/pipeline-cutandrun/references/04-seacr-peaks.md +154 -0
  405. encode_toolkit-0.3.0/skills/pipeline-cutandrun/references/05-qc-metrics.md +137 -0
  406. encode_toolkit-0.3.0/skills/pipeline-cutandrun/references/literature.md +152 -0
  407. encode_toolkit-0.3.0/skills/pipeline-cutandrun/scripts/Dockerfile +68 -0
  408. encode_toolkit-0.3.0/skills/pipeline-cutandrun/scripts/main.nf +400 -0
  409. encode_toolkit-0.3.0/skills/pipeline-cutandrun/scripts/nextflow.config +101 -0
  410. encode_toolkit-0.3.0/skills/pipeline-dnaseseq/SKILL.md +423 -0
  411. encode_toolkit-0.3.0/skills/pipeline-dnaseseq/references/01-qc-trimming.md +88 -0
  412. encode_toolkit-0.3.0/skills/pipeline-dnaseseq/references/02-alignment.md +111 -0
  413. encode_toolkit-0.3.0/skills/pipeline-dnaseseq/references/03-filtering.md +124 -0
  414. encode_toolkit-0.3.0/skills/pipeline-dnaseseq/references/04-hotspot-calling.md +139 -0
  415. encode_toolkit-0.3.0/skills/pipeline-dnaseseq/references/05-footprinting.md +146 -0
  416. encode_toolkit-0.3.0/skills/pipeline-dnaseseq/references/literature.md +143 -0
  417. encode_toolkit-0.3.0/skills/pipeline-dnaseseq/scripts/Dockerfile +67 -0
  418. encode_toolkit-0.3.0/skills/pipeline-dnaseseq/scripts/main.nf +317 -0
  419. encode_toolkit-0.3.0/skills/pipeline-dnaseseq/scripts/nextflow.config +101 -0
  420. encode_toolkit-0.3.0/skills/pipeline-guide/SKILL.md +695 -0
  421. encode_toolkit-0.3.0/skills/pipeline-guide/references/literature.md +82 -0
  422. encode_toolkit-0.3.0/skills/pipeline-hic/SKILL.md +420 -0
  423. encode_toolkit-0.3.0/skills/pipeline-hic/references/01-qc-trimming.md +84 -0
  424. encode_toolkit-0.3.0/skills/pipeline-hic/references/02-alignment.md +102 -0
  425. encode_toolkit-0.3.0/skills/pipeline-hic/references/03-pair-processing.md +140 -0
  426. encode_toolkit-0.3.0/skills/pipeline-hic/references/04-matrix-generation.md +145 -0
  427. encode_toolkit-0.3.0/skills/pipeline-hic/references/05-loop-calling.md +135 -0
  428. encode_toolkit-0.3.0/skills/pipeline-hic/references/literature.md +146 -0
  429. encode_toolkit-0.3.0/skills/pipeline-hic/scripts/Dockerfile +52 -0
  430. encode_toolkit-0.3.0/skills/pipeline-hic/scripts/main.nf +304 -0
  431. encode_toolkit-0.3.0/skills/pipeline-hic/scripts/nextflow.config +96 -0
  432. encode_toolkit-0.3.0/skills/pipeline-rnaseq/SKILL.md +449 -0
  433. encode_toolkit-0.3.0/skills/pipeline-rnaseq/references/01-qc-trimming.md +68 -0
  434. encode_toolkit-0.3.0/skills/pipeline-rnaseq/references/02-star-alignment.md +103 -0
  435. encode_toolkit-0.3.0/skills/pipeline-rnaseq/references/03-quantification.md +107 -0
  436. encode_toolkit-0.3.0/skills/pipeline-rnaseq/references/04-signal-tracks.md +92 -0
  437. encode_toolkit-0.3.0/skills/pipeline-rnaseq/references/05-qc-metrics.md +124 -0
  438. encode_toolkit-0.3.0/skills/pipeline-rnaseq/references/literature.md +152 -0
  439. encode_toolkit-0.3.0/skills/pipeline-rnaseq/scripts/Dockerfile +47 -0
  440. encode_toolkit-0.3.0/skills/pipeline-rnaseq/scripts/main.nf +287 -0
  441. encode_toolkit-0.3.0/skills/pipeline-rnaseq/scripts/nextflow.config +103 -0
  442. encode_toolkit-0.3.0/skills/pipeline-wgbs/SKILL.md +393 -0
  443. encode_toolkit-0.3.0/skills/pipeline-wgbs/references/01-qc-trimming.md +81 -0
  444. encode_toolkit-0.3.0/skills/pipeline-wgbs/references/02-bismark-alignment.md +113 -0
  445. encode_toolkit-0.3.0/skills/pipeline-wgbs/references/03-dedup-filtering.md +101 -0
  446. encode_toolkit-0.3.0/skills/pipeline-wgbs/references/04-methylation-calling.md +117 -0
  447. encode_toolkit-0.3.0/skills/pipeline-wgbs/references/05-qc-metrics.md +127 -0
  448. encode_toolkit-0.3.0/skills/pipeline-wgbs/references/literature.md +166 -0
  449. encode_toolkit-0.3.0/skills/pipeline-wgbs/scripts/Dockerfile +61 -0
  450. encode_toolkit-0.3.0/skills/pipeline-wgbs/scripts/main.nf +285 -0
  451. encode_toolkit-0.3.0/skills/pipeline-wgbs/scripts/nextflow.config +96 -0
  452. encode_toolkit-0.3.0/skills/publication-trust/SKILL.md +415 -0
  453. encode_toolkit-0.3.0/skills/publication-trust/references/literature.md +80 -0
  454. encode_toolkit-0.3.0/skills/quality-assessment/SKILL.md +555 -0
  455. encode_toolkit-0.3.0/skills/quality-assessment/references/literature.md +340 -0
  456. encode_toolkit-0.3.0/skills/regulatory-elements/SKILL.md +468 -0
  457. encode_toolkit-0.3.0/skills/regulatory-elements/references/literature.md +246 -0
  458. encode_toolkit-0.3.0/skills/scientific-writing/SKILL.md +920 -0
  459. encode_toolkit-0.3.0/skills/scientific-writing/references/literature.md +100 -0
  460. encode_toolkit-0.3.0/skills/scrna-meta-analysis/SKILL.md +555 -0
  461. encode_toolkit-0.3.0/skills/scrna-meta-analysis/references/literature.md +118 -0
  462. encode_toolkit-0.3.0/skills/search-encode/SKILL.md +481 -0
  463. encode_toolkit-0.3.0/skills/search-encode/references/literature.md +223 -0
  464. encode_toolkit-0.3.0/skills/setup/SKILL.md +313 -0
  465. encode_toolkit-0.3.0/skills/setup/references/literature.md +150 -0
  466. encode_toolkit-0.3.0/skills/single-cell-encode/SKILL.md +542 -0
  467. encode_toolkit-0.3.0/skills/single-cell-encode/references/literature.md +114 -0
  468. encode_toolkit-0.3.0/skills/track-experiments/SKILL.md +743 -0
  469. encode_toolkit-0.3.0/skills/track-experiments/references/literature.md +167 -0
  470. encode_toolkit-0.3.0/skills/ucsc-browser/SKILL.md +387 -0
  471. encode_toolkit-0.3.0/skills/ucsc-browser/references/literature.md +76 -0
  472. encode_toolkit-0.3.0/skills/variant-annotation/SKILL.md +541 -0
  473. encode_toolkit-0.3.0/skills/variant-annotation/references/literature.md +116 -0
  474. encode_toolkit-0.3.0/skills/visualization-workflow/SKILL.md +582 -0
  475. encode_toolkit-0.3.0/skills/visualization-workflow/references/literature.md +239 -0
  476. encode_toolkit-0.3.0/smithery.yaml +10 -0
  477. encode_toolkit-0.3.0/src/encode_connector/__init__.py +4 -0
  478. encode_toolkit-0.3.0/src/encode_connector/__main__.py +5 -0
  479. encode_toolkit-0.3.0/src/encode_connector/client/__init__.py +6 -0
  480. encode_toolkit-0.3.0/src/encode_connector/client/auth.py +262 -0
  481. encode_toolkit-0.3.0/src/encode_connector/client/constants.py +450 -0
  482. encode_toolkit-0.3.0/src/encode_connector/client/downloader.py +305 -0
  483. encode_toolkit-0.3.0/src/encode_connector/client/encode_client.py +586 -0
  484. encode_toolkit-0.3.0/src/encode_connector/client/models.py +367 -0
  485. encode_toolkit-0.3.0/src/encode_connector/client/tracker.py +1129 -0
  486. encode_toolkit-0.3.0/src/encode_connector/client/validation.py +226 -0
  487. encode_toolkit-0.3.0/src/encode_connector/server/__init__.py +1 -0
  488. encode_toolkit-0.3.0/src/encode_connector/server/__main__.py +5 -0
  489. encode_toolkit-0.3.0/src/encode_connector/server/main.py +1544 -0
  490. encode_toolkit-0.3.0/tests/__init__.py +0 -0
  491. encode_toolkit-0.3.0/tests/test_auth.py +797 -0
  492. encode_toolkit-0.3.0/tests/test_bioinformatics_audit.py +681 -0
  493. encode_toolkit-0.3.0/tests/test_client.py +1421 -0
  494. encode_toolkit-0.3.0/tests/test_downloader.py +904 -0
  495. encode_toolkit-0.3.0/tests/test_models.py +355 -0
  496. encode_toolkit-0.3.0/tests/test_server.py +137 -0
  497. encode_toolkit-0.3.0/tests/test_tool_responses.py +1676 -0
  498. encode_toolkit-0.3.0/tests/test_tracker.py +1134 -0
  499. encode_toolkit-0.3.0/tests/test_validation.py +416 -0
@@ -0,0 +1,11 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(.venv/bin/python -m pytest:*)",
5
+ "Bash(.venv/bin/python -c:*)",
6
+ "Bash(grep -c '@mcp.tool':*)",
7
+ "Bash(wc -l:*)",
8
+ "Bash(ls:*)"
9
+ ]
10
+ }
11
+ }
@@ -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 "[![GitHub Clones]($shields$url&logo=github)]($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/