ワンクリックで
genome-read-alignment
Align short reads to a reference genome with BWA-MEM2, sort and index with samtools, and mark duplicates with picard.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Align short reads to a reference genome with BWA-MEM2, sort and index with samtools, and mark duplicates with picard.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Decision-grade enzyme/protein mutation design for thermostability with bioactivity-preserving constraints enforced by default, plus structure-aware and consensus-ranking workflows.
Create or update repository skills that conform to local templates, provider metadata requirements, registry rules, and validation workflows.
Assess data quality by reporting missing values, outliers, sample size, and variance structure for each variable in a table.
Estimate model parameters using Bayesian inference (MCMC via Stan or PyMC), returning posterior distributions and credible intervals.
Cluster samples or features using k-means or hierarchical clustering, evaluate cluster quality with silhouette scores, and produce a dendrogram or cluster plot.
Compare a continuous variable between two groups with automatic selection of t-test, Welch test, or Mann-Whitney U test based on data properties.
| name | genome-read-alignment |
| description | Align short reads to a reference genome with BWA-MEM2, sort and index with samtools, and mark duplicates with picard. |
@RG\tID:...\tSM:...\tPL:...\tLB:...\tPU:...).picard (default) or samtools markdup..0123, .amb, .ann, .bwt.2bit.64, .pac, .fai, .dict).bwa-mem2 mem with the read group, piping output to samtools sort to produce a coordinate-sorted BAM.samtools index.picard MarkDuplicates (or samtools markdup if selected)..bam)..bai).$PATH.bwa-mem2 index <ref.fa>)..bwt.2bit.64 absent).