| schema_version = "1.1" | |
| [task] | |
| name = "apodex-ai/task-067-gwas-analysis-visualization" | |
| description = "GWAS分析与结果可视化" | |
| authors = [{ name = "Apodex AI & GADE Union" }] | |
| keywords = [] | |
| [metadata] | |
| frontierchallenge_task_id = "task_067_gwas_analysis_visualization" | |
| difficulty = "hard" | |
| category = "生物信息学;群体遗传学;全基因组关联分析(GWAS);VCF基因型质控;表型质控;群体结构校正;统计建模;数据可视化" | |
| [agent] | |
| user = "mambauser" | |
| timeout_sec = 3600.0 | |
| network_mode = "public" | |
| [verifier] | |
| timeout_sec = 300.0 | |
| [verifier.env] | |
| JUDGE_API_KEY = "${JUDGE_API_KEY}" | |
| JUDGE_API_ENDPOINT = "${JUDGE_API_ENDPOINT}" | |
| JUDGE_MODEL = "gpt-5.6-sol" | |
| JUDGE_REASONING_EFFORT = "high" | |
| JUDGE_REPEATS = "3" | |
| [environment] | |
| network_mode = "public" | |
| build_timeout_sec = 3600.0 | |
| cpus = 2 | |
| memory_mb = 4096 | |
| storage_mb = 2048 | |
| gpus = 0 | |
| # LOCAL_SMOKE_ONLY: agent network changed to public because macOS Docker cannot enforce Harbor allowlists. | |