원클릭으로
alimask
Use when masking columns or coordinate ranges in multiple-sequence alignments before downstream HMMER or alignment-processing steps.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when masking columns or coordinate ranges in multiple-sequence alignments before downstream HMMER or alignment-processing steps.
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 counting amino-acid letters in raw protein sequence lines inside simple EDirect text pipelines.
| name | alimask |
| description | Use when masking columns or coordinate ranges in multiple-sequence alignments before downstream HMMER or alignment-processing steps. |
| disable-model-invocation | true |
| user-invocable | true |
Alignment-mask editing tool for multiple-sequence alignments. Local runtime is blocked by a missing shared library, so the behavior documented here is anchored in binary strings and option text rather than live execution.
alimask/home/vimalinx/miniforge3/envs/bio/bin/alimasklibopenblas.so.0--model2ali or --ali2model.# 1) Mask alignment-coordinate columns and write a new alignment
alimask --alirange 10-20,30-40 alignment.sto > masked.sto
# 2) Mask in model coordinates instead of alignment coordinates
alimask --modelrange 5-15 alignment.sto > masked.sto
# 3) Translate ranges without emitting a masked post-MSA alignment
alimask --model2ali 5-15 alignment.sto
alimask --ali2model 10-25 alignment.sto
--informat if you must read the alignment from stdin and --outformat if downstream tooling needs a non-default MSA format.--appendmask when you intentionally want to preserve and extend an existing mask rather than replace it.libopenblas.so.0 is missing, so -h / --help were not runnable.--modelrange, --alirange, --model2ali, or --ali2model.--model2ali and --ali2model are reporting modes with no postmsa, so do not expect a masked alignment file from those calls.-), the embedded option text says you must also provide --informat.--hand requires an RF line according to the binary's own error text: Model file does not contain an RF line, required for --hand.--amino, --dna, --rna), weighting controls, --appendmask, --informat, and --outformat; validate the exact combination in a healthier runtime before using it in production automation.