doc-coauthoring
doc-coauthoring:指引 users through structured workflow ,用于 co-authoring documentation。 This workflow helps users efficient…
维护者 FreedomIntelligence · 最近更新 2026年4月1日
bio-alignment-io:Read,write,、 convert multiple sequence alignment files ,使用 Biopython Bio.AlignIO。 支持 Clustal,PHYLIP,Stockholm,FASTA,Nexus,、 other alignment formats ,用于 phylogenetics 、 conservation analysis。 适合在reading,writing,或 converting alignment file formats时使用。
原始来源
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-alignment-io
技能摘要
原始文档
Goal: Load modules for reading, writing, and manipulating multiple sequence alignments.
Approach: Import AlignIO for file I/O and supporting classes for programmatic alignment construction.
| Format | Extension | Read | Write | Description |
|---|---|---|---|---|
clustal | .aln | Yes | Yes | Clustal W/X output |
fasta | .fasta, .fa | Yes | Yes | Aligned FASTA |
phylip | .phy | Yes | Yes | Interleaved PHYLIP |
phylip-sequential | .phy | Yes | Yes | Sequential PHYLIP |
phylip-relaxed | .phy | Yes | Yes | PHYLIP with long names |
stockholm | .sto, .stk | Yes | Yes | Pfam/Rfam annotated |
nexus | .nex | Yes | Yes | NEXUS format |
emboss | .txt | Yes | No | EMBOSS tools output |
fasta-m10 | .txt | Yes | No | FASTA -m 10 output |
maf | .maf | Yes | Yes | Multiple Alignment Format |
mauve | .xmfa | Yes | No | progressiveMauve output |
msf | .msf | Yes | No | GCG MSF format |
"Read an alignment file" → Parse an alignment file into an alignment object with sequences and metadata accessible.
Goal: Load alignment data from files in various formats (Clustal, PHYLIP, Stockholm, FASTA).
Approach: Use AlignIO.read() for single-alignment files or AlignIO.parse() for files containing multiple alignments.
相关技能
doc-coauthoring:指引 users through structured workflow ,用于 co-authoring documentation。 This workflow helps users efficient…
FlowIO是一个lightweight Python 库 ,用于 reading 、 writing Flow Cytometry Standard (FCS) files。 解析 FCS metadata,extract event d…
paper-polish-workflow:Systematic top-down workflow ,用于 polishing academic papers。 Structure to logic to expression ,支持 u…
Generate or optimize academic paper abstracts using the 5-sentence Farquhar formula. Supports generate-from-scratch and…