ソース情報
- リポジトリ
- vimalinx/bio-agent
- ソースの最終更新活動
- 2026年3月30日 16:28
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/vimalinx/bio-agent --skill vcfutils-plコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
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.
| name | vcfutils-pl |
| description | Use when working with VCF file utilities from the bcftools bioconda package. |
| disable-model-invocation | true |
| user-invocable | true |
vcfutils.pl <command> [arguments]/home/vimalinx/miniforge3/envs/bio/bin/vcfutils.plbcftools toolchain.AC/AN counts in VCF records.varFilter.vcf2fq.# 1) List sample names in a VCF
vcfutils.pl \
listsam \
cohort.vcf
# 2) Fill AC/AN fields from genotypes
vcfutils.pl \
fillac \
cohort.vcf \
> cohort.with-ac.vcf
# 3) Apply the legacy short-variant filter helper
vcfutils.pl \
varFilter \
cohort.vcf \
> cohort.filtered.vcf
# 4) Build a consensus FASTQ from an all-site VCF
vcfutils.pl \
vcf2fq \
all-sites.vcf \
> consensus.fq
vcfutils.pl is a command multiplexer rather than a single-purpose tool..fai, or bcftools-specific annotations.listsam, fillac, qstats, varFilter, or vcf2fq; -h, --help, and --version are not valid top-level help flags.fillac expects the GT field to be present and to appear first in the FORMAT column.vcf2fq is intended for all-site, position-sorted VCF input and will complain about unsorted data.varFilter and some related commands rely on annotations produced by the SAMtools/BCFtools legacy calling pipeline.