|
| 1 | +{ |
| 2 | + "name": "encode-toolkit", |
| 3 | + "description": "20 ENCODE API tools + 48 expert skills for genomics research. Search experiments, download files with MD5 verification, run pipelines, and cross-reference 14 databases.", |
| 4 | + "version": "0.3.0-beta.1", |
| 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": "LicenseRef-Noncommercial", |
| 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 | + "skills": "skills/*", |
| 39 | + "tools": [ |
| 40 | + { |
| 41 | + "name": "encode_search_experiments", |
| 42 | + "description": "Search ENCODE experiments with 20+ filters including assay type, organism, organ, biosample, target, and more." |
| 43 | + }, |
| 44 | + { |
| 45 | + "name": "encode_get_experiment", |
| 46 | + "description": "Get full details for a specific experiment including all files, quality metrics, and audit info." |
| 47 | + }, |
| 48 | + { |
| 49 | + "name": "encode_list_files", |
| 50 | + "description": "List files for a specific experiment with format/type filters." |
| 51 | + }, |
| 52 | + { |
| 53 | + "name": "encode_search_files", |
| 54 | + "description": "Search files across all experiments with combined experiment + file filters." |
| 55 | + }, |
| 56 | + { |
| 57 | + "name": "encode_download_files", |
| 58 | + "description": "Download specific files by accession to a local directory with MD5 verification." |
| 59 | + }, |
| 60 | + { |
| 61 | + "name": "encode_get_metadata", |
| 62 | + "description": "List valid filter values for any search parameter." |
| 63 | + }, |
| 64 | + { |
| 65 | + "name": "encode_batch_download", |
| 66 | + "description": "Search + download files in one step with preview mode." |
| 67 | + }, |
| 68 | + { |
| 69 | + "name": "encode_manage_credentials", |
| 70 | + "description": "Store, check, or clear ENCODE credentials for restricted data access." |
| 71 | + }, |
| 72 | + { |
| 73 | + "name": "encode_get_facets", |
| 74 | + "description": "Get live counts from ENCODE showing what data exists for given filters." |
| 75 | + }, |
| 76 | + { |
| 77 | + "name": "encode_get_file_info", |
| 78 | + "description": "Get detailed metadata for a single file." |
| 79 | + }, |
| 80 | + { |
| 81 | + "name": "encode_track_experiment", |
| 82 | + "description": "Track an experiment locally with publications, methods, and pipeline info." |
| 83 | + }, |
| 84 | + { |
| 85 | + "name": "encode_list_tracked", |
| 86 | + "description": "List all tracked experiments with metadata and publication counts." |
| 87 | + }, |
| 88 | + { |
| 89 | + "name": "encode_get_citations", |
| 90 | + "description": "Get publications for tracked experiments. Export as BibTeX or RIS." |
| 91 | + }, |
| 92 | + { |
| 93 | + "name": "encode_compare_experiments", |
| 94 | + "description": "Analyze whether two experiments are compatible for combined analysis." |
| 95 | + }, |
| 96 | + { |
| 97 | + "name": "encode_log_derived_file", |
| 98 | + "description": "Log derived files for provenance tracking back to ENCODE source data." |
| 99 | + }, |
| 100 | + { |
| 101 | + "name": "encode_get_provenance", |
| 102 | + "description": "View provenance chains from derived files to source ENCODE data." |
| 103 | + }, |
| 104 | + { |
| 105 | + "name": "encode_export_data", |
| 106 | + "description": "Export tracked experiments as CSV, TSV, or JSON with PMIDs for cross-referencing." |
| 107 | + }, |
| 108 | + { |
| 109 | + "name": "encode_summarize_collection", |
| 110 | + "description": "Get grouped statistics of your tracked experiment collection." |
| 111 | + }, |
| 112 | + { |
| 113 | + "name": "encode_link_reference", |
| 114 | + "description": "Link external references (PubMed, bioRxiv, ClinicalTrials, GEO) to experiments." |
| 115 | + }, |
| 116 | + { |
| 117 | + "name": "encode_get_references", |
| 118 | + "description": "Get external references linked to experiments for cross-server workflows." |
| 119 | + } |
| 120 | + ] |
| 121 | +} |
0 commit comments