写作与投稿科研写作与发表FreedomIntelligence/OpenClaw-Medical-Skills写作与投稿
BI

bio-alignment-io

维护者 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时使用。

OpenClawNanoClaw写作整理投稿回应bio-alignment-io🧬 bioinformatics (gptomics bio-* suite)bioinformatics — sequencing & read qcread

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-alignment-io

维护者
FreedomIntelligence
许可
MIT
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • Read,write,、 convert multiple sequence alignment files in various formats。
  • AlignIO.write(alignment,'output.fasta','fasta')。

原始文档

SKILL.md 摘录

Required Import

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.

Supported Formats

FormatExtensionReadWriteDescription
clustal.alnYesYesClustal W/X output
fasta.fasta, .faYesYesAligned FASTA
phylip.phyYesYesInterleaved PHYLIP
phylip-sequential.phyYesYesSequential PHYLIP
phylip-relaxed.phyYesYesPHYLIP with long names
stockholm.sto, .stkYesYesPfam/Rfam annotated
nexus.nexYesYesNEXUS format
emboss.txtYesNoEMBOSS tools output
fasta-m10.txtYesNoFASTA -m 10 output
maf.mafYesYesMultiple Alignment Format
mauve.xmfaYesNoprogressiveMauve output
msf.msfYesNoGCG MSF format

Reading Alignments

"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.

适用场景

  • 适合在reading,writing,或 converting alignment file formats时使用。

不适用场景

  • Do not treat this catalog entry as substitute ,用于 full upstream workflow。

上游相关技能

  • pairwise-alignment - Create pairwise alignments with PairwiseAligner
  • msa-parsing - Analyze alignment content and annotations
  • msa-statistics - Calculate conservation and identity
  • sequence-io/format-conversion - Convert sequence (non-alignment) formats

相关技能

相关技能

返回目录
DO
写作与投稿科研写作与发表

doc-coauthoring

doc-coauthoring:指引 users through structured workflow ,用于 co-authoring documentation。 This workflow helps users efficient…

OpenClawNanoClaw写作整理
FreedomIntelligence/OpenClaw-Medical-Skills查看
FL
写作与投稿科研写作与发表

FlowIO

FlowIO是一个lightweight Python 库 ,用于 reading 、 writing Flow Cytometry Standard (FCS) files。 解析 FCS metadata,extract event d…

Claude CodeOpenClaw写作整理
K-Dense-AI/claude-scientific-skills查看
PA
写作与投稿科研写作与发表

paper-polish-workflow

paper-polish-workflow:Systematic top-down workflow ,用于 polishing academic papers。 Structure to logic to expression ,支持 u…

Claude Code写作整理
Lylll9436/Paper-Polish-Workflow-skill查看
PP
写作与投稿科研写作与发表

ppw:abstract

Generate or optimize academic paper abstracts using the 5-sentence Farquhar formula. Supports generate-from-scratch and…

Claude Code写作整理
Lylll9436/Paper-Polish-Workflow-skill查看