一键导入
analyse-dists
Use when passing legacy ViennaRNA distance-matrix data through the AnalyseDists helper for simple formatting or downstream plotting workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when passing legacy ViennaRNA distance-matrix data through the AnalyseDists helper for simple formatting or downstream plotting workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when joint-genotyping one or more germline gVCFs into a cohort VCF with GATK GenotypeGVCFs.
Use when running GATK HaplotypeCaller to emit per-sample germline variant calls or gVCFs from analysis-ready BAM/CRAM inputs.
Use when splitting mixed accession-like text into one lowercase token per line in EDirect-style text pipelines.
Use when converting ACE assembly files into SAM while preserving legacy ACE-specific padded or contig-sequence behavior.
Use when pretty-printing tab-delimited output with left, center, right, or decimal-aware numeric alignment in EDirect text workflows.
Use when masking columns or coordinate ranges in multiple-sequence alignments before downstream HMMER or alignment-processing steps.
| name | analyse-dists |
| description | Use when passing legacy ViennaRNA distance-matrix data through the AnalyseDists helper for simple formatting or downstream plotting workflows. |
| disable-model-invocation | true |
| user-invocable | true |
Legacy ViennaRNA helper around stdin distance-matrix data. The skill name is lowercase, but the real executable is the capitalized binary AnalyseDists.
analyse-distsAnalyseDists/home/vimalinx/miniforge3/envs/bio/bin/AnalyseDistsAnalyseDists / AnalyseDist style post-processing.-X[swn] modifier family on matrix-style stdin data.# 1) Feed a small matrix on stdin
printf '0 1\n1 0\n' |
PATH=/home/vimalinx/miniforge3/envs/bio/bin:$PATH \
AnalyseDists
# 2) Apply one of the legacy -X modifiers while keeping stdin-based usage
printf '0 1\n1 0\n' |
PATH=/home/vimalinx/miniforge3/envs/bio/bin:$PATH \
AnalyseDists -Xn
AnalyseDists, not the lowercase skill folder name.-Xs, -Xw, or -Xn only if your downstream tool actually depends on them.AnalyseDists, and the embedded usage text even says AnalyseDist in the singular.-h, --help, and --version do not produce clean metadata output here; they all collapse to the same [ERROR] usage: AnalyseDist [-X[swn]] path.2 x 2 matrix simply echoed the matrix back on stdout, both with no flags and with -Xn, so validate that the chosen modifier actually changes what you need.-X[swn] family from the usage string; option semantics beyond that were not recoverable from runnable help.