@bgicli/bgicli 2.4.6 → 2.4.8
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.
- package/dist/bgi.js +82 -28
- package/package.json +1 -1
- /package/data/{workflows → skills}/bulk-omics-clustering/SKILL.md +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/references/best_practices.md +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/references/clustering_methods_comparison.md +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/references/common-patterns.md +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/references/decision-guide.md +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/references/distance_metrics_guide.md +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/references/parameter_guide.md +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/references/r-quick-start.md +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/references/validation_metrics_guide.md +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/characterize_clusters.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/cluster_validation.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/density_clustering.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/dimensionality_reduction.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/distance_metrics.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/export_results.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/hierarchical_clustering.R +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/hierarchical_clustering.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/kmeans_clustering.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/load_example_data.R +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/load_example_data.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/model_based_clustering.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/optimal_clusters.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/plot_cluster_heatmap.R +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/plot_clustering_results.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/prepare_data.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/stability_analysis.py +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/SKILL.md +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/references/comprehensive-reference.md +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/references/decision-guide.md +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/references/troubleshooting.md +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/references/usage-guide.md +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/basic_workflow.R +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/batch_correction.R +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/export_results.R +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/extract_results.R +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/load_example_data.R +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/multi_condition.R +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/qc_plots.R +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/transformations.R +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/SKILL.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/references/chipatlas_diff_api_format.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/references/diff_analysis_methods.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/references/output_format.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/__init__.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/annotate_genes.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/export_all.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/filter_regions.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/generate_all_plots.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/load_example_data.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/load_user_data.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/parse_bed_results.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/qc_checks.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/query_chipatlas_api.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/run_diff_workflow.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/SKILL.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/references/chipatlas_metadata_format.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/references/enrichment_statistics.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/references/peak_thresholds.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/references/promoter_definitions.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/__init__.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/convert_genes_to_regions.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/export_all.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/filter_experiments.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/generate_all_plots.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/load_example_data.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/load_user_data.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/query_chipatlas_api.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/run_enrichment_workflow.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/SKILL.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/references/macs2_binding_scores.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/references/string_scores.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/references/target_genes_data_format.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/scripts/__init__.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/scripts/download_target_genes.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/scripts/export_all.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/scripts/filter_targets.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/scripts/generate_all_plots.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/scripts/load_example_query.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/scripts/load_user_query.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/scripts/run_target_genes_workflow.py +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/SKILL.md +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/references/api-parameters.md +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/references/mechanisms.md +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/references/output-schema.md +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/scripts/__init__.py +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/scripts/classify_mechanisms.py +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/scripts/compile_trials.py +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/scripts/disease_config.py +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/scripts/export_all.py +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/scripts/generate_landscape_plots.py +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/scripts/generate_pdf_report.py +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/scripts/generate_report.py +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/scripts/query_clinicaltrials.py +0 -0
- /package/data/{workflows → skills}/coexpression-network/SKILL.md +0 -0
- /package/data/{workflows → skills}/coexpression-network/references/parameter-tuning-guide.md +0 -0
- /package/data/{workflows → skills}/coexpression-network/references/troubleshooting.md +0 -0
- /package/data/{workflows → skills}/coexpression-network/references/wgcna-best-practices.md +0 -0
- /package/data/{workflows → skills}/coexpression-network/references/wgcna-reference.md +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/build_network.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/correlate_modules_traits.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/export_wgcna_results.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/identify_hub_genes.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/load_example_data.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/module_enrichment.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/pick_soft_power.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/plot_all_wgcna.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/plot_eigengene_heatmap.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/plot_hub_genes.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/plot_module_dendrogram.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/plotting_helpers.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/prepare_wgcna_data.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/wgcna_workflow.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/SKILL.md +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/references/batch_effect_mitigation.md +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/references/cv_tissue_database.csv +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/references/experimental_design_best_practices.md +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/references/multiple_testing_guide.md +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/references/power_analysis_guidelines.md +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/references/qc_guidelines.md +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/references/software_requirements.md +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/references/troubleshooting_guide.md +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/batch_assignment.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/batch_validation.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/export_design.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/load_example_data.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/multiple_testing.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/plot_power_curves.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/power_atacseq.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/power_pilot_based.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/power_rnaseq.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/sample_size_de.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/sample_size_scrna.R +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/SKILL.md +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/references/database_guide.md +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/references/decision-guide.md +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/references/gsea_ora_comparison.md +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/references/gsea_ora_validation_framework.md +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/references/interpretation_guidelines.md +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/references/method-reference.md +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/export_results.R +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/generate_plots.R +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/get_msigdb_genesets.R +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/load_de_results.R +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/load_example_data.R +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/prepare_gene_lists.R +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/run_gsea.R +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/run_ora.R +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/SKILL.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/auto_installation_implementation.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/consequence_terms.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/filtering_strategies.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/installation_guide.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/pathogenicity_interpretation.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/qc_guidelines.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/snpeff_best_practices.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/tool_selection_guide.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/troubleshooting_guide.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/vep_best_practices.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/annotate_genes.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/export_results.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/filter_variants.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/install_tools.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/load_example_data.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/parse_snpeff_output.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/parse_vep_output.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/plot_variant_distribution.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/prioritize_variants.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/run_snpeff.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/run_vep.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/select_tool.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/test_complete_workflow.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/test_pickle_load.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/validate_vcf.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/verify_changes.py +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/SKILL.md +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/references/cli_interface.md +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/references/database_downloads.md +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/scripts/export_all.py +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/scripts/generate_report.py +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/scripts/integrate_with_adata.py +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/scripts/load_example_data.py +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/scripts/load_expression_data.py +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/scripts/plot_regulon_visualizations.py +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/scripts/run_grn_workflow.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/SKILL.md +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/references/fusion_best_practices.md +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/references/installation-guide.md +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/references/ldsc_qc_guidelines.md +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/references/spredixxcan_best_practices.md +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/references/therapeutic_interpretation_guide.md +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/references/tissue_reference_guide.md +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/references/troubleshooting_guide.md +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/references/twas_hub_validation_guide.md +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/colocalization_analysis.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/druggability_scoring.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/export_results.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/integrate_variant_annotation.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/interpret_therapeutic_direction.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/mendelian_randomization.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/multilayer_direction_analysis.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/plot_twas_results.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/run_fusion.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/run_smultixcan.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/run_spredixxcan.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/select_reference_panel.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/validate_gwas_sumstats.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/validate_with_twas_hub.py +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/SKILL.md +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/references/decision-guide.md +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/references/lasso-reference.md +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/references/validation-guide.md +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/scripts/biological_interpretation.R +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/scripts/biomarker_plots.R +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/scripts/export_results.R +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/scripts/lasso_workflow.R +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/scripts/load_example_data.R +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/scripts/plotting_helpers.R +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/scripts/prepare_features.R +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/scripts/query_cellxgene.py +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/scripts/validate_external.R +0 -0
- /package/data/{workflows → skills}/literature-preclinical/SKILL.md +0 -0
- /package/data/{workflows → skills}/literature-preclinical/assets/eval/simple_test.py +0 -0
- /package/data/{workflows → skills}/literature-preclinical/references/experiment-extraction-guide.md +0 -0
- /package/data/{workflows → skills}/literature-preclinical/references/full-text-enrichment-guide.md +0 -0
- /package/data/{workflows → skills}/literature-preclinical/references/preclinical-search-guide.md +0 -0
- /package/data/{workflows → skills}/literature-preclinical/scripts/extract_experiments.py +0 -0
- /package/data/{workflows → skills}/literature-preclinical/scripts/generate_plots.R +0 -0
- /package/data/{workflows → skills}/literature-preclinical/scripts/narrative_synthesis.py +0 -0
- /package/data/{workflows → skills}/literature-preclinical/scripts/preclinical_search.py +0 -0
- /package/data/{workflows → skills}/literature-preclinical/scripts/preclinical_synthesis.py +0 -0
- /package/data/{workflows → skills}/literature-preclinical/scripts/report_generation.py +0 -0
- /package/data/{workflows → skills}/mendelian-randomization-twosamplemr/SKILL.md +0 -0
- /package/data/{workflows → skills}/mendelian-randomization-twosamplemr/references/interpretation-guide.md +0 -0
- /package/data/{workflows → skills}/mendelian-randomization-twosamplemr/references/method-reference.md +0 -0
- /package/data/{workflows → skills}/mendelian-randomization-twosamplemr/scripts/export_results.R +0 -0
- /package/data/{workflows → skills}/mendelian-randomization-twosamplemr/scripts/generate_report.R +0 -0
- /package/data/{workflows → skills}/mendelian-randomization-twosamplemr/scripts/load_data.R +0 -0
- /package/data/{workflows → skills}/mendelian-randomization-twosamplemr/scripts/mr_plots.R +0 -0
- /package/data/{workflows → skills}/mendelian-randomization-twosamplemr/scripts/run_mr_analysis.R +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/SKILL.md +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/references/code_examples.md +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/references/miqe_guidelines.md +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/references/parameter_ranges.md +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/references/primer_design_best_practices.md +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/references/troubleshooting_guide.md +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/__init__.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/calculate_tm.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/check_dimers.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/check_secondary_structures.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/design_qpcr_primers.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/design_standard_primers.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/design_taqman_probes.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/export_results.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/generate_reports.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/validate_specificity.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/visualize_primers.py +0 -0
- /package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/SKILL.md +0 -0
- /package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/references/interpretation-guide.md +0 -0
- /package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/references/pgs-catalog-guide.md +0 -0
- /package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/scripts/export_results.R +0 -0
- /package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/scripts/generate_plots.R +0 -0
- /package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/scripts/load_pgs_weights.R +0 -0
- /package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/scripts/load_reference_data.R +0 -0
- /package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/scripts/score_traits.R +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/SKILL.md +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/references/crispr_screen_best_practices.md +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/references/qc_guidelines.md +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/references/statistical_methods.md +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/references/troubleshooting_guide.md +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/references/umi_optimization.md +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/concatenate_libraries.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/detect_perturbed_cells.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/differential_expression.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/differential_expression_glmgampoi.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/export_results.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/expression_filtering.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/gene_name_corrections.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/generate_report.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/load_10x_libraries.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/load_example_data.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/map_sgrna_to_cells.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/normalize_and_scale.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/qc_filtering.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/run_glmgampoi.R +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/screen_all_perturbations.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/validate_perturbations.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/visualize_perturbations.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/SKILL.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/ambient_rna_correction.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/common-patterns.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/integration_methods.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/marker_gene_database.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/pseudobulk_de_guide.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/qc_guidelines.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/scanpy_best_practices.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/troubleshooting_guide.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/workflow-details.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/annotate_celltypes.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/cluster_cells.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/export_results.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/filter_cells.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/find_markers.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/find_variable_genes.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/integrate_scvi.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/integration_diagnostics.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/load_example_data.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/normalize_data.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/plot_dimreduction.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/plot_qc.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/pseudobulk_de.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/qc_metrics.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/remove_ambient_rna.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/run_umap.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/scale_and_pca.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/setup_and_import.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/SKILL.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/ambient_rna_correction.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/common-patterns.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/decision-guide.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/integration_methods.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/marker_gene_database.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/pseudobulk_de_guide.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/qc_guidelines.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/seurat_best_practices.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/troubleshooting_guide.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/workflow-details.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/annotate_celltypes.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/cluster_cells.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/export_results.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/filter_cells.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/find_markers.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/find_variable_features.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/integrate_batches.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/integration_diagnostics.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/load_example_data.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/normalize_data.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/plot_dimreduction.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/plot_qc.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/pseudobulk_de.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/qc_metrics.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/remove_ambient_rna.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/run_umap.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/scale_and_pca.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/setup_and_import.R +0 -0
- /package/data/{workflows → skills}/spatial-transcriptomics/SKILL.md +0 -0
- /package/data/{workflows → skills}/spatial-transcriptomics/references/spatial-analysis-guide.md +0 -0
- /package/data/{workflows → skills}/spatial-transcriptomics/scripts/export_results.py +0 -0
- /package/data/{workflows → skills}/spatial-transcriptomics/scripts/generate_all_plots.py +0 -0
- /package/data/{workflows → skills}/spatial-transcriptomics/scripts/load_example_data.py +0 -0
- /package/data/{workflows → skills}/spatial-transcriptomics/scripts/spatial_workflow.py +0 -0
- /package/data/{workflows → skills}/survival-analysis-clinical/SKILL.md +0 -0
- /package/data/{workflows → skills}/survival-analysis-clinical/scripts/full_workflow.R +0 -0
- /package/data/{workflows → skills}/survival-analysis-clinical/scripts/load_example_data.R +0 -0
- /package/data/{workflows → skills}/survival-analysis-clinical/scripts/plot_forest.R +0 -0
package/dist/bgi.js
CHANGED
|
@@ -13602,7 +13602,6 @@ var DEFAULT_PROVIDER = "bailian";
|
|
|
13602
13602
|
|
|
13603
13603
|
// src/config.ts
|
|
13604
13604
|
var BGI_DIR = (0, import_path2.join)((0, import_os.homedir)(), ".bgicli");
|
|
13605
|
-
var WORKFLOWS_DIR = (0, import_path2.join)(BGI_DIR, "workflows");
|
|
13606
13605
|
var TOOLS_DIR = (0, import_path2.join)(BGI_DIR, "tools");
|
|
13607
13606
|
var SKILLS_DIR = (0, import_path2.join)(BGI_DIR, "skills");
|
|
13608
13607
|
var USER_SKILLS_DIR = (0, import_path2.join)(BGI_DIR, "user-skills");
|
|
@@ -13610,7 +13609,7 @@ var DATABASES_FILE = (0, import_path2.join)(BGI_DIR, "databases.json");
|
|
|
13610
13609
|
var DATA_VERSION_FILE = (0, import_path2.join)(BGI_DIR, ".data-version");
|
|
13611
13610
|
var CONFIG_FILE = (0, import_path2.join)(BGI_DIR, "config.json");
|
|
13612
13611
|
function ensureDirs() {
|
|
13613
|
-
for (const dir of [BGI_DIR,
|
|
13612
|
+
for (const dir of [BGI_DIR, TOOLS_DIR, SKILLS_DIR, USER_SKILLS_DIR]) {
|
|
13614
13613
|
if (!(0, import_fs2.existsSync)(dir)) (0, import_fs2.mkdirSync)(dir, { recursive: true });
|
|
13615
13614
|
}
|
|
13616
13615
|
}
|
|
@@ -14634,30 +14633,45 @@ You have access to these tools:
|
|
|
14634
14633
|
> \u662F\u5426\u6FC0\u6D3B\u8FD9\u4E9B\u6280\u80FD\u5F00\u59CB\u5206\u6790\uFF1F
|
|
14635
14634
|
|
|
14636
14635
|
**\u7B2C\u4E09\u6B65 \u2014 \u6FC0\u6D3B\u6280\u80FD\uFF0C\u8BFB\u53D6 SKILL.md**
|
|
14637
|
-
\u7528\u6237\u786E\u8BA4\u540E\u7ACB\u5373\u6267\u884C\uFF1A\`cat ${
|
|
14636
|
+
\u7528\u6237\u786E\u8BA4\u540E\u7ACB\u5373\u6267\u884C\uFF1A\`cat ${SKILLS_DIR}/<skill-id>/SKILL.md\`
|
|
14638
14637
|
\u4E25\u683C\u6309\u7167 SKILL.md \u7684\u6BCF\u4E00\u6B65\u6267\u884C\uFF0C\u4E0D\u8DF3\u8FC7\u3001\u4E0D\u81EA\u884C\u53D1\u6325\u3002
|
|
14639
14638
|
|
|
14640
14639
|
**\u7B2C\u56DB\u6B65 \u2014 \u53EA\u95EE\u771F\u6B63\u5FC5\u8981\u7684\u6570\u636E\u95EE\u9898**
|
|
14641
14640
|
SKILL.md \u8BFB\u5B8C\u540E\uFF0C\u53EA\u8BE2\u95EE\u6267\u884C\u6240\u9700\u7684\u5173\u952E\u4FE1\u606F\uFF08\u5982\u672C\u5730\u6587\u4EF6\u8DEF\u5F84\u3001\u6837\u672C\u5206\u7EC4\u540D\uFF09\u3002
|
|
14642
14641
|
|
|
14643
14642
|
\u274C **\u7EDD\u5BF9\u7981\u6B62**\uFF1A\u5728\u5B8C\u6210\u7B2C\u4E00\u6B65\uFF08\u8BC6\u522B\u6280\u80FD\uFF09\u4E4B\u524D\uFF0C\u8BE2\u95EE\u901A\u7528\u6570\u636E\u6536\u96C6\u95EE\u9898\u3002
|
|
14644
|
-
\u4F8B\u5982\u4E0B\u5217\u63D0\u95EE\u65B9\u5F0F\u662F**\u9519\u8BEF\u7684**\uFF0C\u5FC5\u987B\u907F\u514D\uFF1A
|
|
14645
|
-
- "\u60A8\u6709 GEO \u6570\u636E\u96C6\u5417\uFF1F"
|
|
14646
|
-
- "\u6570\u636E\u6765\u6E90\u662F\u4EC0\u4E48\uFF1F"
|
|
14647
|
-
- "\u60A8\u7684\u6570\u636E\u683C\u5F0F\u662F\u4EC0\u4E48\uFF1F"
|
|
14648
|
-
- "\u8BF7\u63D0\u4F9B\u4EE5\u4E0B\u4FE1\u606F\uFF1A1. \u6570\u636E\u6765\u6E90 2. \u6570\u636E\u5185\u5BB9 ..."
|
|
14649
14643
|
|
|
14650
|
-
\
|
|
14644
|
+
### \u{1F6AB} \u9519\u8BEF\u793A\u8303\uFF08\u4F60\u7EDD\u5BF9\u4E0D\u80FD\u8FD9\u6837\u505A\uFF09
|
|
14645
|
+
|
|
14646
|
+
> \u7528\u6237\uFF1A\u5E2E\u6211\u505A KRAS \u7A81\u53D8 NSCLC \u9776\u70B9\u53EF\u89C6\u5316
|
|
14647
|
+
>
|
|
14648
|
+
> ~~AI\uFF1A\u4F60\u597D\uFF01\u9488\u5BF9\u8FD9\u4E2A\u9700\u6C42\uFF0C\u6211\u9700\u8981\u5148\u4E86\u89E3\u66F4\u591A\u4FE1\u606F\uFF1A~~
|
|
14649
|
+
> ~~1. \u4F60\u60F3\u53EF\u89C6\u5316\u4EC0\u4E48\uFF1F~~
|
|
14650
|
+
> ~~2. \u4F60\u6709\u6570\u636E\u5417\uFF1F~~
|
|
14651
|
+
> ~~3. \u5206\u6790\u76EE\u7684\u662F\u4EC0\u4E48\uFF1F~~
|
|
14652
|
+
|
|
14653
|
+
### \u2705 \u6B63\u786E\u793A\u8303\uFF08\u4F60\u5FC5\u987B\u8FD9\u6837\u505A\uFF09
|
|
14654
|
+
|
|
14655
|
+
> \u7528\u6237\uFF1A\u5E2E\u6211\u505A KRAS \u7A81\u53D8 NSCLC \u9776\u70B9\u53EF\u89C6\u5316
|
|
14656
|
+
>
|
|
14657
|
+
> \u{1F50D} \u68C0\u6D4B\u5230\u4EE5\u4E0B\u76F8\u5173\u6280\u80FD\uFF1A
|
|
14658
|
+
>
|
|
14659
|
+
> \u2022 \`genetic-variant-annotation\` \u2014 **\u9057\u4F20\u53D8\u5F02\u6CE8\u91CA**\uFF1AKRAS \u7A81\u53D8\u6CE8\u91CA\u3001\u81F4\u75C5\u6027\u89E3\u8BFB\u3001oncoprint \u53EF\u89C6\u5316
|
|
14660
|
+
> \u2022 \`agentd-drug-discovery\` \u2014 **\u836F\u7269\u9776\u70B9\u5206\u6790**\uFF1A\u9776\u70B9\u53EF\u6210\u836F\u6027\u8BC4\u4F30\u3001\u9776\u70B9\u7EFC\u5408\u53EF\u89C6\u5316\u62A5\u544A
|
|
14661
|
+
>
|
|
14662
|
+
> \u662F\u5426\u6FC0\u6D3B\u8FD9\u4E9B\u6280\u80FD\u5F00\u59CB\u5206\u6790\uFF1F
|
|
14663
|
+
|
|
14664
|
+
**\u53EA\u6709\u5728 Skill Library \u548C\u6269\u5C55\u6280\u80FD\u76EE\u5F55\u4E2D\u786E\u5B9E\u627E\u4E0D\u5230\u4EFB\u4F55\u5339\u914D\u6280\u80FD\u65F6\uFF0C\u624D\u5141\u8BB8\u63D0\u95EE\uFF0C\u5E76\u5FC5\u987B\u8BF4\u660E"\u672A\u627E\u5230\u5339\u914D\u6280\u80FD\uFF0C\u539F\u56E0\u662F\u2026"\u3002**
|
|
14651
14665
|
|
|
14652
14666
|
---
|
|
14653
14667
|
|
|
14654
|
-
## Skill Library
|
|
14668
|
+
## Skill Library
|
|
14655
14669
|
|
|
14656
|
-
All skills are at: **${
|
|
14670
|
+
All skills are at: **${SKILLS_DIR}**
|
|
14657
14671
|
|
|
14658
14672
|
For any skill, read its guide first:
|
|
14659
14673
|
\`\`\`bash
|
|
14660
|
-
cat ${
|
|
14674
|
+
cat ${SKILLS_DIR}/<skill-id>/SKILL.md
|
|
14661
14675
|
\`\`\`
|
|
14662
14676
|
|
|
14663
14677
|
### \u{1F9EC} Transcriptomics
|
|
@@ -14737,16 +14751,9 @@ ${dbSection ?? "\uFF08\u6682\u672A\u6CE8\u518C\u4EFB\u4F55\u6570\u636E\u5E93\u30
|
|
|
14737
14751
|
|
|
14738
14752
|
---
|
|
14739
14753
|
|
|
14740
|
-
##
|
|
14741
|
-
|
|
14742
|
-
\u66F4\u591A\u5185\u7F6E\u6280\u80FD\u4F4D\u4E8E: **${SKILLS_DIR}**
|
|
14743
|
-
|
|
14744
|
-
\u6BCF\u4E2A\u6280\u80FD\u76EE\u5F55\u5305\u542B\u4E00\u4E2A \`SKILL.md\` \u6587\u4EF6\uFF0C\u8BFB\u53D6\u65B9\u5F0F:
|
|
14745
|
-
\`\`\`bash
|
|
14746
|
-
cat ${SKILLS_DIR}/<skill-id>/SKILL.md
|
|
14747
|
-
\`\`\`
|
|
14754
|
+
## More Skills
|
|
14748
14755
|
|
|
14749
|
-
**\u6DB5\u76D6\u9886\u57DF
|
|
14756
|
+
\u6240\u6709\u5185\u7F6E\u6280\u80FD\u5747\u4F4D\u4E8E **${SKILLS_DIR}**\uFF0C\u6DB5\u76D6\u9886\u57DF\uFF08\u7528\u6237\u901A\u8FC7 /sk \u547D\u4EE4\u52A0\u8F7D\u540E\u81EA\u52A8\u6CE8\u5165\u4E0A\u4E0B\u6587\uFF09:
|
|
14750
14757
|
- \u6587\u732E\u68C0\u7D22: pubmed-search, arxiv-search, bgpt-paper-search
|
|
14751
14758
|
- \u7ED3\u6784\u751F\u7269\u5B66: alphafold, alphafold-database, bindcraft, binder-design
|
|
14752
14759
|
- \u5355\u7EC6\u80DE: anndata, cellagent-annotation, scvi-tools
|
|
@@ -15703,7 +15710,34 @@ var SKILL_ROUTES = [
|
|
|
15703
15710
|
"\u9057\u4F20\u53D8\u5F02\u89E3\u6790",
|
|
15704
15711
|
"\u81F4\u75C5\u6027\u8BC4\u4F30",
|
|
15705
15712
|
"\u53D8\u5F02\u5F71\u54CD\u9884\u6D4B",
|
|
15706
|
-
//
|
|
15713
|
+
// standalone gene/cancer keywords (no space dependency)
|
|
15714
|
+
"kras",
|
|
15715
|
+
"egfr",
|
|
15716
|
+
"alk",
|
|
15717
|
+
"braf",
|
|
15718
|
+
"ros1",
|
|
15719
|
+
"ret",
|
|
15720
|
+
"met",
|
|
15721
|
+
"ntrk",
|
|
15722
|
+
"erbb2",
|
|
15723
|
+
"her2",
|
|
15724
|
+
"tp53",
|
|
15725
|
+
"brca",
|
|
15726
|
+
"brca1",
|
|
15727
|
+
"brca2",
|
|
15728
|
+
"pik3ca",
|
|
15729
|
+
"pten",
|
|
15730
|
+
"cdkn2a",
|
|
15731
|
+
"nsclc",
|
|
15732
|
+
"luad",
|
|
15733
|
+
"lusc",
|
|
15734
|
+
"\u975E\u5C0F\u7EC6\u80DE\u80BA\u764C",
|
|
15735
|
+
"\u80BA\u817A\u764C",
|
|
15736
|
+
"\u80BA\u9CDE\u764C",
|
|
15737
|
+
"\u9A71\u52A8\u57FA\u56E0",
|
|
15738
|
+
"\u53D8\u5F02\u62A5\u544A",
|
|
15739
|
+
"\u7A81\u53D8\u62A5\u544A",
|
|
15740
|
+
// oncology mutations (compound keywords — bonus score for specificity)
|
|
15707
15741
|
"kras\u7A81\u53D8",
|
|
15708
15742
|
"kras g12c",
|
|
15709
15743
|
"kras g12d",
|
|
@@ -15718,12 +15752,10 @@ var SKILL_ROUTES = [
|
|
|
15718
15752
|
"braf v600e",
|
|
15719
15753
|
"braf\u7A81\u53D8",
|
|
15720
15754
|
"tp53\u7A81\u53D8",
|
|
15721
|
-
"tp53",
|
|
15722
15755
|
"pik3ca\u7A81\u53D8",
|
|
15723
15756
|
"pten\u7F3A\u5931",
|
|
15724
15757
|
"brca1\u7A81\u53D8",
|
|
15725
15758
|
"brca2\u7A81\u53D8",
|
|
15726
|
-
"brca",
|
|
15727
15759
|
"her2\u6269\u589E",
|
|
15728
15760
|
"her2\u7A81\u53D8",
|
|
15729
15761
|
"cdkn2a\u7F3A\u5931",
|
|
@@ -16712,6 +16744,16 @@ var SKILL_ROUTES = [
|
|
|
16712
16744
|
"\u9776\u70B9\u9A8C\u8BC1",
|
|
16713
16745
|
"\u9776\u70B9\u786E\u8BA4",
|
|
16714
16746
|
"\u9776\u70B9\u4F18\u5148\u7EA7\u6392\u5E8F",
|
|
16747
|
+
// cancer + target keywords (standalone — no space dependency)
|
|
16748
|
+
"nsclc\u9776\u70B9",
|
|
16749
|
+
"nsclc\u9776\u5411",
|
|
16750
|
+
"nsclc\u6CBB\u7597\u9776\u70B9",
|
|
16751
|
+
"\u80BA\u764C\u9776\u70B9",
|
|
16752
|
+
"\u975E\u5C0F\u7EC6\u80DE\u80BA\u764C\u9776\u70B9",
|
|
16753
|
+
"\u80BF\u7624\u9776\u70B9",
|
|
16754
|
+
"\u764C\u75C7\u9776\u70B9",
|
|
16755
|
+
"\u9776\u5411\u6CBB\u7597",
|
|
16756
|
+
"\u7CBE\u51C6\u6CBB\u7597",
|
|
16715
16757
|
// specific target contexts
|
|
16716
16758
|
"kras\u9776\u70B9",
|
|
16717
16759
|
"kras\u53EF\u6210\u836F\u6027",
|
|
@@ -17150,7 +17192,7 @@ function clearCheckpoints(sessionId) {
|
|
|
17150
17192
|
|
|
17151
17193
|
// src/index.ts
|
|
17152
17194
|
var import_fs7 = require("fs");
|
|
17153
|
-
var VERSION2 = "2.4.
|
|
17195
|
+
var VERSION2 = "2.4.7";
|
|
17154
17196
|
var SKILLHUB_HUBS = {
|
|
17155
17197
|
bgi: { label: "BGI\u5185\u7F51", apiBase: "https://clawhub.ai", backend: "clawhub" },
|
|
17156
17198
|
clawhub: { label: "clawhub.ai", apiBase: "https://clawhub.ai", backend: "clawhub" },
|
|
@@ -17297,11 +17339,24 @@ function installBundledData() {
|
|
|
17297
17339
|
const bundledData = (0, import_path6.join)(__dirname, "..", "data");
|
|
17298
17340
|
if (!(0, import_fs6.existsSync)(bundledData)) return;
|
|
17299
17341
|
ensureDirs();
|
|
17342
|
+
const legacyWorkflowsDir = (0, import_path6.join)(BGI_DIR, "workflows");
|
|
17343
|
+
if ((0, import_fs6.existsSync)(legacyWorkflowsDir)) {
|
|
17344
|
+
try {
|
|
17345
|
+
for (const entry of (0, import_fs6.readdirSync)(legacyWorkflowsDir)) {
|
|
17346
|
+
const src = (0, import_path6.join)(legacyWorkflowsDir, entry);
|
|
17347
|
+
const dest = (0, import_path6.join)(SKILLS_DIR, entry);
|
|
17348
|
+
if ((0, import_fs6.statSync)(src).isDirectory() && !(0, import_fs6.existsSync)(dest)) {
|
|
17349
|
+
(0, import_fs6.cpSync)(src, dest, { recursive: true });
|
|
17350
|
+
}
|
|
17351
|
+
}
|
|
17352
|
+
(0, import_fs6.rmSync)(legacyWorkflowsDir, { recursive: true, force: true });
|
|
17353
|
+
} catch {
|
|
17354
|
+
}
|
|
17355
|
+
}
|
|
17300
17356
|
const installedDataVersion = (0, import_fs6.existsSync)(DATA_VERSION_FILE) ? (0, import_fs6.readFileSync)(DATA_VERSION_FILE, "utf8").trim() : "";
|
|
17301
17357
|
const needsUpdate = installedDataVersion !== VERSION2;
|
|
17302
17358
|
const targets = [
|
|
17303
|
-
{ src: (0, import_path6.join)(bundledData, "
|
|
17304
|
-
{ src: (0, import_path6.join)(bundledData, "skills"), dest: SKILLS_DIR, name: "Skills (\u6269\u5C55\u7C7B)" },
|
|
17359
|
+
{ src: (0, import_path6.join)(bundledData, "skills"), dest: SKILLS_DIR, name: "Skills" },
|
|
17305
17360
|
{ src: (0, import_path6.join)(bundledData, "tools"), dest: TOOLS_DIR, name: "\u5DE5\u5177" }
|
|
17306
17361
|
];
|
|
17307
17362
|
let installed = false;
|
|
@@ -17505,7 +17560,6 @@ function collectAllSkills() {
|
|
|
17505
17560
|
});
|
|
17506
17561
|
};
|
|
17507
17562
|
addFrom(SKILLS_DIR, "skill");
|
|
17508
|
-
addFrom(WORKFLOWS_DIR, "skill");
|
|
17509
17563
|
addFrom(USER_SKILLS_DIR, "user");
|
|
17510
17564
|
return entries;
|
|
17511
17565
|
}
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/bulk-omics-clustering/references/clustering_methods_comparison.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/bulk-omics-clustering/references/distance_metrics_guide.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/bulk-omics-clustering/references/validation_metrics_guide.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/bulk-omics-clustering/scripts/dimensionality_reduction.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/references/decision-guide.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/references/troubleshooting.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/references/usage-guide.md
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/batch_correction.R
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/extract_results.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/load_example_data.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/multi_condition.R
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/transformations.R
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-diff-analysis/references/chipatlas_diff_api_format.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-diff-analysis/references/diff_analysis_methods.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-peak-enrichment/references/enrichment_statistics.md
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-peak-enrichment/references/promoter_definitions.md
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/convert_genes_to_regions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/query_chipatlas_api.py
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/run_enrichment_workflow.py
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-target-genes/references/macs2_binding_scores.md
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-target-genes/references/target_genes_data_format.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-target-genes/scripts/run_target_genes_workflow.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/clinicaltrials-landscape/scripts/generate_landscape_plots.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/coexpression-network/references/parameter-tuning-guide.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/experimental-design-statistics/references/cv_tissue_database.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/experimental-design-statistics/references/qc_guidelines.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/experimental-design-statistics/scripts/batch_assignment.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/experimental-design-statistics/scripts/batch_validation.R
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/experimental-design-statistics/scripts/load_example_data.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/experimental-design-statistics/scripts/multiple_testing.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/experimental-design-statistics/scripts/plot_power_curves.R
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/experimental-design-statistics/scripts/power_pilot_based.R
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/experimental-design-statistics/scripts/sample_size_scrna.R
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/functional-enrichment-from-degs/references/database_guide.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/functional-enrichment-from-degs/references/decision-guide.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/functional-enrichment-from-degs/references/gsea_ora_comparison.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/functional-enrichment-from-degs/references/method-reference.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/get_msigdb_genesets.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/load_de_results.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/load_example_data.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/prepare_gene_lists.R
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/genetic-variant-annotation/references/consequence_terms.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/genetic-variant-annotation/references/filtering_strategies.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/genetic-variant-annotation/references/installation_guide.md
RENAMED
|
File without changes
|