ワンクリックで
between-two-genes
Use when extracting the inclusive tabular block between two gene-name rows from a first-column gene list or interval table.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when extracting the inclusive tabular block between two gene-name rows from a first-column gene list or interval table.
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 | between-two-genes |
| description | Use when extracting the inclusive tabular block between two gene-name rows from a first-column gene list or interval table. |
| disable-model-invocation | true |
| user-invocable | true |
CLI tool from the bioconda package entrez-direct for working with genomic regions between two genes.
printf 'geneA\t1\ngeneB\t2\ngeneC\t3\ngeneD\t4\n' | /home/vimalinx/miniforge3/envs/bio/bin/between-two-genes geneB geneC/home/vimalinx/miniforge3/envs/bio/bin/between-two-genes# 1) Print the inclusive block from geneB through geneC
printf 'geneA\t1\ngeneB\t2\ngeneC\t3\ngeneD\t4\n' | \
/home/vimalinx/miniforge3/envs/bio/bin/between-two-genes geneB geneC
geneB 2
geneC 3
# 2) Extract the block between two markers from a larger table
cat ordered_genes.tsv | \
/home/vimalinx/miniforge3/envs/bio/bin/between-two-genes BRCA1 BRCA2
awk filter; it does not contact NCBI or perform identifier lookup.